https://github.com/nicolasbizzozzero/decisioncoral
An implementation of the Decision Tree algorithm in Rust
https://github.com/nicolasbizzozzero/decisioncoral
Last synced: 4 months ago
JSON representation
An implementation of the Decision Tree algorithm in Rust
- Host: GitHub
- URL: https://github.com/nicolasbizzozzero/decisioncoral
- Owner: NicolasBizzozzero
- License: gpl-3.0
- Created: 2019-03-11T16:10:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T11:07:41.000Z (over 6 years ago)
- Last Synced: 2024-12-28T02:43:39.608Z (6 months ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DecisionCoral
An implementation of the Decision Tree algorithm in Rust