chriskuchar/RFX-Fuse
Breiman and Cutler's Random Forests as a Forest Unified Learning and Similarity Engine. Extended with native explainable similarity. Scales to 25M+ with GPU acceleration.
This project helps data scientists, machine learning engineers, and analysts efficiently build and explain predictive models and similarity-based systems. You input a dataset, and it outputs predictions, similarity scores between data points, detected anomalies, and clear explanations for these results, all from a single modeling approach. It's especially useful for tasks like building recommender systems or analyzing financial risk.
Available on PyPI.
Use this if you need a versatile tool to handle classification, regression, similarity scoring, outlier detection, and missing value imputation with robust explanations, especially for large datasets.
Not ideal if you prefer using a collection of specialized, distinct tools for each machine learning task rather than a unified engine.
Stars
8
Forks
—
Language
C++
License
MIT
Category
Last pushed
Feb 06, 2026
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/chriskuchar/RFX-Fuse"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
LAMDA-NJU/Deep-Forest
An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1)
grf-labs/grf
Generalized Random Forests
cerlymarco/linear-tree
A python library to build Model Trees with Linear Models at the leaves.
benedekrozemberczki/awesome-decision-tree-papers
A collection of research papers on decision, classification and regression trees with implementations.
ysraell/random-forest-mc
Random Forest with Dynamic Tree Selection Monte Carlo Based (RF-TSMC).