Skip to content

Commit ac00b94

Browse files
authored
Merge branch 'main' into ray-rag-pipeline
2 parents 990cb9e + fb4edf5 commit ac00b94

81 files changed

Lines changed: 8889 additions & 5088 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/automl/churn_prediction_tutorial.md

Lines changed: 155 additions & 74 deletions
Large diffs are not rendered by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Time series sample data
2+
3+
## Electricity demand (primary tutorial dataset)
4+
5+
The file **`input_data/electricity_industry_a_forecasting.csv`** is derived from open data published in [IBM watsonx-ai-samples](https://github.com/IBM/watsonx-ai-samples/tree/master/cloud/data):
6+
7+
- **Source:** [`cloud/data/electricity/electricity_usage.csv`](https://github.com/IBM/watsonx-ai-samples/blob/master/cloud/data/electricity/electricity_usage.csv) (columns `date`, `industry_a_usage`).
8+
- **Transformation:** A constant series id was added and columns were renamed so the CSV matches the [autogluon timeseries training pipeline](https://github.com/red-hat-data-services/pipelines-components/tree/main/pipelines/training/automl/autogluon_timeseries_training_pipeline) expectation: `item_id`, `timestamp`, `target`. All rows use `item_id` = `industry_a` (single series).
9+
10+
Use this file with `id_column`=`item_id`, `timestamp_column`=`timestamp`, `target`=`target`, and no known covariates unless you enrich the data yourself.
11+
12+
## Synthetic multi-series (optional)
13+
14+
**`input_data/timeseries_sales.csv`** — small synthetic dataset aligned with the pipeline component [test data](https://github.com/red-hat-data-services/pipelines-components/blob/main/pipelines/training/automl/autogluon_timeseries_training_pipeline/tests/data/timeseries_sales.csv) on branch `main`; includes optional covariate `promo` for `known_covariates_names`.

0 commit comments

Comments
 (0)