Skip to content

Commit 54fdf7b

Browse files
committed
fix typo
1 parent 1784e4f commit 54fdf7b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
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.2
3+
Version: 3.1.2.9000
44
Authors@R:
55
c(person("Hubert", "Baniecki", role = c("aut", "cre"),
66
email = "[email protected]",
@@ -15,7 +15,7 @@ Description: Automate the explanatory analysis of machine learning predictive
1515
models and frameworks. The main function computes various (instance and
1616
model-level) explanations and produces a customisable dashboard, which
1717
consists of multiple panels for plots with their short descriptions. It is
18-
possible to easily save the dashboard and share it with others. modelStudio
18+
possible to easily save the dashboard and share it with others. 'modelStudio'
1919
facilitates the process of Interactive Explanatory Model Analysis introduced
2020
in Baniecki et al. (2023) <doi:10.1007/s10618-023-00924-w>.
2121
Depends: R (>= 3.6)

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# modelStudio (development)
2+
* ...
3+
14
# modelStudio 3.1.2
25
* 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)
36
* fixed future warning with `DALEX::loss_default()` since `DALEX >=2.5.0`

0 commit comments

Comments
 (0)