Skip to content

Commit

Permalink
Update README.md (microsoft#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
you-n-g authored Jul 8, 2022
1 parent 9b446f9 commit 82b10ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,10 @@ If you want to contribute your new models, you can follow the steps below.
5. Update the info in the index page in the [news list](https://github.com/microsoft/qlib#newspaper-whats-new----sparkling_heart) and [model list](https://github.com/microsoft/qlib#quant-model-paper-zoo).

Finally, you can send PR for review. ([here is an example](https://github.com/microsoft/qlib/pull/1040))


# FAQ

Q: What's the difference between models with name `*.py` and `*_ts.py`?

A: Models with name `*_ts.py` are designed for `TSDatasetH` (`TSDatasetH` will create time-series automatically from tabular data). Models with name `*.py` are designed for `DatasetH` (`DatasetH` is usually used in tabular data. But users still can apply time-series models on tabular datasets if the columns has time-series relationships).

0 comments on commit 82b10ee

Please sign in to comment.