forestry-labs / distillML

An R package providing functions for interpreting and distilling machine learning models
https://forestry-labs.github.io/distillML
5 stars 3 forks source link

distill(fit.train=F) #5

Open JasjeetSekhon opened 2 years ago

JasjeetSekhon commented 2 years ago

When I try to call distill with fit.train=F, I get an error: "invalid 'times' value. I want to use the grid points (to speed up prediction for distillation).

JasjeetSekhon commented 2 years ago

Interestingly, if I call distill(fit.train=T) that also causes problems.