rikhuijzer / SIRUS.jl

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

Test sirus via RCall #58

Closed rikhuijzer closed 1 year ago

rikhuijzer commented 1 year ago

Comparing numbers from papers directly is not very informative because different cross-validation sets are used. A better way would be to wrap MLJ.jl around the original sirus implementation in R. This PR is an attempt to do that. If it doesn't work, I'll probably have to fallback to taking numbers from the paper.

Fixes #51.