1 repository
Optimizes decision tree construction by binning continuous features into histograms to accelerate split point calculation.
Distinguishing note: None of the candidates cover the specific ML optimization of histogram-based tree splitting.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Histogram-Based Split Optimization. Refine with filters or upvote what's useful.
This project is a machine learning algorithm reference and implementation guide that provides theoretical foundations and code for supervised learning, deep learning, and natural language processing. It serves as a comprehensive toolkit for implementing predictive models and a technical reference for algorithm engineering. The project focuses on ensemble learning frameworks, including the construction of decision trees, random forests, and gradient boosting models. It also functions as a probabilistic graphical model library and an NLP algorithm reference, with specific implementations for se
Accelerates tree construction by deriving sibling leaf histograms from parent nodes without re-scanning raw input.