PABannier/sparseglm
Fast and modular solver for sparse generalized linear models
This helps data scientists and machine learning engineers quickly build and train models that can handle large datasets with many features, even if most of those features aren't relevant. It takes in your dataset (features and target variable) and outputs a set of coefficients that tell you which features are most important for predicting the target, efficiently handling both dense and sparse data.
No commits in the last 6 months.
Use this if you need to build predictive models like Lasso or Elastic-Net and want a very fast and memory-efficient solution that can scale to millions of data points and features.
Not ideal if you are looking for a simple, off-the-shelf Python library for basic GLM tasks and don't require high performance on very large, sparse datasets.
Stars
8
Forks
—
Language
Rust
License
MIT
Category
Last pushed
Sep 29, 2024
Monthly downloads
2
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/PABannier/sparseglm"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SomeB1oody/RustyML
A high-performance machine learning library in pure Rust, offering statistical utilities, ML...
smartcorelib/smartcore
A comprehensive library for machine learning and numerical computing. Apply Machine Learning...
open-spaced-repetition/fsrs-rs
FSRS for Rust, including Optimizer and Scheduler
open-spaced-repetition/fsrs-optimizer
FSRS Optimizer Package
rust-ml/linfa
A Rust machine learning framework.