modelDown
modelDown copied to clipboard
modelDown generates a website with HTML summaries for predictive models
Considering the "getting started" link is down (#85), I thought at least this could be a good first step in the meantime.. considering it at least provides an example of...
#86 Fix of `auditor` module generation. It seems that the API of `auditor` changed and the `generator.R` needed to be updated when it comes to the plot generation.
Hi I'm having problems with generating `auditor` page. Here's my reproducible example: ```r library(DALEX) library(DALEXtra) library(recipes) library(workflows) library(parsnip) data % add_model(model) model_fitted % fit(data = data) explainer
The link to the getting started guide 404's. Is there another location for this or has this repository been sunsetted?
It would be great to have an option to pass arguments to explainers. For example, I would like to generate modelDown with my own loss function for a `variable_importance()` function....
Pseudo-reprex below to illustrate workflow. There are 2 stages of stacking, and below is abbreviated to final stage. ``` # input data for prediction; this data are themselves a result...