-
Is it possible to combine shapper with custom build models? I do not want to use a predefined algorithm like RandomForest.
-
DALEXverse 0.19.8 release summer 2019
# Integration
- [x] readability: vignettes
- [x] readability: NEWS
- [x] readability: DESCRIPTION
- [ ] consistency: pkgdown website
- [x] consistency: …
-
DALEXverse 0.19.8 release summer 2019
# Integration
- [x] readability: vignettes
- [x] readability: NEWS
- [x] readability: DESCRIPTION
- [x] consistency: pkgdown website
- [x] consistency: …
-
DALEXverse 0.19.8 release summer 2019
# Integration
- [x] readability: vignettes
- [x] readability: NEWS
- [x] readability: DESCRIPTION
- [x] consistency: pkgdown website
- [x] consistency: …
-
-
Any idea why results for the titanic are so strange?
```
library("DALEX")
library("randomForest")
load("models/titanic_rf_v6.rda")
load("models/titanic.rda")
explain_titanic_rf
-
When I try to open a vignette from RStudio, it returns an error with description that it wasn't able to find any vignettes.
-
# Integration
- [x] readability: vignettes
- [x] readability: NEWS
- [x] readability: DESCRIPTION
- [x] consistency: pkgdown website
- [x] consistency: entry at DrWhy.AI webpage
assigned: @p…
-
-
Trying to run the demo code (below) gives me this error
```titanic