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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Biblioteci de gradient boosting pentru date tabelare

Clasament actualizat la 30 iun. 2026

For o bibliotecă de gradient boosting pentru date tabelare, the strongest matches are lightgbm-org/lightgbm (LightGBM is a gradient boosting framework built for decision-tree), dmlc/xgboost (XGBoost is a distributed gradient boosting library built specifically) and catboost/catboost (CatBoost is a dedicated gradient boosting library designed specifically). h2oai/h2o-3 and microsoft/lightgbm round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Framework-uri de machine learning de înaltă performanță pentru antrenarea arborilor de decizie (gradient boosted) pe seturi de date tabelare.

Biblioteci de gradient boosting pentru date tabelare

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • lightgbm-org/lightgbmAvatar lightgbm-org

    lightgbm-org/LightGBM

    18,460Vezi pe GitHub↗

    LightGBM is a gradient boosting framework used to train decision tree ensembles for classification, regression, and ranking tasks. It functions as a distributed machine learning library and a decision tree ensemble implementation that utilizes leaf-wise growth and histogram-based feature binning. The framework is distinguished by its ability to offload heavy computations to CUDA or OpenCL devices for GPU acceleration and its capacity to parallelize training across multiple nodes using sockets, MPI, or Dask. It includes a specialized categorical feature processor that optimizes partitions for

    LightGBM is a gradient boosting framework built for decision-tree ensembles on tabular data, with native support for categorical features, missing values, regularization, early stopping, GPU acceleration, and feature importance ranking — directly matching this search for a dedicated gradient boosting library.

    C++Early Stopping MonitorsFeature Importance AttributionGPU-Accelerated Training
    Vezi pe GitHub↗18,460
  • dmlc/xgboostAvatar dmlc

    dmlc/xgboost

    28,471Vezi pe GitHub↗

    XGBoost is a distributed machine learning library for implementing scalable gradient boosting decision trees used for regression, classification, and ranking. It functions as a predictive model framework and a cross-language toolkit, providing a core implementation with native bindings for Python, R, Java, Scala, and C++. The system is designed as a GPU-accelerated library that utilizes CUDA and NCCL to speed up the training of decision tree ensembles. It operates as a distributed framework capable of scaling training and prediction across multi-node clusters and GPU environments to process m

    XGBoost is a distributed gradient boosting library built specifically for decision tree ensembles on tabular data, supporting GPU acceleration, regularization, early stopping, categorical features, missing values, and feature importance — exactly matching the core capability and most sought-after features.

    C++Early Stopping MonitorsFeature Importance AttributionGPU-Accelerated Training
    Vezi pe GitHub↗28,471
  • catboost/catboostAvatar catboost

    catboost/catboost

    8,808Vezi pe GitHub↗

    CatBoost is a gradient boosting machine learning library used to train decision tree ensembles for regression, classification, and ranking tasks. It functions as a high-performance framework that provides a categorical data processor for transforming non-numeric features, a distributed trainer for large-scale datasets, and GPU acceleration to speed up model construction. The library distinguishes itself through native handling of categorical data and text features, removing the need for manual encoding. It includes a specialized model interpretability tool that leverages SHAP values and featu

    CatBoost is a dedicated gradient boosting library designed specifically for tabular data with native handling of categorical features and missing values, plus GPU acceleration, regularization, early stopping, and built-in feature importance tools—exactly matching this search for a structured/tabular-data gradient boosting library.

    C++Feature Importance AttributionGPU-Accelerated TrainingCategorical
    Vezi pe GitHub↗8,808
  • h2oai/h2o-3Avatar h2oai

    h2oai/h2o-3

    7,493Vezi pe GitHub↗

    h2o-3 is a distributed machine learning platform and automated machine learning framework designed for training and deploying predictive models using distributed in-memory computing. It functions as a deep learning framework and a distributed model scoring engine, capable of operating as a Kubernetes ML cluster to process large datasets in parallel. The platform distinguishes itself through automated machine learning capabilities that automatically select the best algorithms and hyperparameters to optimize model performance. It provides specialized deep learning toolkits for tasks including i

    H2O-3 is a distributed machine learning platform with a mature gradient boosting (GBM) implementation that natively supports missing values, categorical features, regularization, early stopping, GPU acceleration, feature importance, and cross-validation, making it a comprehensive and production-ready tool for tabular data modeling — precisely what this search is after.

    Jupyter NotebookDecision Trees
    Vezi pe GitHub↗7,493
  • microsoft/lightgbmAvatar microsoft

    microsoft/LightGBM

    18,096Vezi pe GitHub↗

    LightGBM is a high-performance machine learning framework designed for constructing gradient-boosted decision tree ensembles. It provides a platform for training classification, regression, and ranking models, with a focus on memory efficiency and large-scale distributed computing. The framework distinguishes itself through specialized algorithmic strategies, including leaf-wise tree growth and histogram-based decision learning, which prioritize convergence speed. It optimizes memory usage by bundling mutually exclusive features and employs gradient-based sampling to reduce training complexit

    LightGBM is a high-performance gradient boosting library purpose-built for structured/tabular data, with native support for all the requested features including decision-tree base learners, missing value handling, categorical features, regularization, early stopping, GPU acceleration, feature importance ranking, and cross-validation integration.

    C++FrameworksGradient Boosting AlgorithmsGradient Boosting Libraries
    Vezi pe GitHub↗18,096
  • rapidsai/cumlAvatar rapidsai

    rapidsai/cuml

    5,209Vezi pe GitHub↗

    cuml is a GPU-accelerated machine learning library and framework that uses CUDA to accelerate tabular data preprocessing and model execution. It provides a suite of tools for training and deploying classification, regression, and clustering models on NVIDIA GPUs and GPU clusters. The library is designed for scalability, offering a distributed GPU machine learning environment that can spread computation and data across multiple hardware accelerators and nodes to handle datasets exceeding single-device memory. It mirrors standard estimator interfaces to allow the replacement of CPU-based models

    cuML is a GPU-accelerated machine learning library that includes gradient boosting algorithms for tabular data, making it a valid choice, though its focus is broader than dedicated boosting libraries like XGBoost or LightGBM.

    PythonGPU-Accelerated Training
    Vezi pe GitHub↗5,209
  • scikit-learn/scikit-learnAvatar scikit-learn

    scikit-learn/scikit-learn

    66,344Vezi pe GitHub↗

    Scikit-learn is a machine learning library for predictive data analysis that provides a collection of algorithms for supervised and unsupervised learning. It functions as a comprehensive toolkit for data preprocessing, dimensionality reduction, and model selection, allowing users to classify data objects, predict continuous values, and cluster similar items based on historical patterns. The project is defined by a unified interface design where objects either learn from data, transform data, or chain these operations into sequential workflows. To ensure performance on large or high-dimensiona

    Scikit-learn is a general-purpose machine learning library that includes gradient boosting implementations (e.g., GradientBoostingClassifier), so it fits this search as a library with gradient boosting capabilities, but it is not specialized or optimized exclusively for gradient boosting on tabular data, meaning some features like GPU acceleration or dedicated categorical handling may be less developed.

    PythonDimensionality Reduction EnginesFrameworksPipeline Patterns
    Vezi pe GitHub↗66,344

Related searches

  • o bibliotecă de înaltă performanță pentru date tabelare
  • librărie de dataframe-uri mai rapidă decât pandas
  • un framework de AutoML pentru optimizarea modelelor
  • un framework pentru tranzacționare bazată pe ML
  • o bibliotecă pentru construirea sistemelor de recomandare
  • dashboard low-code pentru machine learning
  • un framework pentru interpretarea modelelor de machine learning
  • o bibliotecă pentru rețele neuronale pe grafuri