awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

مكتبات تعزيز التدرج (Gradient Boosting) للبيانات الجدولية

تم تحديث الترتيب في 30 يونيو 2026

For مكتبة تعزيز التدرج (gradient boosting) للبيانات الجدولية, 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.

أطر عمل عالية الأداء للتعلم الآلي مصممة لتدريب أشجار القرار المعززة (Gradient Boosted Decision Trees) على مجموعات البيانات الجدولية.

مكتبات تعزيز التدرج (Gradient Boosting) للبيانات الجدولية

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • lightgbm-org/lightgbmالصورة الرمزية لـ lightgbm-org

    lightgbm-org/LightGBM

    18,460عرض على 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
    عرض على GitHub↗18,460
  • dmlc/xgboostالصورة الرمزية لـ dmlc

    dmlc/xgboost

    28,471عرض على 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
    عرض على GitHub↗28,471
  • catboost/catboostالصورة الرمزية لـ catboost

    catboost/catboost

    8,808عرض على 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
    عرض على GitHub↗8,808
  • h2oai/h2o-3الصورة الرمزية لـ h2oai

    h2oai/h2o-3

    7,493عرض على 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
    عرض على GitHub↗7,493
  • microsoft/lightgbmالصورة الرمزية لـ microsoft

    microsoft/LightGBM

    18,096عرض على 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
    عرض على GitHub↗18,096
  • rapidsai/cumlالصورة الرمزية لـ rapidsai

    rapidsai/cuml

    5,209عرض على 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
    عرض على GitHub↗5,209
  • scikit-learn/scikit-learnالصورة الرمزية لـ scikit-learn

    scikit-learn/scikit-learn

    66,344عرض على 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
    عرض على GitHub↗66,344

Related searches

  • مكتبة عالية الأداء للتعامل مع البيانات الجدولية
  • مكتبة إطارات بيانات أسرع من pandas
  • إطار عمل للتعلم الآلي المؤتمت لضبط النماذج
  • إطار عمل للتداول المعتمد على تعلم الآلة
  • مكتبة لبناء أنظمة التوصية
  • لوحة تحكم منخفضة الكود لتعلم الآلة
  • إطار عمل لتفسير نماذج التعلم الآلي
  • مكتبة للشبكات العصبية الرسومية (GNN)