Pistachio types detection

1 year ago
6

In this video, I show you how to predict the type of pistachio on a given dataset. It is an example of binary classification in which we have two answer classes.

Kaggle Dataset Link :- https://www.kaggle.com/datasets/amirhosseinmirzaie/pistachio-types-detection

Kaggle Notebook Link :- https://www.kaggle.com/code/gauranggupta123/pistachio-types-detection-using-different-models

Resources :- https://scikit-learn.org/stable/supervised_learning.html#supervised-learning

0:00 :- Introduction
0:49 :- Importing libraries
4:57 :- Loading the data
6:05 :- Data preprocessing
8:34 :- Training and testing of different models
21:16 :- Plotting accuracies of different models

Loading comments...