ankane/eps
Machine learning for Ruby
This project helps Ruby developers quickly build and use predictive models directly within their applications. You provide structured data, and it outputs a model that can make predictions, like estimating house prices or classifying data. It's designed for Ruby developers who need to integrate machine learning capabilities into their existing Ruby or Rails applications without complex infrastructure.
686 stars. Actively maintained with 7 commits in the last 30 days.
Use this if you are a Ruby developer looking to embed machine learning models for predictions (like sales forecasting or customer segmentation) directly into your Ruby application, even if those models were originally built in Python or R.
Not ideal if you need to perform complex deep learning tasks, require advanced model explainability features, or are not working within the Ruby ecosystem.
Stars
686
Forks
15
Language
Ruby
License
MIT
Category
Last pushed
Dec 31, 2025
Commits (30d)
7
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ankane/eps"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
dmlc/xgboost
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python,...
catboost/catboost
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for...
stanfordmlgroup/ngboost
Natural Gradient Boosting for Probabilistic Prediction
lightgbm-org/LightGBM
A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework...
fabsig/GPBoost
Tree-Boosting, Gaussian Processes, and Mixed-Effects Models