A simple implementation of the multiresponse sparse regression (MRSR) algorithm.


Keywords
machine-learning, data-science, mrsr, sparse-regression
License
MIT
Install
pip install mrsr==1.5.0

Documentation

mrsr

GitHub PyPI GitHub commit activity GitHub last commit Downloads

mrsr is a Python module implementing the Multiresponse Sparse Regression algorithm clustering algorithm.

instalation

the mrsr package is available in PyPI. to install, simply type the following command:

pip install mrsr

how to cite mrsr package

if you use mrsr package in your paper, please cite it in your publication.

@misc{mrsr,
    author       = "Madson Luiz Dantas Dias",
    year         = "2019",
    title        = "mrsr: a Python module implementing the Multiresponse Sparse Regression algorithm.",
    url          = "https://github.com/omadson/mrsr",
    institution  = "Federal University of Cear\'{a}, Department of Computer Science" 
}

contributing

this project is open for contributions. here are some of the ways for you to contribute:

  • bug reports/fix
  • features requests
  • use-case demonstrations

to make a contribution, just fork this repository, push the changes in your fork, open up an issue, and make a pull request!

contributors