This application allows users to explore the Kaggle Walmart Sales data to understand seasonality of sales by department. This application uses predictions made from Driverless AI but doesn't explicitly connect to a DAI instance.
- Python 3.7.9+
- pip3
New to H2O Wave? We recommend starting in the documentation to download and run the Wave Server on your local machine. Once the server is up and running you can easily use any Wave app.
git clone https://github.com/h2oai/wave-apps.git
cd wave-apps/sales-forecasting
make setup
make run
Note! If you did not activate your virtual environment this will be:
./venv/bin/wave run wave_forecast
Point your favorite web browser to localhost:10101