Skip to content

Instantly share code, notes, and snippets.

@WashingtonGold
Created September 11, 2020 17:26
Show Gist options
  • Save WashingtonGold/587d496bb2d024386f597298336b327d to your computer and use it in GitHub Desktop.
Save WashingtonGold/587d496bb2d024386f597298336b327d to your computer and use it in GitHub Desktop.
{'learner': GradientBoostingClassifier(ccp_alpha=0.0, criterion='friedman_mse', init=None,
learning_rate=0.009132299586303643, loss='deviance',
max_depth=None, max_features='sqrt',
max_leaf_nodes=None, min_impurity_decrease=0.0,
min_impurity_split=None, min_samples_leaf=1,
min_samples_split=2, min_weight_fraction_leaf=0.0,
n_estimators=342, n_iter_no_change=None,
presort='auto', random_state=2,
subsample=0.6844206624548879, tol=0.0001,
validation_fraction=0.1, verbose=0,
warm_start=False), 'preprocs': (), 'ex_preprocs': ()}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment