Skip to content

Commit 1784e4f

Browse files
committed
modelStudio v3.1.2
1 parent d705dd3 commit 1784e4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DESCRIPTION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: modelStudio
22
Title: Interactive Studio for Explanatory Model Analysis
3-
Version: 3.1.1
3+
Version: 3.1.2
44
Authors@R:
55
c(person("Hubert", "Baniecki", role = c("aut", "cre"),
66
email = "[email protected]",
@@ -16,8 +16,8 @@ Description: Automate the explanatory analysis of machine learning predictive
1616
model-level) explanations and produces a customisable dashboard, which
1717
consists of multiple panels for plots with their short descriptions. It is
1818
possible to easily save the dashboard and share it with others. modelStudio
19-
facilitiates the process of Interactive Explanatory Model Analysis introduced
20-
in Baniecki et al. (2023) <10.1007/s10618-023-00924-w>.
19+
facilitates the process of Interactive Explanatory Model Analysis introduced
20+
in Baniecki et al. (2023) <doi:10.1007/s10618-023-00924-w>.
2121
Depends: R (>= 3.6)
2222
License: GPL-3
2323
Encoding: UTF-8

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# modelStudio 3.1.1
1+
# modelStudio 3.1.2
22
* added new parameter to `modelStudio()`: `open_plots = c("fi")`, which is a vector listing plots to be initially opened (and on which positions) [(#112)](https://github.com/ModelOriented/modelStudio/issues/112)
33
* fixed future warning with `DALEX::loss_default()` since `DALEX >=2.5.0`
44

0 commit comments

Comments
 (0)