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
nave bayes
barkhordari55
Member Posts: 6 Contributor II
hello
please help me
I don't understad the value in the distribution table in nave bayes?
Tagged:
0
Answers
Hi @barkhordari55,
Here, you can find an Excel file using the "Golf dataset" to better understand how the Naive Bayes algorithm (without Laplace correction) works :
https://drive.google.com/open?id=12mELZ_SW8fv-VfeRkY-mUjqEUb42ODx6
I hope it helps,
Regards,
Lionel
Hello Lionel, thank you very much
It was very useful
I have another question
Can you interpret the following results from my RapidMiner?
Hello
please interpret the following results from my nave bayes in RapidMiner?
Hi @barkhordari55,
Difficult to interpret raw results from these screenshots. (I don't know what are your attributes and your target variable)
Maybe I would better understand if you share your dataset(s)...
Regards,
Lionel
Hi again @barkhordari55,
I would say (but to be confirmed by your dataset(s)) that you have an imbalanced dataset : You have a (very) big majority of
[target = True] and a minority of [target = False]. So a priori the model you builded consider the prediction = [target = True] whatever
the value of your attributes. It is often the case when a dataset is imbalanced. In fine you have a (relativ) good accuracy but a very bad recall for [target = False] => You are not able to detect and predict the cases [Target = False]
If your primary goal is to detect and predict the case [Target = False], you have to pre-process your data, to increase the performance of your model.
Regards,
Lionel
NB : To be confirmed by your dataset(s)
hello lion
thank you very much