Skip to main content

Python implementation of Random Histogram Forest (RHF)

Project description

rhf

https://img.shields.io/pypi/v/rhf.svg https://travis-ci.com/anrputina/rhf.svg?branch=master Documentation Status

Python implementation of Random Histogram Forest (RHF)

Installation and Usage

To install rhf

pip install rhf

To use rhf in a project:

from rhf import RHF

my_rhf = RHF(num_trees = 100, max_height = 5, split_criterion='kurtosis')
output_scores = my_rhf.fit(data)

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.0.1 (2020-09-16)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rhf-0.0.1.tar.gz (11.5 kB view hashes)

Uploaded Source

Built Distribution

rhf-0.0.1-py2.py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page