rikhuijzer / SIRUS.jl

Interpretable Machine Learning via Rule Extraction
https://sirus.jl.huijzer.xyz/
MIT License
30 stars 2 forks source link

Simple example with prediction #49

Closed gdalle closed 11 months ago

gdalle commented 1 year ago

The tutorial is extremely detailed, but it benchmarks a handful of approaches before even showing how to use the rule-based classifier. Maybe a dead simple example of fit-predict-evaluate would belong on the front page of the docs + in the paper, for those unfamiliar with the MLJ framework

https://github.com/openjournals/joss-reviews/issues/5786

rikhuijzer commented 11 months ago

This is a nice suggestion. I've added one at https://sirus.jl.huijzer.xyz/dev/basic-example/. I'll also add this to the paper. @gdalle, can you close this issue if you find the example sufficiently clear? I'm adding the example also to the paper and will request another PDF generate once I'm done with updating the paper.

gdalle commented 11 months ago

yes the example is good!