Sales Forecasting Demo

Format Sample (Required - *)

Date * Item * Value *
1/1/2025 Sample_Product 100

📄 Summary

This demo illustrates basic sales forecasting using JavaScript directly in the browser.

The code calculates the MAPE (Mean Absolute Percentage Error) for each method and automatically identifies the best-performing forecasting approach.

Users can upload their own CSV (max 100 rows) and select different items to dynamically view forecasts and MAPE scores.

⬅ Back to Forecasting Playground