JuliaAI / Imbalance.jl

A Julia toolbox with resampling methods to correct for class imbalance.
https://juliaai.github.io/Imbalance.jl/dev/
MIT License
28 stars 1 forks source link

Use Literate.jl and ditch Python requirement for making new tutorials #101

Open EssamWisam opened 4 months ago

EssamWisam commented 4 months ago

Currently Imbalance uses a non-Julian approach,to handle making tutorials in both notebook and markdown formats which used a Python package/command (author only heard about Literate after starting with this already).

It would be great to convert all 9 currently exposed Imbalance tutorials to Literate formats.