https://catalogartifact.azureedge.net/publicartifacts/bcloudllc1671615348068.autosklearn-22db5a9d-02b7-473c-81ba-dcf822a70a8d/51296192-c282-4b06-8fc6-c1f5bbb93d6c_largebcloud.png

Auto-sklearn

作者 bCloud LLC

(1 评分)

Version 0.15.0 + Free Support on Ubuntu 24.04

Auto-sklearn is an open-source Automated Machine Learning (AutoML) tool built on top of scikit-learn. It automatically selects the best machine learning models, optimizes hyperparameters using Bayesian optimization, and builds ensembles for classification and regression tasks. Auto-sklearn simplifies the creation of accurate machine learning pipelines by automating data preprocessing, model selection, evaluation, and optimization with minimal user intervention.

Features of Auto-sklearn:

  • Automates model selection and hyperparameter tuning for supervised learning tasks.
  • Supports both classification and regression problems.
  • Handles preprocessing tasks such as missing value imputation, scaling, and encoding.
  • Performs cross-validation and provides reliable performance metrics.
  • Builds ensemble models to improve prediction accuracy and robustness.
  • Supports parallel computation for faster and efficient model optimization.
  • Fully compatible with scikit-learn pipelines and ecosystem.
  • Open-source and distributed under the BSD License.

Auto-sklearn Usage

$ sudo su
$ source /opt/autosklearn39-env/bin/activate
$ python -c "import autosklearn; print(autosklearn.__version__)"     
$ pip show auto-sklearn | grep Version
    

Disclaimer: Auto-sklearn is open-source software distributed under the BSD License. It is provided "as is," without any warranty, express or implied. Users are responsible for proper installation, configuration, and usage. The developers and contributors are not liable for any damages, losses, or consequences resulting from its use. Users should comply with applicable licensing and regulatory requirements.