Skip to content

sslavian812/random_forest_run

This branch is 3 commits ahead of, 55 commits behind automl/random_forest_run:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a533f2b · May 4, 2018
Nov 11, 2015
Aug 5, 2017
Aug 3, 2017
May 4, 2018
Oct 6, 2016
Mar 27, 2018
Sep 7, 2017
Mar 27, 2018
Mar 21, 2016
Oct 28, 2015
Oct 5, 2017
May 4, 2018
Oct 14, 2016
Aug 29, 2017
Dec 20, 2017
Dec 23, 2016
Aug 14, 2017

Repository files navigation

RFR

Build Status Coverage Status

A extensible C++ library for random forests with Python bindings.

Requirements

For the C++ library itself, you need no additional libaries, only a C++11 capable compiler. Technically, you need Boost if you want to compile the unit tests. The development is done using GCC 7.2. You probably have to set CMAKE_CXX_FLAGS to -std=c++11 when using older compilers.

CMAKE
DOXYGEN (if you want docstrings, which you probably do)
SWIG > 3.0

Installing the Python Bindings

We upload the latest version to PYPI, so you can install it via

pip install pyrfr

Development is done with Python 3.6 on ArchLinux, but the unittests run on TravisCI with older version of Python and GCC. There have been problems reported with Python 2.7. Contact us if you experience any irregularities.

USAGE

For now, the file ./tests/pyrfr_unit_test_*.py inside the repository serve as the only real documentation of the Python bindings besides the docstrings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.2%
  • Python 6.9%
  • Other 0.9%