Last active
August 27, 2017 04:49
-
-
Save iprocheta/0d5d309de7446d6b7b0fcce6ca325692 to your computer and use it in GitHub Desktop.
python code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| with open(r"E:\clf_entropy.txt", "w") as f: | |
| f = tree.export_graphviz(clf_entropy, out_file=f) | |
| print(clf_entropy.get_params(deep=True)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.