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

Update docs and fix tabnet

This commit is contained in:
Jactus
2020-11-26 00:55:26 +08:00
parent 5be847909f
commit 87cee85cea
27 changed files with 624 additions and 495 deletions

View File

@@ -60,12 +60,26 @@ Cache
Contrib
====================
Data Loader
---------------
.. automodule:: qlib.data.dataset.loader
:members:
Data Handler
---------------
.. automodule:: qlib.data.dataset.handler
:members:
Processor
---------------
.. automodule:: qlib.data.dataset.processor
:members:
Dataset
---------------
.. automodule:: qlib.data.dataset.__init__
:members:
Model
--------------------
.. automodule:: qlib.model.base