Releases: automl/auto-sklearn
Version 0.15.0
Version 0.15.0
ADD #1317, #1455, #1485, #1501, #1518, #1523: Initial support for multi-objective Auto-sklearn.
ADD #1300, #1410, #1414, #1415, #1420, #1468, #1500: Intial support for text features Auto-sklearn. You can now pass in columns identified as “string” columns which will be tokenized using pure sklearn methods.
ADD #1475: Support for passing X data to metrics, as required by fairlearn metrics
ADD #1341, #1250: Expose interface to interact with how auto-sklearn performs dataset compression when required
DOC #1304: This adds documentation for SMAC callbacks that can be used by Auto-sklearn.
DOC #1476: Example on how to interupt autosklearn with a callback, implementing a very naive early stopping
MAINT #1364, #1473: Improve import time of Auto-sklearn 2 by moving the construction of the selector model from import time to construction time.
MAINT #1425: Update StopWatch to be context manager.
MAINT #1454: Rename interal bool parameters categorical to feat_type to reflect the use of different feature types
MAINT #1474: remove left-overs of a “public test set” from the code. This has no influence on any user-facing code.
MAINT #1487: Replace deprecated of DataFrame.append
MAINT #1504: Rename rval to return_value or run_value to remove ambiguity
MAINT #1506: Increase the time given to meta-learning-related unit tests to decrease the amount of timeouts on github.
MAINT #1527: Relax MLPRegressor unit tests precision.
MAINT #1545: Add explicit lower bound subsample check in the train evaluator
MAINT #1551: Fix issue with updated scipy skew see here.
MAINT #1434: Refactor the ensemble building process
MAINT #1464: Improve testing, with caching (#1464), modularity (#1417)
MAINT #1358: Add tooling Mypy, Flake8, isort, black
FIX #741: Disable hyperparameters for a special data modality if it is not present, for example disable one hot encoding if no categorical features are present.
FIX #1365, #1369: Fix an issue with ensemble_size == 0.
FIX #1374: Pass random state to all components of a pipeline.
FIX #1432: Fixes an issue in which the AutoSklearnClassifier.leaderboard() or AutoSklearnRegressor.leaderboard() could fail to display results.
FIX #1480: Properly terminate Auto-sklearn on an exception or a keyboard interrupt.
FIX #1532: Removes exception printing at shutdown for latest dask versions. The printed exceptions did not impact performance at all and were only confusing as they suggested failures of Auto-sklearn.
FIX #1547: Fixes a bug in Auto-sklearn 2 that could silently break it when passing in pandas DataFrames.
FIX #1550: Fix recent bug when performing evaluations with pandas Y.
v0.14.7
0.14.6
v0.14.5
Hotfix: Pypi release with automl_common included
v0.14.4
Version 0.14.4
- Fix #1356: SVR degree hyperparameter now only active with "poly" kernel.
- Add #1311: Black format checking (non-strict).
- Maint #1306: Run history is now saved every iteration
- Doc #1309: Updated the doc faqs to include many use cases and the manual for early introductions
- Doc #1322: Fix typo in contribution guide
- Maint #1326: Add isort checker (non-strict)
- Maint #1238, #1346, #1368, #1370: Update warnings in tests
- Maint #1325: Test workflow can now be manually triggered
- Maint #1332: Update docstring and typing of
include
andexclude
params - Add #1260: Support for Python 3.10
- Add #1318: First update to use the shared backend in a new submodule
automl_common <https://github.com/automl/automl_common>
_ - Fix #1339: Resolve dependancy issues with
sphinx_toolbox
- Fix #1335: Fix issue where some regression algorithm gave incorrect output dimensions as raised in #1297
- Doc #1340: Update example for predefined splits
- Fix #1329: Fix random state not being passed to the ConfigurationSpace
- Maint #1348: Stop double triggering of github workflows
- Doc #1349: Rename OSX to macOS in docs
- Add #1321: Change
show_models()
to produce actual pipeline objects and not astr
- Maint #1361: Remove
flaky
dependency - Maint #1366: Make
SimpleClassificationPipeline
tests more deterministic - Maint #1367: Update test values for
MLPRegressor
with newer numpy
Contributors v0.14.4
- Eddie Bergman
- Matthias Feurer
- Katharina Eggensperger
- UserFindingSelf
- partev
v0.14.3
Update dask requirement, disabled example (#1356)
Version 0.14.1
Version 0.14.1
- FIX #1248: Allow for sparse
y_test
. - FIX #1259: Fix an issue that could result in
setup.py
not working due to relative paths being chosen. - MAINT #1261: Include a CITATION.cff file
- MAINT #1263: Make unit test deterministic.
- DOC #1269: Fix example on extending data preprocessing.
- DOC #1270: Remove
>>>
from code examples in the documentation. - DOC #1271: Fix a typo in an example in the documentation.
- DOC #1282: Add a contribution guide.
Contributors
- Edward Bergman
- Michael Becker
- Katharina Eggensperger
Version 0.14
Version 0.14.0
- ADD #900: Make data preprocessing more configurable, for example allow to completely disable it.
- ADD #1128: Adds new functionality to retrieve data for an accuracy over time plot from Auto-sklearn without additional code.
- FIX #1149: Stops Auto-sklearn from printing weird warnings (
Exception ignored in [...]
) at shutdown. - FIX #1169: Fixes a bug which made cross-validation and multi-output regression incompatible.
- FIX #1170: Make all preprocessing techniques deterministic.
- FIX #1190: Fixes a bug which could make predictive probabilities contain too few classes in case one class was only present a single time.
- FIX #1209: Pass random states to pipeline objects.
- FIX #1204: Add support for sparse data in Auto-sklearn 2.0.
- FIX #1210: Add support for sparse
y
labels. - FIX #1245: Fixes a bug which could result in Auto-sklearn crashing in case a class was present only once.
- DOC #532,#1242: Simplify installation instructions.
- DOC #1144: Document installation via
conda
- DOC #1195,#1201,#1214: Fix a few typos and links. Make some http links https links.
- DOC #1200: Fixes variable name in an example.
- DOC #1229: Improve code formatting in the documentation.
- DOC #1235: Improve docker startup command so it also work on Windows.
- MAINT #1198: Use latest Ubuntu LTS (20:04) for github actions.
- MAINT #1231: The command
make linkcheck
no longer builds the documentation, speeding up link-checking. - MAINT #1233: Enable regression testing with 3 classification and 3 regression datasets on github actions.
- MAINT #1239: Increase the timeout for github actions to 60 minutes.
Contributors v0.14.0
- Pieter Gijsbers
- Taneli Mielikäinen
- Rohit Agarwal
- hnishi
- Francisco Rivera Valverde
- Eddie Bergman
- Satyam Jha
- Joel Jose
- Oli
- Matthias Feurer
Version 0.13
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.
- DOC #1109: Add an FAQ.
- DOC #1126: Add new examples on how to use scikit-learn's inspect module.
- DOC #1136: Add a new example on how to perform multi-output regression.
- DOC #1152: Enable link checking when buiding the documentation.
- DOC #1158: New example on how to configure the logger for Auto-sklearn.
- DOC #1165: Improve the readme page.
Contributors v0.13.0
- Francisco Rivera Valverde
- Matthias Feurer
- JJ Ben-Joseph
- Isaac Chung
- Katharina Eggensperger
- bitsbuffer
- Eddie Bergman
- olehb007
Version 0.12.7
Version 0.12.7
- ADD #1178: Reduce precision if dataset is too large for given memory limit.
- ADD #1179: Improve Auto-sklearn 2.0 meta-data by providing new meta-data for the metrics
roc_auc
andlogloss
. - DOC: Fix reference to arXiv paper
- MAINT #1134,#1142,#1143: Improvements to the stale bot - the stale bot now marks issues labeled with
feedback required
as stale if there is nothing happening for 30 days. After another 7 days it then closes the issue. - MAINT: Added a new issue template for questions.
- MAINT #1168: Upper-bound scipy to
1.6.3
as1.7.0
is incompatible withSMAC
. - MAINT #1173: Update the license files to be recognized by github.