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.
Version 0.13.0
ADD #1100: Provide access to the callbacks of SMAC.
ADD #1185: New leaderboard functionality to visualize models
FIX #1133: Refer to the correct attribute in an error message.
FIX #1154: Allow running Auto-sklearn on a 32-bit system.
MAINT #924: Instead of passing classes for the resampling strategy one has now to pass objects.
MAINT #1108: Limit the number of threads used by numpy and/or scikit-learn via threadpoolctl.
MAINT #1135: Simplify internal workflow of pandas handling. This results in pandas being passed directly passed to scikit-learn models instead of being internally converted into a numpy array. However, this should neither impact the behavior nor the performance of Auto-sklearn.
MAINT #1157: Drop support for Python 3.6, enable support for Python 3.9.
MAINT #1159: Remove the output directory argument to the classifier and regressor. Despite the name, the output directory was not used and was a leftover from participating in the AutoML challenges.
MAINT #1187: Bump requires SMAC version to at least 0.14.