JuliaAI / DataScienceTutorials.jl

A set of tutorials to show how to use Julia for data science (DataFrames, MLJ, ...)
https://juliaai.github.io/DataScienceTutorials.jl/
MIT License
108 stars 18 forks source link

End-to-end examples -- UCI datasets #2

Open tlienart opened 4 years ago

tlienart commented 4 years ago

Can reproduce / take inspiration from this repo which does a similar thing with Scikitlearn

...

adityasaini70 commented 3 years ago

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