FluxML / MLJFlux.jl

Wrapping deep learning models from the package Flux.jl for use in the MLJ.jl toolbox
http://fluxml.ai/MLJFlux.jl/
MIT License
143 stars 17 forks source link

Update documentation for breaking changes and improve usability of examples #262

Closed ablaom closed 1 month ago

ablaom commented 1 month ago

In addition to updating docs to reflect breaking changes in MLJFlux 0.5.0 this PR:

To do:

ablaom commented 1 month ago

cc @EssamWisam

EssamWisam commented 1 month ago

cc @EssamWisam

Thanks for this significant effort 🙏. I may mention that the local version of the spam example works for me without defining an explicit list of stop words or changing anything. They directly come from Languages.jl.

In further commits in MLJFlux or elsewhere, I will try to ensure running the Julia formatter (not a habit yet).

ablaom commented 1 month ago

I may mention that the local version of the spam example works for me without defining an explicit list of stop words or changing anything. They directly come from Languages.jl.

Thanks for flagging! On further inspection I found a corrupted character (probably my bad) that explains my original problem but have re-instated the Languages.jl solution.

ablaom commented 1 month ago

Closed in favour of #263