You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
ADD #175: Automatically adds the docstring of scikit-learn objects to flow and its parameters.
ADD #737: New evaluation listing call that includes the hyperparameter settings.
ADD #744: It is now possible to only issue a warning and not raise an exception if the package
versions for a flow are not met when deserializing it.
ADD #783: The URL to download the predictions for a run is now stored in the run object.
ADD #790: Adds the uploader name and id as new filtering options for list_evaluations.
ADD #792: New convenience function openml.flow.get_flow_id.
ADD #861: Debug-level log information now being written to a file in the cache directory (at most 2 MB).
DOC #778: Introduces instructions on how to publish an extension to support other libraries
than scikit-learn.
DOC #785: The examples section is completely restructured into simple simple examples, advanced
examples and examples showcasing the use of OpenML-Python to reproduce papers which were done
with OpenML-Python.
DOC #788: New example on manually iterating through the split of a task.
DOC #789: Improve the usage of dataframes in the examples.
DOC #791: New example for the paper Efficient and Robust Automated Machine Learning by Feurer
et al. (2015).
DOC #803: New example for the paper Don’t Rule Out Simple Models Prematurely:
A Large Scale Benchmark Comparing Linear and Non-linear Classifiers in OpenML by Benjamin
Strang et al. (2018).
DOC #808: New example demonstrating basic use cases of a dataset.
DOC #810: New example demonstrating the use of benchmarking studies and suites.
DOC #832: New example for the paper Scalable Hyperparameter Transfer Learning by
Valerio Perrone et al. (2019)
DOC #834: New example showing how to plot the loss surface for a support vector machine.
FIX #305: Do not require the external version in the flow XML when loading an object.