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
[SOLVED] the learner model does not support parameter
Hello,
I've built a new process with data loaded from excel file and two learner models - naive bayers and SVM. When I tried a validation I've got a message: The learner model does not support a parameter. In my results perspective, the performance show zeros in all places. Can anyone explain me what does it mean?
Thank you
I've built a new process with data loaded from excel file and two learner models - naive bayers and SVM. When I tried a validation I've got a message: The learner model does not support a parameter. In my results perspective, the performance show zeros in all places. Can anyone explain me what does it mean?
Thank you
0
Answers
please post a process setup like it is described here: http://rapid-i.com/rapidforum/index.php/topic,4654.0.html
Best,
Nils
fist of all what are you trying to achieve with your process? The Group Models Operator groups your Classifiers but applies them sequentially afterwards .
Thus only the last classifier will determine the prediction result.
Best,
Nils
I try to achieve a prediction label which displays what label name, based on label names in given example set, the learner recognize. I finaly succeed when I had changed an estimation mode in Naive Bayers operator from greedy to full. Everything is going fine now.