Skip to content
Prev Previous commit
Next Next commit
Update doc/extensions.rst
Co-authored-by: Matthias Feurer <feurerm@informatik.uni-freiburg.de>
  • Loading branch information
janvanrijn and mfeurer authored May 16, 2021
commit c7188744dde89f6132b6c8cc56e069aa446f99ae
2 changes: 1 addition & 1 deletion doc/extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ are relatively simple, and can be done in several lines of code.
version, and the tunable hyperparameters.
* :meth:`get_version_information`: Return a tuple with the version information
of the important libraries.
* :meth:`create_setup_string`: No longer uses, and will be deprecated soon.
* :meth:`create_setup_string`: No longer used, and will be deprecated soon.
* Performing runs (required)
* :meth:`is_estimator`: Gets as input a class, and checks whether it has the
status of estimator in the library (typically, whether it has a train method
Expand Down