Skip to content

Instantly share code, notes, and snippets.

@vykhand
vykhand / Spark_SQL_leakage_solution.ipynb
Created May 12, 2016 10:30
Spark SQL leakage solution for Kaggle Expedia competition
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@slaypni
slaypni / xgb.py
Last active September 24, 2021 17:35
A wrapper class of XGBoost for scikit-learn
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import sys
import math
import numpy as np
sys.path.append('xgboost/wrapper/')
import xgboost as xgb