Machine Learning model to predict sales based on lead's lifecycle.
- python==3.8.5
- numpy==1.19.2
- pandas==1.2.2
- scikit-learn==0.23.2
- keras-gpu==2.4.3
(*) For a complete revision, please check environment.yml file.
- Windows 10: OK
- All linux-based os: OK
-
Clone repository and move to directory:
git clone https://github.com/dpalominop/SalesPredictor.git && cd SalesPredictor
-
Create and activate a virtual environment (I recommend to use conda):
conda env create -f environment.yml
conda activate sales
-
Run the web application:
jupyter lab
-
Open a browser and write in url:
localhost:8888
-
For a review of analysis, check the notebook:
1.0-exploratory-analysis.ipynb
-
For a review of model's building, check the notebook:
2.0-experiment-model.ipynb
Please, contact me to: [email protected]