DataScienceTutorials.jl icon indicating copy to clipboard operation
DataScienceTutorials.jl copied to clipboard

End-to-end examples -- UCI datasets

Open tlienart opened this issue 6 years ago • 1 comments

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

...

tlienart avatar Oct 15 '19 10:10 tlienart

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

  1. Airfoil https://alan-turing-institute.github.io/DataScienceTutorials.jl/end-to-end/airfoil
  2. Boston https://alan-turing-institute.github.io/DataScienceTutorials.jl/end-to-end/boston-lgbm/
  3. Breast(PR) https://github.com/alan-turing-institute/DataScienceTutorials.jl/pull/147

adityasaini70 avatar Apr 27 '21 16:04 adityasaini70