febeling/rb-libsvm
Ruby language bindings for LIBSVM
This is a tool for Ruby developers who need to build machine learning models using the Support Vector Machine (SVM) algorithm. It takes numerical data with known classifications and outputs a model that can predict the classification of new, unseen data. Developers can integrate this into their Ruby applications to add classification capabilities.
279 stars. No commits in the last 6 months.
Use this if you are a Ruby developer and need to incorporate a powerful classification algorithm like SVM directly into your Ruby projects without managing external dependencies.
Not ideal if you are not a Ruby developer or if you need command-line tools for data preprocessing and parameter tuning that are bundled with the original LIBSVM package.
Stars
279
Forks
34
Language
C++
License
BSD-3-Clause
Category
Last pushed
Dec 07, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/febeling/rb-libsvm"
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