Naïve Bayes Classifier - ML Program
Naïve Bayes Classifier
Steps:
- Understand the business problem
- Import the library files
- Load the dataset
- Data preprocessing
- Split the data into train and test
- Build the model (Naïve Bayes classifier)
- Test the model
- Performance Measures
- Predict the class label for new data.
Nice article sir... Easy to understand
ReplyDeleteThank you
Delete