Predictive analysis of the classical 'Sales Win/Loss' dataset
The following models have been used in this prediction :
- Gaussian Naive Bayes
- Linear Support Vectors Classification
- K Neighbors Classifier
The Sales-Win-Loss dataset was cloned from
https://github.com/vkrit/data-science-class/blob/master/WA_Fn-UseC_-Sales-Win-Loss.csv
Here's a sample of dataset used :
Using this data,it's predicted if a new sale will be a win or a loss.
References to the working of above used algorithms are given below :
- Gaussian Naive Bayes :
https://scikit-learn.org/stable/modules/naive_bayes.html#gaussian-naive-bayes
- Linear SVC :
- K-Neighbors Classifier :
Prediction idea : Dataquest.io , Linkedin.com