ipex-llm/docs/readthedocs/source/doc/PythonAPI/AutoML/automl.rst
liangs6212 6137a08ddf Chronos: Fix the display problem of API doc (#3208)
* fix rst path

* recipe api doc error

* rename title

* Uniform name format
2021-10-22 12:15:07 +08:00

30 lines
683 B
ReStructuredText

AutoML API
===========
orca.automl.auto_estimator
---------------------------
A general estimator supports automatic model tuning. It allows users to fit and search the best hyperparameter for their model.
.. automodule:: bigdl.orca.automl.auto_estimator
:members:
:show-inheritance:
orca.automl.hp
----------------------------------------
Sampling specs to be used in search space configuration.
.. automodule:: bigdl.orca.automl.hp
:members:
:show-inheritance:
automl.metrics
----------------------------
Evaluate unscaled metrics between y true value and y predicted value.
.. automodule:: bigdl.orca.automl.metrics
:members:
:show-inheritance: