I want to export my Decision Tree model to use with another python file. When I finished train model then I want to export that model.
Asked
Active
Viewed 281 times
1 Answers
0
You can save it and load it using module pickle
, here are the docs from sklearn.

endive1783
- 827
- 1
- 8
- 18