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

code and doc maintenance #133

Merged
merged 3 commits into from
Nov 12, 2020
Merged

code and doc maintenance #133

merged 3 commits into from
Nov 12, 2020

Conversation

hbaniecki
Copy link
Member

@hbaniecki hbaniecki commented Sep 28, 2020

closes #130 closes #131 fixes #134
aut -> ctb
randomForest -> ranger
titanic -> titanic_imputed

@hbaniecki
Copy link
Member Author

fixes #134

Copy link
Member

@pbiecek pbiecek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot, great job!
what about these three small changes

#'
#'
#' explain_titanic_rf <- explain(model_titanic_rf,
#' data = titanic_imputed[,-8],
#' y = titanic_imputed[,8],
#' label = "Random Forest v7",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this label is removed? it can be changed to Ranger v7

Copy link
Member Author

@hbaniecki hbaniecki Nov 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope that "ranger forest" is ok. (edited all examples)

R/cluster_profiles.R Show resolved Hide resolved
@@ -21,11 +21,11 @@ knitr::opts_chunk$set(
# Data for Titanic survival

Let's see an example for `DALEX` package for classification models for the survival problem for Titanic dataset.
Here we are using a dataset `titanic` avaliable in the `DALEX` package. Note that this data was copied from the `stablelearner` package.
Here we are using a dataset `titanic_imputed` avaliable in the `DALEX` package.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's keep here an information about the source (stablelearner) of the data.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Information kept.

Copy link
Member

@pbiecek pbiecek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, thanks

@pbiecek pbiecek merged commit d87052a into master Nov 12, 2020
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

Successfully merging this pull request may close these issues.

N = NULL in pdp/ale/cd returns error CRAN NOTE notes
2 participants