Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. Best: 0.902310 using {'clf': RandomForestClassifier(bootstrap=True, class_weight=None, criterion='entropy',
  2. max_depth=None, max_features='auto', max_leaf_nodes=128,
  3. min_impurity_decrease=0.0, min_impurity_split=None,
  4. min_samples_leaf=1, min_samples_split=2,
  5. min_weight_fraction_leaf=0.0, n_estimators=200,
  6. n_jobs=None, oob_score=False, random_state=42, verbose=0,
  7. warm_start=False), 'clf__criterion': 'entropy', 'clf__max_leaf_nodes': 128, 'clf__n_estimators': 200, 'clf__random_state': 42, 'fs__k': 8, 'fs__score_func': <function chi2 at 0x7f0c43bf69d8>}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement