Skip to content

Commit

Permalink
Revert "Revert "Fix doc links""
Browse files Browse the repository at this point in the history
This reverts commit 38d96b0.
  • Loading branch information
eddiebergman committed Aug 18, 2022
1 parent 11b78ad commit 259ed3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions autosklearn/estimators.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,12 @@ def __init__(
smac_scenario_args : dict, optional (None)
Additional arguments inserted into the scenario of SMAC. See the
`SMAC documentation <https://automl.github.io/SMAC3/master/pages/details/scenario.html>`_
`SMAC documentation <https://automl.github.io/SMAC3/main/api/smac.scenario.scenario.html#module-smac.scenario.scenario>`_
for a list of available arguments.
get_smac_object_callback : callable
Callback function to create an object of class
`smac.optimizer.smbo.SMBO <https://automl.github.io/SMAC3/master/apidoc/smac.optimizer.smbo.html>`_.
`smac.optimizer.smbo.SMBO <https://automl.github.io/SMAC3/main/api/smac.optimizer.smbo.html>`_.
The function must accept the arguments ``scenario_dict``,
``instances``, ``num_params``, ``runhistory``, ``seed`` and ``ta``.
This is an advanced feature. Use only if you are familiar with
Expand Down
2 changes: 1 addition & 1 deletion autosklearn/experimental/askl2.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def __init__(
smac_scenario_args : dict, optional (None)
Additional arguments inserted into the scenario of SMAC. See the
`SMAC documentation <https://automl.github.io/SMAC3/master/pages/details/scenario.html>`_
`SMAC documentation <https://automl.github.io/SMAC3/main/api/smac.scenario.scenario.html#module-smac.scenario.scenario>`_
for a list of available arguments.
logging_config : dict, optional (None)
Expand Down
3 changes: 1 addition & 2 deletions examples/40_advanced/example_get_pipeline_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@
#
# Auto-sklearn also keeps detailed statistics of the hyperparameter
# optimization procedurce, which are stored in a so-called
# `run history <https://automl.github.io/SMAC3/master/apidoc/smac.
# runhistory.runhistory.html#smac.runhistory.runhistory.RunHistory>`_.
# `run history <https://automl.github.io/SMAC3/main/api/smac.runhistory.runhistory.html#smac.runhistory.runhistory.RunHistory>`_.

print(automl.automl_.runhistory_)

Expand Down

0 comments on commit 259ed3d

Please sign in to comment.