Plots were created using Seaborn,Panadas Plotting and Matplotlib.
Classification was done using Deep Learning models (Sequential) in Tensorflow.
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).
!pip install seaborn
!pip install matplotlib
!pip install pandas
!pip install tensorflow
If you'd like to contribute to this project, please open an issue or submit a pull request. Your contributions are greatly appreciated!