Skip to content

Commit

Permalink
fix doc bug (#139)
Browse files Browse the repository at this point in the history
* Update logger.py

* add AutoTS(autots、optimize_runner、search_space_configer、searcher)

* setup autots

* Update test_search_space_configer.py

* fix bug in nhits

* fix doc bug
  • Loading branch information
LinWencong authored Sep 19, 2022
1 parent 96d4df3 commit 7fe0cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/get_started/get_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ AutoTS also allows us to obtain the best parameters found during the optimizatio
best_param = autots_model.best_param
| To learn more about the ``AutoTS``, refer to `AutoTS <../modules/AutoTS/overview.html>`__
| To learn more about the ``AutoTS``, refer to `AutoTS <../modules/autots/overview.html>`__
.. |UNI_WTH| image:: ../../static/images/UNI_WTH.png
.. |CUS_DATASET_2| image:: ../../static/images/CUS_DATASET_2.png
Expand Down

0 comments on commit 7fe0cdd

Please sign in to comment.