Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 953 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 953 Bytes

Randomer Forest (RerF) Python Package

PyPI version

Randomer Forest combines sparse random projections with the random forest algorithm to achieve high accuracy on a variety of datasets.

Documentation for RerF Python module can be found at rerf.neurodata.io.

Install

See install instructions.

Example

See example for basic usage.

Reference

Function references can be found in our docs.

Tests

We use pytest for Python testing.

Run the tests from command line at the root of the repo (RerF/).

python -m pytest

Publish new version

To upload to PyPi see PUBLISH.md