The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
how to feed in the data set to arleady trained and tested model
Ive arrived a supervised model after training and performance with test data.
Now, I want to check the model with fresh different field data set.
1. in that case does the new data set needs to have a separate label column as the model is already trained and tested? I assume the labelled column is required in supervised model only to train and test.
2. I used store operator to store the trained and tested model. If I feed the new data set, it shows the result " NO=100% and YES = 0. ( its a binomial classification problem), which is wrong. can I have some help how to resolve this and the correct way of giving fresh data set to the already verified model.
thanks in advance.
regds
thiru
Now, I want to check the model with fresh different field data set.
1. in that case does the new data set needs to have a separate label column as the model is already trained and tested? I assume the labelled column is required in supervised model only to train and test.
2. I used store operator to store the trained and tested model. If I feed the new data set, it shows the result " NO=100% and YES = 0. ( its a binomial classification problem), which is wrong. can I have some help how to resolve this and the correct way of giving fresh data set to the already verified model.
thanks in advance.
regds
thiru
1
Answers
For question 2, it all depends on how accurate your trained model is. You should also keep in mind that the new data you are trying to predict should be closer to the distribution of trained data.
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
Im using two types of data sets -
one is type A : labelled data to train/test and
other is type B : unlabelled data.
1. type A data set - all the descriptive features are already available in normalised ( 0 to 1) range corresponding to its full scale value
2. type B data set - is not available in normalized scale. Moreover the full scale values of attributes are different than the values of respective attributes of type A.
I tried using z-transformed values for both type A & B. Not sure whether it is correct. thanks in advance
regds
thirumurthy m