Metadata-Version: 2.1
Name: rerf
Version: 2.0.2.dev1
Summary: Randomer Forest (RerF) Python Package
Home-page: https://github.com/neurodata/RerF
Author: NeuroData
Author-email: software@neurodata.io
License: Apache License 2.0
Description: # Randomer Forest (RerF) Python Package
        
        [![PyPI version](https://badge.fury.io/py/rerf.svg)](https://badge.fury.io/py/rerf)
        
        Documentation for RerF Python module can be found at [rerf.neurodata.io](https://rerf.neurodata.io).
        
        ## Install
        
        See install [instructions](https://rerf.neurodata.io/install.html).
        
        ## Example
        
        See [example](https://github.com/neurodata/RerF/blob/staging/Python/examples/example_rerfClassifier.py) for basic usage.
        
        ## Reference
        
        Function references can be found in our [docs](https://rerf.neurodata.io/reference.html).
        
        ## Tests
        
        We use [pytest](https://docs.pytest.org/en/latest/) for Python testing.
        
        Run the tests from command line at the root of the repo (`RerF/`).
        
        ```sh
        python -m pytest
        ```
        
        ## Publish new version
        
        To upload to [PyPi](https://pypi.org) see [PUBLISH.md](PUBLISH.md)
Platform: UNKNOWN
Description-Content-Type: text/markdown
