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
Distribution curves from Bayes model
Hi,
I've been testing out the Naive Bayes operator. For my application, it is worse than an SVM, but does generate some interesting plots.
1) Is there some other data visualization operator that will generate the same plots as the Bayes operator? It would be nice to see these graphs without having to train a learner.
2) What is the "Density" label on the Y axis. I can't find any documentation about these plots and searching in google didn't turn up any results either.
Thanks!
I've been testing out the Naive Bayes operator. For my application, it is worse than an SVM, but does generate some interesting plots.
1) Is there some other data visualization operator that will generate the same plots as the Bayes operator? It would be nice to see these graphs without having to train a learner.
2) What is the "Density" label on the Y axis. I can't find any documentation about these plots and searching in google didn't turn up any results either.
Thanks!
0
Answers
yes this plot is available as plotter for every datatable in the result view. Just switch to the Distribution Plot and select the attribute. But don't get fooled by this plot! It always will show the normal distribution, fitted by maximum liklihood, regardless of the real distribution. Even if the datapoints are clearly separated only one distribution will be fitted!
The density shows the density of the fitted normal distribution. For details take a look at http://en.wikipedia.org/wiki/Normal_distribution.
Greetings,
Sebastian
This really helps me visualize the date and how it differs between the training classes.
THANK YOU!