Metadata-Version: 2.1
Name: amendment_forecast
Version: 0.1.8
Summary: A forecaster for sales data
Home-page: https://github.com/amendmentai/forecast_models
Author: Makani Cartwright
Author-email: makani@amendmentai.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# forecast_ensemble

forecast_ensemble combines multiple models into a single forecast and returns a combined package of models, their
evaluated results including a composite score

## Usage

The forecast is run using `main.py` with the following options

## Request Requirements

The required input format is a JSON with the following fields:

Required:

- `data_filepath`: filepath of the time series data to run the ensemble on
- `target_column`: name of the input column
- `aggregate_operation`: string operation to apply to target_column to create the time series
- `output_directory`: directory to return the result JSON to


