1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-05 03:50:57 +08:00

Update data.rst

This commit is contained in:
bxdd
2021-01-20 18:55:30 +08:00
committed by GitHub
parent 6daaa79519
commit c622d3f6f8

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