Metadata-Version: 2.4
Name: cyanure
Version: 1.2.1
Summary: optimization toolbox for machine learning
Home-page: https://inria-thoth.github.io/cyanure/welcome.html
Author: Julien Mairal
Author-email: julien.mairal@inria.fr
License: bsd-3-clause
License-File: LICENSE
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: scikit-learn>=1.6
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

Cyanure is an open-source C++ software package with a Python 3 interface. The goal of Cyanure is to provide state-of-the-art solvers for learning linear models, based on stochastic variance-reduced stochastic optimization with acceleration mechanisms and Quasi-Newton principles. Cyanure can handle a large variety of loss functions (logistic, square, squared hinge, multinomial logistic) and regularization functions (l2, l1, elastic-net, fused Lasso, multi-task group Lasso). It provides a simple Python API, which should be fully compatible with scikit-learn.
