Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srineogi/deals-prediction-python

Binary Classification problem (Won = 1, Lost=0)
https://github.com/srineogi/deals-prediction-python

binaryclassification classification deals decision-tree-classifier deep-learning deep-neural-networks knn-classifier machine-learning python random-forest-classifier sckiit-learn svm-classifier tensorflow

Last synced: 10 days ago
JSON representation

Binary Classification problem (Won = 1, Lost=0)

Awesome Lists containing this project

README

        

# Visualization & Classification
Plots were created using Seaborn,Panadas Plotting and Matplotlib.

Classification was done using Deep Learning models (Sequential) in Tensorflow.

# Dataset
Sample_Data_Deals2 containing 6 columns: OrderID, OrderQuantity, OrderValue, Country, Industry & Deal Status. The target variable for binary prediction is Deal Status (Won=1, Lost=0).

# Libraries
!pip install seaborn

!pip install matplotlib

!pip install pandas

!pip install tensorflow

# Contributing
If you'd like to contribute to this project, please open an issue or submit a pull request. Your contributions are greatly appreciated!