Python implementation of Random Histogram Forest (RHF)
Project description
rhf
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
Free software: MIT license
Documentation: https://rhf.readthedocs.io.
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file rhf-0.0.1.tar.gz
.
File metadata
- Download URL: rhf-0.0.1.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f48a763c249ac7fc9be42003fc0d7d41af2bedecf37f4605801e75b4c4d6607 |
|
MD5 | 24b91e7e14fe8eee2afeb94119cf748b |
|
BLAKE2b-256 | 773bea5f0362d8d7fdbb49d3445dde332545bc7be10eb05036775385cf18cc2d |
File details
Details for the file rhf-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: rhf-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d48444ea0b53da17892c8c0a3e8953847facd7e6b1e17804b15a5e1718efdce9 |
|
MD5 | 5f1ae0481f4c733167730e7407725cdf |
|
BLAKE2b-256 | a13190a2ca148234dc239b780082c2219e7dd60f5eac15a0e304862eb692aaf7 |