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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesRegression Trees

Decision tree models specialized for predicting continuous numerical values.

Distinct from Tree Traversal Algorithms: Specifically implements regression trees for numerical prediction, unlike general tree traversal algorithms.

Explore 1 awesome GitHub repository matching software engineering & architecture · Regression Trees. Refine with filters or upvote what's useful.

Awesome Regression Trees GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • jack-cherish/machine-learningAvatar de Jack-Cherish

    Jack-Cherish/Machine-Learning

    10,333Voir sur GitHub↗

    This project is a collection of supervised and unsupervised machine learning algorithms implemented from scratch using Python. It serves as an educational resource for studying model training, parameter optimization, and the implementation of core predictive models. The library provides a variety of supervised learning tools, including linear and logistic regression, decision trees, and support vector machines. It also features unsupervised learning capabilities for discovering patterns in unlabeled datasets through clustering algorithms. Broad capability areas include ensemble learning thro

    Implements regression trees to estimate numerical outcomes by partitioning data into recursive segments.

    Pythonadaboostadaboost-algorithmdecision-tree
    Voir sur GitHub↗10,333
  1. Home
  2. Software Engineering & Architecture
  3. Tree Traversal Algorithms
  4. Regression Trees