mrsr
is a Python module implementing the Multiresponse Sparse Regression algorithm algorithm.
the mrsr
package is available in PyPI. to install, simply type the following command:
pip install mrsr
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"
}
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!