nredell / ShapML.jl

A Julia package for interpretable machine learning with stochastic Shapley values
https://nredell.github.io/ShapML.jl/dev/
MIT License
81 stars 7 forks source link

Update MLJ examples #15

Closed ablaom closed 2 years ago

ablaom commented 2 years ago

Some changes have been made to MLJ that break the current examples in ShapML.jl. (MLJ 0.17 has just been released.) Happy to make a PR to update the examples in either the Documenter documentation or the README.md but not excited about doing both 😓 . It seems the README.md examples are rendered redundant by the Documenter docs, no?

Another possibility is to make the examples a tutorial in DataScienceTutorials.jl and just point users there? This also might help with discoverability of this excellent package.

@nredell What do you think?

ablaom commented 2 years ago

Further to offline correspondence, I have posted the related PR, #16 .

Post-merge checklist: