Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ncordon/statististical-stuff
Statistical Learning material
https://github.com/ncordon/statististical-stuff
Last synced: 9 days ago
JSON representation
Statistical Learning material
- Host: GitHub
- URL: https://github.com/ncordon/statististical-stuff
- Owner: ncordon
- Created: 2016-04-21T22:03:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T14:17:36.000Z (over 7 years ago)
- Last Synced: 2024-10-09T02:43:55.809Z (30 days ago)
- Language: HTML
- Size: 4.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# statististical-stuff
Statistical Learning material## Scalability
Big Data algorithms study including comparison of times and accuracies of J48 and Random Forest when we increase the amount of training instances.
![](./scalability/doc/acc-per.png)
![](./scalability/doc/time-per.png)