Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita79b09d

Browse files
Update description and intro vignette
1 parentb95e740 commita79b09d

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

‎DESCRIPTION‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Package: arenar
22
Title: Arena for the Exploration and Comparison of any Machine Learning Models.
33
Version: 0.1.6
4-
Authors@R:
5-
person(given = "Piotr",
6-
family= "Piątyszek",
7-
role = c("aut", "cre"),
8-
email = "piotrp@wektor.xyz")
4+
Authors@R:
5+
c(person("Piotr", "Piątyszek", role = c("aut", "cre"),
6+
email= "piotrp@wektor.xyz"),
7+
person("Przemyslaw", "Biecek",role = c("aut"),
8+
comment = c(ORCID = "0000-0001-8423-1823")))
99
Description: Generates data for challenging models in Arena -
1010
an interactive web application. You can start the server with XAI plots
1111
being generated on-demand or create an auto-uploaded static JSON file

‎README.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,7 @@ create_arena() %>%
118118
# Upload calculated arena files to Gist and open Arena in browser
119119
upload_arena()
120120
```
121+
122+
##Acknowledgments
123+
124+
Work on this package was financially supported by the Polish National Science Centre under Opus Grant number 2017/27/B/ST6/0130.

‎vignettes/arena_intro_titanic.Rmd‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ library("DALEX")
6060
6161
titanic_ex <- explain(
6262
titanic_rf,
63+
y = titanic_imputed$survived,
6364
data = titanic_imputed)
6465
```
6566

@@ -173,8 +174,10 @@ Since these models have different structures, we need to standardize the way we
173174

174175
```{r, eval=FALSE}
175176
titanic_egb <- explain(titanic_gbm,
177+
y = titanic_imputed$survived,
176178
data = titanic_imputed)
177179
titanic_elm <- explain(titanic_glm,
180+
y = titanic_imputed$survived,
178181
data = titanic_imputed)
179182
```
180183

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp