🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

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

User: "porchidy"
New Altair Community Member
Updated by Jocelyn
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?

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Marco_Boeck"
    New Altair Community Member
    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
    User: "porchidy"
    New Altair Community Member
    OP
    Thank you very much!