-
SafeTransformer returns an empty data frame when no transformation is applied. Below is an example from https://github.com/ModelOriented/SAFE/blob/master/examples/SafeTransformerTests_Classification.i…
-
When I try to fit an XGBoost model on the famous Diabetes dataset, I get the message "Subscript out of bounds". See the code below.
library(tidyverse)
library(Hmisc)
library(xgboost)
library(iBr…
-
I want to extract the coefficients of my linear regression model from the pipeline that has Safe Transformer applied to it. I managed to extract coefficients using something like this: pipe.steps[1][1…
-
Display results of check_drift function (https://modeloriented.github.io/drifter/reference/check_drift.html)
Show them in new tab that replaces 'Prediction breakdown' tab. In case user doesn't prov…
-
please make the default look of the `plotD3` function similar to defaults of `plot.feature_importance_explainer`
see
https://modeloriented.github.io/ingredients/reference/plot.feature_importance_exp…
-
What to check:
- is documentation sufficient to understand function's parameters
- is the description in DESCRIPTION up to date and meaningful
- are examples easy to understand and follow
- are de…
-
Hi,
I have tried to install the package using devtools
```
devtools::install_github("ModelOriented/localModel")
```
but I got an error:
> Error in read.dcf(path) :
> Found continuation li…
-
add function that adds error bars with explanation level uncertainty
-
```
library(DALEX2)
library(ggplot2)
library(breakDown2)
head(HR)
new_observation
-
When label isn't provided and can't be inferred, set label to "unlabeled model" and print a warning.
Add a method for setting labels to already created objects.