rainmaker29 / Sales-Win-Loss-prediction

Predictive analysis of the classical 'Sales Win/Loss' dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sales-Win-Loss-prediction

Predictive analysis of the classical 'Sales Win/Loss' dataset

The following models have been used in this prediction :

  1. Gaussian Naive Bayes
  2. Linear Support Vectors Classification
  3. 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 :

Data sample

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 :

  1. Gaussian Naive Bayes :

    https://scikit-learn.org/stable/modules/naive_bayes.html#gaussian-naive-bayes

  2. Linear SVC :

    https://scikit-learn.org/stable/modules/svm.html

  3. K-Neighbors Classifier :

    https://scikit-learn.org/stable/modules/neighbors.html

Prediction idea : Dataquest.io , Linkedin.com

About

Predictive analysis of the classical 'Sales Win/Loss' dataset


Languages

Language:Jupyter Notebook 100.0%