https://github.com/roo-oliv/extra-trees
Extremely Randomized Trees algorithm implementation in Python
https://github.com/roo-oliv/extra-trees
Last synced: 13 days ago
JSON representation
Extremely Randomized Trees algorithm implementation in Python
- Host: GitHub
- URL: https://github.com/roo-oliv/extra-trees
- Owner: roo-oliv
- License: mit
- Created: 2017-08-13T15:46:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T16:26:45.000Z (over 7 years ago)
- Last Synced: 2025-05-04T13:12:00.954Z (15 days ago)
- Language: Python
- Size: 85 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# extra-trees
Extremely Randomized Trees algorithm implementation in Python