1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-09 22:10:56 +08:00

split code into core and contrib for data&model

This commit is contained in:
Young
2020-10-12 02:12:27 +00:00
parent 77e2f25f7b
commit d4091a8711
20 changed files with 346 additions and 104 deletions

View File

@@ -63,12 +63,12 @@ Contrib
Data Handler
---------------
.. automodule:: qlib.contrib.estimator.handler
.. automodule:: qlib.data.dataset.handler
:members:
Model
--------------------
.. automodule:: qlib.contrib.model.base
.. automodule:: qlib.model.base
:members:
Strategy