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
Condition before learning Naive Bayes
Headtrouser
Member Posts: 2 Learner I
Hello Community
I Want to create a Naive Bayes Model with Conditions.
The Target of the Algorithm should be to min. the misclassification and have the condition:
covariance (of a value) >= x
(To calculate the covariance its needed to have a prediction(1) value ((value - avarage of this attribute )*prediction(1)). After i got the first prediction i already can calculate it with macros)
in Naive Bayes arent any parameters to change to optimize the model.
my first sugesstion was loops in trainingprocess with branches to check condition and find model with lowest misclassification.
the problem in here is that Naive bayes wont change model becouse no parameters to change.
So i need any Ideas how to make Conditions in learning process.
Btw.
I would like to get a solution without java
I only have basic understanding of it and i am realy not good enougth to program any classificator with it.
thank you
I Want to create a Naive Bayes Model with Conditions.
The Target of the Algorithm should be to min. the misclassification and have the condition:
covariance (of a value) >= x
(To calculate the covariance its needed to have a prediction(1) value ((value - avarage of this attribute )*prediction(1)). After i got the first prediction i already can calculate it with macros)
in Naive Bayes arent any parameters to change to optimize the model.
my first sugesstion was loops in trainingprocess with branches to check condition and find model with lowest misclassification.
the problem in here is that Naive bayes wont change model becouse no parameters to change.
So i need any Ideas how to make Conditions in learning process.
Btw.
I would like to get a solution without java
I only have basic understanding of it and i am realy not good enougth to program any classificator with it.
thank you
Tagged:
0