Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaniecki committed Mar 12, 2020
1 parent cc64865 commit 7b14bde
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ vignettes/*.pdf

# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
rsconnect/

modelStudio.Rproj
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: modelStudio
Title: Interactive Studio for Explanatory Model Analysis
Version: 1.0
Version: 1.0.0
Authors@R:
c(person("Hubert", "Baniecki", role = c("aut", "cre"),
email = "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Saved output in the form of a HTML file - [**Demo Dashboard**](https://modelorie

- [Conference Poster about modelStudio](misc/MLinPL2019_modelStudio_poster.pdf)

- [Article about modelStudio](https://joss.theoj.org/papers/10.21105/joss.01798)
<!-- - [Article about modelStudio](https://joss.theoj.org/papers/10.21105/joss.01798) -->

- [News](NEWS.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/articles/vignette_modelStudio.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/modelStudio.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/modelStudioOptions.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/vignette_modelStudio.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ ms <- modelStudio(explainer_scikit,
ms
r2d3::save_d3_html(ms, "ms.html")
r2d3::save_d3_html(ms, "modelStudio-python-gbm.html")
```

`modelStudio` should work with any `explainer` class object. Find more about
Expand Down

0 comments on commit 7b14bde

Please sign in to comment.