Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tupol/sparx-mllib
Spark ML Lib experiments
https://github.com/tupol/sparx-mllib
Last synced: 26 days ago
JSON representation
Spark ML Lib experiments
- Host: GitHub
- URL: https://github.com/tupol/sparx-mllib
- Owner: tupol
- License: apache-2.0
- Created: 2016-02-13T18:18:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T18:20:33.000Z (over 8 years ago)
- Last Synced: 2023-03-09T02:01:34.931Z (over 1 year ago)
- Language: Scala
- Size: 3.47 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Learning Exercises
## Cuisines - Multi-class Classification
- [Original exercise ???]()
- [Notes here](./docs/cuisines.md)## KDD Cup 1999 - Anomaly Detection
- [Original exercise](https://archive.ics.uci.edu/ml/datasets/KDD+Cup+1999+Data)
- [Notes here](./docs/kddcup.md)## TODOs
- [ ] Research spark unit testing
- [ ] Add unit tests
- [ ] Add logging
- [ ] More comments (hopefully meaningful)
- [ ] Configuration...
- [ ] Style improvements (Option, Try...)
- [ ] Use functional composition more
- [ ] ...
- [ ] Last but not least, remove the smirks :~)