A simple random forest classifier in multiple languages.
-
Python:
python3 python/test.py example-data.csv
from forest import Observation, Observations, Train // @todo
-
Wren:
wren_cli wren/test.wren example-data.csv
import "./forest" for Observations, Observation, Classifier // @todo
-
Ruby, Kotlin, Typescript, etc (todo)
This project is licensed under the terms of the MIT license.