jabr / fortuitous-woodland

A random forest classifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fortuitous-woodland

A simple random forest classifier in multiple languages.

  • Python:

    Testing model generation

    python3 python/test.py example-data.csv

    Import module in code

    from forest import Observation, Observations, Train
    // @todo
  • Wren:

    Testing model generation

    wren_cli wren/test.wren example-data.csv

    Import module in code

    import "./forest" for Observations, Observation, Classifier
    // @todo
  • Ruby, Kotlin, Typescript, etc (todo)

References

License

This project is licensed under the terms of the MIT license.

About

A random forest classifier

License:MIT License


Languages

Language:Python 100.0%