0

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.

1 Answers1

0

You can save it and load it using module pickle, here are the docs from sklearn.

endive1783
  • 827
  • 1
  • 8
  • 18