Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mind-the-pineapple/sklearn-rvm
An sklearn style implementation of the Relevance Vector Machine (RVM).
https://github.com/mind-the-pineapple/sklearn-rvm
machine-learning relevance-vector-machine scikit-learn sklearn
Last synced: 26 days ago
JSON representation
An sklearn style implementation of the Relevance Vector Machine (RVM).
- Host: GitHub
- URL: https://github.com/mind-the-pineapple/sklearn-rvm
- Owner: Mind-the-Pineapple
- License: bsd-3-clause
- Created: 2019-10-11T10:59:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T11:21:16.000Z (over 4 years ago)
- Last Synced: 2024-10-10T08:21:09.454Z (26 days ago)
- Topics: machine-learning, relevance-vector-machine, scikit-learn, sklearn
- Language: Python
- Homepage: https://sklearn-rvm.readthedocs.io/
- Size: 260 KB
- Stars: 23
- Watchers: 5
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
.. -*- mode: rst -*-
|Travis|_ |Codecov|_ |CircleCI|_ |ReadTheDocs|_
.. |Travis| image:: https://travis-ci.com/Mind-the-Pineapple/sklearn-rvm.svg?branch=master
.. _Travis: https://travis-ci.com/Mind-the-Pineapple/sklearn-rvm.. |Codecov| image:: https://codecov.io/gh/Mind-the-Pineapple/sklearn-rvm/branch/master/graph/badge.svg
.. _Codecov: https://codecov.io/gh/Mind-the-Pineapple/sklearn-rvm.. |CircleCI| image:: https://circleci.com/gh/Mind-the-Pineapple/sklearn-rvm.svg?style=shield&circle-token=:circle-token
.. _CircleCI: https://circleci.com/gh/Mind-the-Pineapple/sklearn-rvm.. |ReadTheDocs| image:: https://readthedocs.org/projects/sklearn-rvm/badge/?version=latest
.. _ReadTheDocs: https://sklearn-rvm.readthedocs.io/en/latest/?badge=latestSklearn-RVM
===========Installation
------------.. code:: bash
pip install sklearn-rvm
Requirements
------------
.. _Scikit-Learn: https://scikit-learn.org/- Python (>= 3.5)
- Scikit-Learn_ (>= 0.21)Documentation
-------------.. _documentation: https://sklearn-rvm.readthedocs.io/en/latest/index.html
Refer to the documentation_ to modify the template for your own scikit-learn
contribution.