Skip to content

jabr/fortuitous-woodland

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages