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
116 stars 18 forks source link

Reinstate credit fraud tutorial #196

Closed ablaom closed 8 months ago

ablaom commented 8 months ago

This PR with base branch fix-plots resurrects a tutorial on credit fraud that was drafted but never finished and deployed.

@KristianBjarnason This appears to be your work, or based on your work. Feel free to comment on this PR. (The original commits I could find are linked to a deleted GH account.)

I've brought the package versions and syntax up to date, made minor editorial changes, and more substantial changes detailed under the "Editorial notes" at the end of the tutorial.

cc @EssamWisam Note well the target branch. The tutorial runs under Julia 1.10, no problems, but I have not checked that it renders properly, so please add this to your To Do list.

EssamWisam commented 8 months ago

Great addition to the existing tutorials. Thanks.