Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 941 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 941 Bytes

Structure

modules

Requirements

Python

All the Python scripts are supported by Python 3.5.3 or later.

(Option) It is recommended that you have a virtual environment with pyenv and pyenv-virtualenv.

Libraries and Packages

numpy 1.13.3, scikit-learn 0.19.1 and PyYAML 3.12 are required. Use the pip command and install the packages as follows:

pip install -r requirements.txt

Sample Main Script

Run

python run.py params.yaml

with the config file in YAML format located under the config directory.

Note

As of 5/12/2018, only the Boston house-prices dataset is available.

Reference

Hastie, Trevor, et al. Statistical Learning with Sparsity: the Lasso and Generalizations. CRC Press, Taylor & Francis Group, 2015.