Skip to content

Commit a8fdd74

Browse files
committed
Update links
1 parent 377a8e8 commit a8fdd74

7 files changed

+7
-7
lines changed

Diff for: NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* Automated checks for residuals are added. See the `check_residuals()` function.
4545

4646
# auditor 0.3.1
47-
* Repository with the `auditor` package was moved to new GitHub organization ([MI^2 DataLab](https://github.com/MI2DataLab/auditor)).
47+
* Repository with the `auditor` package was moved to new GitHub organization ([MI^2 DataLab](https://github.com/MI2DataLab)).
4848

4949
# auditor 0.3.0
5050
* New five vignettes with examples.

Diff for: R/auditorData.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Artifficial auditorData
1+
#' Artificial auditorData
22
#'
33
#' The auditor Data is an artificial data set.
44
#' It consists of 2000 observations.

Diff for: inst/CITATION

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ bibentry(bibtype = "Article",
33
title = "auditor: an R Package for Model-Agnostic Visual Validation and Diagnostics",
44
year = "2019",
55
journal = "The R Journal",
6-
url = {"https://journal.r-project.org/archive/2019/RJ-2019-036"},
6+
url = {"https://journal.r-project.org/archive/2019/RJ-2019-036/"},
77
pages = "85--98",
88
volume = "11",
99
number = "2",

Diff for: man/auditorData.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: vignettes/model_performance_audit.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ knitr::opts_chunk$set(message = FALSE)
1818

1919
## Data
2020

21-
To illustrate application of `auditor` we will use dataset "dragons" available in the [`DALEX`](https://github.com/pbiecek/DALEX) package. The dataset contains characteristics of fictional creatures (dragons), like year of birth, height, weight, etc (see below). The goal is to predict the length of life of dragons (a regression problem).
21+
To illustrate application of `auditor` we will use dataset "dragons" available in the [`DALEX`](https://github.com/ModelOriented/DALEX) package. The dataset contains characteristics of fictional creatures (dragons), like year of birth, height, weight, etc (see below). The goal is to predict the length of life of dragons (a regression problem).
2222

2323
```{r}
2424
library(DALEX)

Diff for: vignettes/model_residuals_audit.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Most methods provided in auditor package are model-agnostic, what means that the
3232

3333
Use case - predicting a length of life
3434

35-
To illustrate application of `auditor` we will use dataset "dragons" available in the [`DALEX`](https://github.com/pbiecek/DALEX) package. The dataset contains characteristics of fictional creatures (dragons), like year of birth, height, weight, etc (see below). The goal is to predict the length of life of dragons (a regression problem).
35+
To illustrate application of `auditor` we will use dataset "dragons" available in the [`DALEX`](https://github.com/ModelOriented/DALEX) package. The dataset contains characteristics of fictional creatures (dragons), like year of birth, height, weight, etc (see below). The goal is to predict the length of life of dragons (a regression problem).
3636

3737

3838
```{r}

Diff for: vignettes/observation_influence_audit.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Observation influence audit, i.e. the impact of individual observation on a mode
2020

2121
## Data
2222

23-
To illustrate application of `auditor` we will use dataset "dragons" available in the [`DALEX`](https://github.com/pbiecek/DALEX) package. The dataset contains characteristics of fictional creatures (dragons), like year of birth, height, weight, etc (see below). The goal is to predict the length of life of dragons (a regression problem).
23+
To illustrate application of `auditor` we will use dataset "dragons" available in the [`DALEX`](https://github.com/ModelOriented/DALEX) package. The dataset contains characteristics of fictional creatures (dragons), like year of birth, height, weight, etc (see below). The goal is to predict the length of life of dragons (a regression problem).
2424

2525

2626
```{r}

0 commit comments

Comments
 (0)