Options

"[SOLVED] How to use the decision tree classification"

porchidyporchidy Member Posts: 5 Contributor II
edited June 2019 in Help
hello,I use dataset1 to build a decision tree,now,I want to use the decision tree for dataset2 classification,so what can I do?
Tagged:

Answers

  • Options
    Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,995 RM Engineering
    Hi,

    you can store the model via "Store" operator in your repository. Then you can load the model via the "Retrieve" operator in another process and use the "Apply model" operator with your model on new data.

    Regards,
    Marco
  • Options
    porchidyporchidy Member Posts: 5 Contributor II
    Thank you very much!
Sign In or Register to comment.