1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-30 09:31:18 +08:00

update docs

This commit is contained in:
bxdd
2020-12-10 10:08:29 +00:00
parent 2de812f262
commit 0cdc5e125a

View File

@@ -195,7 +195,7 @@ Feature
- `ExpressionOps`
`ExpressionOps` will use operator for feature construction.
To know more about ``Operator``, please refer to `Operator API <../reference/api.html#module-qlib.data.ops>`_.
Also, ``Qlib`` supports users define their own custom ``Operator``, an example has been given in ``qlib/examples/workflow_with_custom_ops.py``.
Also, ``Qlib`` supports users to define their own custom ``Operator``, an example has been given in ``qlib/examples/workflow_with_custom_ops.py``.
To know more about ``Feature``, please refer to `Feature API <../reference/api.html#module-qlib.data.base>`_.