ankane/lightgbm-ruby
High performance gradient boosting for Ruby
This is a tool for Ruby developers who want to build high-performance predictive models. You feed it numerical data, and it outputs a model that can make predictions or classify new data. It's ideal for Ruby developers integrating machine learning capabilities into their applications.
Use this if you are a Ruby developer looking to implement gradient boosting models for tasks like regression or classification directly within your Ruby applications.
Not ideal if you are not a Ruby developer or prefer using other programming languages like Python for your machine learning workflows.
Stars
84
Forks
6
Language
Ruby
License
MIT
Category
Last pushed
Mar 26, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ankane/lightgbm-ruby"
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