Skip to content

Instantly share code, notes, and snippets.

@saraswatmks
Created February 13, 2018 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saraswatmks/bf6f546d84066f46974af587038a7397 to your computer and use it in GitHub Desktop.
Save saraswatmks/bf6f546d84066f46974af587038a7397 to your computer and use it in GitHub Desktop.
Kaza LGBM base features
lgb_params = {
'feature_fraction': 0.75,
'metric': 'rmse',
'nthread':1,
'min_data_in_leaf': 2**7,
'bagging_fraction': 0.75,
'learning_rate': 0.03,
'objective': 'mse',
'bagging_seed': 2**7,
'num_leaves': 2**7,
'bagging_freq':1,
'verbose':0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment