what's the next step after generating a model using auto model
Tala
New Altair Community Member
hello,
i'm a newbie, i used auto model and i have a saved process of gradient boosted trees.
my problem is i have explained results on only a few of the data i believe because auto model split the data set to training and testing, i want the results of all of the data . also, if i want to apply new data on the model how could i do that?
thank you so much
i'm a newbie, i used auto model and i have a saved process of gradient boosted trees.
my problem is i have explained results on only a few of the data i believe because auto model split the data set to training and testing, i want the results of all of the data . also, if i want to apply new data on the model how could i do that?
thank you so much
Tagged:
0
Best Answer
-
Hey,you can save the results into your repository with the button on the lower left. This creates a bunch of processes and artifacts. each model has a process called "score_set" which you can use to score new data.Cheers,Martin1
Answers
-
Hey,you can save the results into your repository with the button on the lower left. This creates a bunch of processes and artifacts. each model has a process called "score_set" which you can use to score new data.Cheers,Martin1
-
hello @MartinLiebig , thank you so much for your response.
i want through steps you mentioned, but where exactly should i import the data? on which operator inside score_ set?
if you have any videos or screenshots that demonstrates required steps, i would be grateful. i only worked with auto model, so i have no experience working on operators.
i appreciate your efforts.
0