Skip to content

Commit d46baea

Browse files
committed
Revert "Fix broken links"
This reverts commit 0ed38e0.
1 parent cea0acf commit d46baea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

autosklearn/estimators.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,16 +275,16 @@ def __init__(
275275
276276
smac_scenario_args : dict, optional (None)
277277
Additional arguments inserted into the scenario of SMAC. See the
278-
`SMAC documentation <https://automl.github.io/SMAC3/main/pages/details/scenario.html>`_
278+
`SMAC documentation <https://automl.github.io/SMAC3/master/pages/details/scenario.html>`_
279279
for a list of available arguments.
280280
281281
get_smac_object_callback : callable
282282
Callback function to create an object of class
283-
`smac.optimizer.smbo.SMBO <https://automl.github.io/SMAC3/main/apidoc/smac.optimizer.smbo.html>`_.
283+
`smac.optimizer.smbo.SMBO <https://automl.github.io/SMAC3/master/apidoc/smac.optimizer.smbo.html>`_.
284284
The function must accept the arguments ``scenario_dict``,
285285
``instances``, ``num_params``, ``runhistory``, ``seed`` and ``ta``.
286286
This is an advanced feature. Use only if you are familiar with
287-
`SMAC <https://automl.github.io/SMAC3/main/index.html>`_.
287+
`SMAC <https://automl.github.io/SMAC3/master/index.html>`_.
288288
289289
logging_config : dict, optional (None)
290290
dictionary object specifying the logger configuration. If None,

autosklearn/experimental/askl2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def __init__(
263263
264264
smac_scenario_args : dict, optional (None)
265265
Additional arguments inserted into the scenario of SMAC. See the
266-
`SMAC documentation <https://automl.github.io/SMAC3/main/pages/details/scenario.html>`_
266+
`SMAC documentation <https://automl.github.io/SMAC3/master/pages/details/scenario.html>`_
267267
for a list of available arguments.
268268
269269
logging_config : dict, optional (None)

examples/40_advanced/example_get_pipeline_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
#
8888
# Auto-sklearn also keeps detailed statistics of the hyperparameter
8989
# optimization procedurce, which are stored in a so-called
90-
# `run history <https://automl.github.io/SMAC3/main/apidoc/smac.
90+
# `run history <https://automl.github.io/SMAC3/master/apidoc/smac.
9191
# runhistory.runhistory.html#smac.runhistory.runhistory.RunHistory>`_.
9292

9393
print(automl.automl_.runhistory_)

0 commit comments

Comments
 (0)