Community Tip - You can change your system assigned username to something more personal in your community settings. X
I am using an analysis provider to classify incoming events into 3 different cases/classes. how can I improve my model if I have less data?
Solved! Go to Solution.
Hello,
After an Analytics job has completed successfully, a new predictive model is created. You can create new models and access ones that were already created under the Models tab in ThingWorx Analytics Builder.
Double clicking on a finished model will open the models results page which will give you different details about the model such as the Prediction Accuracy, RMSE, etc.
One way you can try to improve your models is by creating several different models and editing the Learning Techniques, Ensemble Techniques, and any other settings differently for each model until you get a model with the desired accuracy.
As for your question on less data, sometimes it can be very difficult to create an accurate model if there is not enough data present. We always recommend collecting as much data as possible and to continue adding that data to your datasets. Usually with machine learning, the more examples you have, the more accurate the model is.
Warm Regards,
John
Hello,
After an Analytics job has completed successfully, a new predictive model is created. You can create new models and access ones that were already created under the Models tab in ThingWorx Analytics Builder.
Double clicking on a finished model will open the models results page which will give you different details about the model such as the Prediction Accuracy, RMSE, etc.
One way you can try to improve your models is by creating several different models and editing the Learning Techniques, Ensemble Techniques, and any other settings differently for each model until you get a model with the desired accuracy.
As for your question on less data, sometimes it can be very difficult to create an accurate model if there is not enough data present. We always recommend collecting as much data as possible and to continue adding that data to your datasets. Usually with machine learning, the more examples you have, the more accurate the model is.
Warm Regards,
John
hi @jgreiner does this creation of new model happens automatically or we have to create a new one and is there a place i can download all the result set data from hosted server trial
Hi,
A new model must be created either by the user or a program that the user has created. You can download the results file by selecting MODELS>Selecting the desired model>Predictive Scoring>Selecting the Download link for the desired scoring job.
Thanks,
John