Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
<section align="center">

# ``skglm``
<img src="doc/_static/images/logo.svg" alt="skglm logo" width="34%" align="center"/>

## A fast ⚡ and modular ⚒️ scikit-learn replacement for sparse GLMs

</section>

![build](https://github.com/scikit-learn-contrib/skglm/workflows/pytest/badge.svg)
![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)
[![Downloads](https://static.pepy.tech/badge/skglm)](https://pepy.tech/project/skglm)
[![Downloads](https://static.pepy.tech/badge/skglm/month)](https://pepy.tech/project/skglm)
[![PyPI version](https://badge.fury.io/py/skglm.svg)](https://pypi.org/project/skglm/)


</section>


``skglm`` is a Python package that offers **fast estimators** for sparse Generalized Linear Models (GLMs) that are **100% compatible with ``scikit-learn``**. It is **highly flexible** and supports a wide range of GLMs.
You get to choose from ``skglm``'s already-made estimators or **customize your own** by combining the available datafits and penalties.

Expand Down
Loading