Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 :~)