https://store-images.s-microsoft.com/image/apps.12823.94225d74-0d3e-4d04-95eb-92910bf02eb8.e79efcb9-4c91-4aea-8efa-0a4a778c7db7.b9671078-0ddf-4176-b636-67271ec17757
Auto-sklearn
bCloud LLC ұсынады
Just a moment, logging you in...
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 creates ensembles for classification and regression tasks. It simplifies building accurate ML pipelines with minimal coding while handling preprocessing, evaluation, and cross-validation.
Features of Auto-sklearn:- Automates model selection and hyperparameter tuning for supervised learning tasks.
- Supports classification and regression problems with numerical and categorical features.
- Automatically preprocesses data including imputation, scaling, and encoding.
- Performs cross-validation and provides robust performance metrics (accuracy, F1-score, RMSE, etc.).
- Builds ensembles of top-performing models to improve predictive performance.
- Supports parallel computation for faster model search and efficient resource use.
- Integrates seamlessly with scikit-learn pipelines.
- Open-source and freely available under the BSD License, allowing customization and extension.
To check the version of Auto-sklearn, run the following commands:
# sudo su
# sudo apt update
# cd /opt/autosklearn
# source autosklearn-env/bin/activate
# python -c "import autoklearn; print(autosklearn.__version__)"