DataScienceTutorials.jl
DataScienceTutorials.jl copied to clipboard
End-to-end examples -- UCI datasets
Can reproduce / take inspiration from this repo which does a similar thing with Scikitlearn
- [x] wine dataset
- [x] horse colic (has missings) here
- [ ] abalone
- [ ] adult
- [ ] airfoil
- [ ] badge
- [ ] blog
- [ ] boston
- [ ] breast
- [ ] car
- [ ] contraceptive
- [ ] dermatology
- [ ] flag
- [ ] forest
- [ ] glass
...
Hey @tlienart! Can you update this list? I think some of these tutorials have been added either on the website or in the form of pull requests. Here are some of them which I can point towards
- Airfoil https://alan-turing-institute.github.io/DataScienceTutorials.jl/end-to-end/airfoil
- Boston https://alan-turing-institute.github.io/DataScienceTutorials.jl/end-to-end/boston-lgbm/
- Breast(PR) https://github.com/alan-turing-institute/DataScienceTutorials.jl/pull/147