Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 565 Bytes

getting-started.rst

File metadata and controls

34 lines (20 loc) · 565 Bytes

Getting started

Installation

c-lasso is available on pip. You can install the package in the shell using

pip install c-lasso

To use the c-lasso package in Python, type

from classo import classo_problem
# one can add auxiliary functions as well such as random_data or csv_to_np

Dependencies

The c-lasso package depends on the following Python packages:

  • numpy;
  • matplotlib;
  • scipy;
  • pandas;
  • pytest (for tests)