Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Tathagatd96/2adf6b8a220bdc42fe2fd352d0c492bc to your computer and use it in GitHub Desktop.
Save Tathagatd96/2adf6b8a220bdc42fe2fd352d0c492bc to your computer and use it in GitHub Desktop.
import numpy as np
import pandas as pd
from xgboost.sklearn import XGBClassifier
from sklearn.grid_search import RandomizedSearchCV
from sklearn.cross_validation import StratifiedKFold
import random
import math
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment