Skip to content

dankolesnikov/google-revenue-prediction

Repository files navigation

Google Customer Revenue Prediction

Before running anything, ensure you have Python3 installed and run

bash +x install_lightgbm3.sh # For macOS systems.
pip3 install lightgbm # Non-macOS systems.
pip3 install -r requirements3.txt

Or, you can use the virtualenv

pip install virtualenv
source MLpredict3/bin/activate

to install all requirements. Then run

jupyter notebook

Once the notebook is initialized, use the run command provided on the upper tool bar to execute the project.

Mean Squared Error of last run:

Prediction results of last run:

About

Kaggle competition for predicting revenue of Google Swag Store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published