1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-29 09:01:18 +08:00
Files
qlib/scripts/finco
you-n-g 1c9841b15e Connect TrainTask & Rolling & DDG-DA (#1599)
* Connect train task to ddg-da & rolling

* Pylint & black formatting

* Formatting
2023-07-17 09:58:58 +08:00
..
2023-06-01 23:32:35 +08:00

Requirements

Use following install command to complete the project.

pip install -e '.[finco]'

TODOs

  • Select the appropriate LLM API
    • Which API is more suitable for meeting our requirements - the original API or an alternative like LangChain?