autogen/docs/index.rst

54 lines
848 B
ReStructuredText
Raw Normal View History

.. FLAML documentation master file, created by
sphinx-quickstart on Mon Dec 14 23:33:24 2020.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
.. Welcome to FLAML's documentation!
.. =================================
.. .. toctree::
.. :maxdepth: 2
.. :caption: Contents:
FLAML API Documentation
=======================
AutoML
------
.. autoclass:: flaml.AutoML
:members:
2021-02-05 22:36:19 -08:00
Tune
------
2021-02-05 22:45:02 -08:00
.. autofunction:: flaml.tune.run
.. autofunction:: flaml.tune.report
2021-02-05 22:36:19 -08:00
.. autoclass:: flaml.BlendSearch
:members:
.. autoclass:: flaml.CFO
:members:
.. autoclass:: flaml.FLOW2
:members:
NLP
------
.. autoclass:: flaml.nlp.AutoTransformers
:members:
.. Indices and tables
.. ==================
.. * :ref:`genindex`
.. * :ref:`modindex`
.. * :ref:`search`