Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1003 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 1003 Bytes

Wave Retail Forecasting Application

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.

Running this App Locally

System Requirements

  1. Python 3.7.9+
  2. pip3

1. Run the Wave Server

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.

2. Setup Your Python Environment

git clone https://github.com/h2oai/wave-apps.git
cd wave-apps/sales-forecasting
make setup

3. Run the App

make run

Note! If you did not activate your virtual environment this will be:

./venv/bin/wave run wave_forecast

5. View the App

Point your favorite web browser to localhost:10101