Skip to content

Commit

Permalink
fix another link
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisNein committed Mar 31, 2023
1 parent 74fe1fd commit 90d60f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/advanced/hyperparameters_tuning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To tune pipeline hyperparameters you can use GOLEM. There are two ways:
More information about these approaches can be found
`here <https://towardsdatascience.com/hyperparameters-tuning-for-machine-learning-model-ensembles-8051782b538b>`_.

If ``with_tuning`` flag is set to ``True`` when using `FEDOT API`_, simultaneous hyperparameters tuning is applied for composed pipeline and ``metric`` value is used as a metric for tuning.
If ``with_tuning`` flag is set to ``True`` when using :doc:`FEDOT API </api/api>`, simultaneous hyperparameters tuning is applied for composed pipeline and ``metric`` value is used as a metric for tuning.

Simple example
~~~~~~~~~~~~~~
Expand Down Expand Up @@ -476,5 +476,3 @@ Another examples can be found here:
**Multitask**

* `Multitask pipeline: classification and regression <https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/multitask_classification_regression.py>`_

.. _FEDOT API: :doc:`/api/api`

0 comments on commit 90d60f8

Please sign in to comment.