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
- Host: GitHub
- URL: https://github.com/nfisher/dtgo
- Owner: nfisher
- License: mit
- Created: 2018-09-09T00:15:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T03:59:24.000Z (almost 7 years ago)
- Last Synced: 2025-05-14T22:44:44.313Z (8 months ago)
- Topics: decision-tree-classifier, golang
- Language: Go
- Size: 9.77 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dtgo
Decision tree in Go based on @random-forests example