Re: [scikit-learn] Need some information regarding a GaussianNB package

2020-06-28 Thread Bill Ross
I suspect folk would need to know what the 'controlled way' was by which you derived set2 from set1. Bill On 6/28/20 8:11 PM, Saha, Prashanta wrote: Hi , I have been using your GaussianNB package for machine learning modeling by naive bayes algorithm. I have generated train and test set us

[scikit-learn] Need some information regarding a GaussianNB package

2020-06-28 Thread Saha, Prashanta
Hi , I have been using your GaussianNB package for machine learning modeling by naive bayes algorithm. I have generated train and test set using scikit learn (set1). Then I modified that train and test set (set2) in a controlled way for my experiment. The classification should perform similarly