microsoft / forecasting

Time Series Forecasting Best Practices & Examples

Home Page:https://microsoft.github.io/forecasting/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] examples: oj_retail

wutaomsft opened this issue · comments

Description

The examples directory has a subdirectory called oj_retail. The name probably could be optimized to better reflect the use case we are trying to highlight. Are there keywords we want to cover in here? retail? grocery? perishable goods? I would not think OJ really signifies anything here.

How do we replicate the bug?

Expected behavior (i.e. solution)

Other Comments

@wutaomsft Thanks for the comments. Currently we name each use case folder under examples/ directory after <dataset-name>-<use-case-domain>. OJ here represents Orange Juice dataset.

We could remove oj and purely name the folder after the use case, e.g., grocery_sales or retail_sales. This may cause conflict when we want to add two datasets for a same use case. We will further discuss the naming of these folders and make necessary changes.

Addressed in PR #138