Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in description of ceteris paribus #62

Closed
monikachudek opened this issue Sep 18, 2019 · 2 comments
Closed

Error in description of ceteris paribus #62

monikachudek opened this issue Sep 18, 2019 · 2 comments
Assignees

Comments

@monikachudek
Copy link

library(randomForest)
model_rm <- randomForest(life_length ~., data = DALEX::dragons, ntree = 200)
explainer <- DALEX::explain(model_rm)
pred_cp <- ingredients::ceteris_paribus(explainer,
                                        new_observation = explainer$data[1,])
ingredients::describe(pred_cp, variables = 'weight')

RandomForest predicts that for the selected instance predicts that , prediction is equal to 1385.405. (...)

@pbiecek
Copy link
Member

pbiecek commented Sep 23, 2019

@AdamIzdebski would you check this?

AdamIzdebski added a commit to AdamIzdebski/ingredients that referenced this issue Oct 13, 2019
Typo in generating introduction description
pbiecek pushed a commit that referenced this issue Oct 14, 2019
Typo in generating introduction description
@pbiecek
Copy link
Member

pbiecek commented Oct 26, 2019

fixed

@pbiecek pbiecek closed this as completed Oct 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants