sqlflow
sqlflow copied to clipboard
Add DBSCAN model
SQLFlow is great as an open-source project, but the supporting model is not rich enough. As a community supporter, I will contribute the DBSCAN model to this project. This work is expected to be completed in two weeks.
Great! It seems there are many tasks to finish this issue, e.g. add model implementation in the models repo, add example dataset in sqlflow repo, add e2e test in sqlflow repo and add a tutorial. Do you want to add a TODO list here?
TODO list:
- [x] model implementation
- [x] test and demo iris datasets https://github.com/sql-machine-learning/models/pull/75#issue-443491772
- [x] test in sqlflow
- [ ] tutorial in jupyter