"[SOLVED] How to use the decision tree classification"
porchidy
New Altair Community Member
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:
0
Answers
-
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,
Marco0 -
Thank you very much!0