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
Answers
Hi,
can you maybe post your proess?
~Martin
Dortmund, Germany
Sure
Dear lattii,
to be honest your process looks a bit odd in general. You apply the k-nn on the learned data in the GA, which leads to overtraining. Further you used a split validation by hand w/o taking the Ga into account, this is again something which yields to overtraining. I would suggest to put a cross validation around everything. It is further a bit strange to use a naive bayes to generate features and a k-NN for classification - but if it works, it works.
~Martin
Dortmund, Germany
Do you think if I delete the whole K-NN process in GA and then bring the modeling process in GA (delete the splitting operator and using split validation), it work true ?
and about the model discussed, you are saying if my model works, so it is true. In this case the feature selection is done using K-NN or NB ? I get a little confused. I am new user to RM, so sorry for these questions.