All Projects → fastai → fastforest

fastai / fastforest

Licence: Apache-2.0 license
A forest that is fast

Programming Languages

C++
36643 projects - #6 most used programming language

fast-forest

A forest that is fast. Works on OS X and linux so far.

Building

Requires cmake. To install and run a test:

conda install pybind11 # use conda not pip
cmake .
make fastforest
python test.py

NB: the makefile is created by cmake, so don't edit it. Instead, edit CMakeLists.txt and then rerun "cmake .".

Building for PyPi publishing

To use the mechanism for publishing to pypi:

conda install pybind11 # use conda not pip
python setup.py build_ext --inplace
python test.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].