Skip to content

Commit

Permalink
CLN update benchmark name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoral authored Oct 24, 2023
1 parent 7017dca commit fc7b4d1
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
My Benchopt Benchmark
=====================
Benchmark for Generalized Linear Models (GLM)
=============================================
|Build Status| |Python 3.6+|

Benchopt is a package to simplify and make more transparent and
reproducible the comparisons of optimization algorithms.
This benchmark is dedicated to solver of **describe your problem**:
The GLM consists in solving the following program:

.. math::
$\\min_{w} f(W^\\top X, y) + \\lambda R(w)$

\min_{w} f(X, w)
where n (or n_samples) stands for the number of samples, p (or n_features) stands for the number of features and

.. math::
X = [x_1^\top, \dots, x_n^\top]^\top \in \mathbb{R}^{n \times p}
where $f$ is a link function, defined by the distribution of the target variables,
and $R$ is a regularisation function -- typically the $\\ell_1$ or $\\ell_2$ norm.

Install
--------
Expand Down

0 comments on commit fc7b4d1

Please sign in to comment.