awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
D

DataCanvasIO/HyperGBM

0
View on GitHub↗
0 stars·0 forks·1 vue

HyperGBM

Features

  • Automated Machine Learning - Automated machine learning tool for gradient boosting models.

Historique des stars

Graphique de l'historique des stars pour datacanvasio/hypergbmGraphique de l'historique des stars pour datacanvasio/hypergbm

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à HyperGBM

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec HyperGBM.
  • karpathy/autoresearchAvatar de karpathy

    karpathy/autoresearch

    87,119Voir sur GitHub↗

    Autoresearch is an autonomous machine learning research agent and architecture search framework. It employs a closed-loop system to programmatically rewrite training and architecture source code to discover optimal language model configurations. The system iteratively modifies code and evaluates performance metrics to improve model quality based on a target objective. It optimizes model performance and training efficiency by tracking validation bits per byte, which allows for a fair comparison of architectural changes independently of vocabulary size. The framework manages the full training

    Python
    Voir sur GitHub↗87,119
  • autogluon/autogluonAvatar de autogluon

    autogluon/autogluon

    9,997Voir sur GitHub↗

    AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end pipeline from data preprocessing to high-accuracy model training and validation. It functions as an automated model trainer for tabular, image, text, and time series data, as well as a tool for time series forecasting and foundation model finetuning. The project is distinguished by its ability to jointly process and fuse different data types, allowing for the construction of multimodal neural networks that integrate images, text, and structured tables. It supports zero-shot inferenc

    Pythonautogluonautomated-machine-learningautoml
    Voir sur GitHub↗9,997
  • ludwig-ai/ludwigAvatar de ludwig-ai

    ludwig-ai/ludwig

    11,717Voir sur GitHub↗

    Ludwig is a multimodal machine learning platform and low-code framework designed for building, training, and deploying neural networks. It enables the construction of models that process text, images, audio, and tabular data through a unified interface using declarative configuration files rather than custom code. The system features a specialized low-code framework for large language models, supporting supervised fine-tuning, preference alignment, and a constrained decoding tool to force structured data output via logit extraction. It also includes an automated model architecture search to i

    Pythoncomputer-visiondata-centricdata-science
    Voir sur GitHub↗11,717
  • bayesian-optimization/bayesianoptimizationAvatar de bayesian-optimization

    bayesian-optimization/BayesianOptimization

    8,552Voir sur GitHub↗

    This is a Bayesian optimization library for Python designed to find the maximum value of expensive black box functions. It operates as a global optimizer that uses probabilistic models to identify the peak value of unknown functions through iterative sampling. The tool is specifically designed for hyperparameter tuning in machine learning, where it maximizes model performance while minimizing the number of required training runs. It treats the target function as a black box, selecting optimal input parameters based on statistical priors to reduce manual trial and error. The system utilizes G

    Pythonbayesian-optimizationgaussian-processesoptimization
    Voir sur GitHub↗8,552
Voir les 30 alternatives à HyperGBM→

Questions fréquentes

Quelles sont les fonctionnalités principales de datacanvasio/hypergbm ?

Les fonctionnalités principales de datacanvasio/hypergbm sont : Automated Machine Learning.

Quelles sont les alternatives open-source à datacanvasio/hypergbm ?

Les alternatives open-source à datacanvasio/hypergbm incluent : autogluon/autogluon — AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end… karpathy/autoresearch — Autoresearch is an autonomous machine learning research agent and architecture search framework. It employs a… ludwig-ai/ludwig — Ludwig is a multimodal machine learning platform and low-code framework designed for building, training, and deploying… microsoft/ai-edu — ai-edu is a comprehensive AI education curriculum and machine learning courseware collection. It provides theoretical… bayesian-optimization/bayesianoptimization — This is a Bayesian optimization library for Python designed to find the maximum value of expensive black box… automl/hpbandster — a distributed Hyperband implementation on Steroids.