topepo / characterize

Inspect structural characteristics of a fitted model, such as the number of active features, the number of terminal notes, and so on.
Other
6 stars 0 forks source link

move unit tests to extratests #6

Open topepo opened 1 year ago

topepo commented 1 year ago

Lots of skips right now so our perceived coverage is low.

topepo commented 1 year ago

So loading the saved models triggers loading of parsnip extension packages (such as baguette) since the model spec includes functions from those package environments. I'll ship these off to extratests.

There are some other issues though: butcher is missing the model_fit$preproc$terms cleaning and we need more extensive cleaning of bagger models. Perhaps parsnip should clean those terms objects though...