An open API service indexing awesome lists of open source software.

https://github.com/nfisher/dtgo

Decision tree in Go based on @random-forests example
https://github.com/nfisher/dtgo

decision-tree-classifier golang

Last synced: 8 months ago
JSON representation

Decision tree in Go based on @random-forests example

Awesome Lists containing this project

README

          

# dtgo
Decision tree in Go based on @random-forests example