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

update ops docs

This commit is contained in:
bxdd
2020-12-10 10:04:09 +00:00
parent 16450c2876
commit 2de812f262

View File

@@ -195,6 +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``.
To know more about ``Feature``, please refer to `Feature API <../reference/api.html#module-qlib.data.base>`_.