Skip to content

Instantly share code, notes, and snippets.

@fclesio
Created January 13, 2020 16:32
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save fclesio/1e34384a1319f85ab89d2ced62663388 to your computer and use it in GitHub Desktop.
model_rf_reload_pkl.estimators_[5]
# >>> DecisionTreeClassifier(class_weight=None, criterion='gini',
# max_depth=5,max_features='auto',
# max_leaf_nodes=5, min_impurity_decrease=0.0,
# min_impurity_split=None, min_samples_leaf=100,
# min_samples_split=2, min_weight_fraction_leaf=0.0,
# presort=False, random_state=1201263687,
# splitter='best')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment