-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
v0.1.9
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,5 @@ modelStudio_my_test.R | |
^CRAN-RELEASE$ | ||
^cran-comments\.md$ | ||
^pkgdown.*$ | ||
CONTRIBUTING.md | ||
^LICENSE$ | ||
^CONTRIBUTING.md |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Contribute to modelStudio | ||
# Contribute to modelStudio | ||
|
||
#### **Did you find a bug?** | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: modelStudio | ||
Title: Interactive Studio with Explanations for ML Predictive Models | ||
Version: 0.1.8 | ||
Version: 0.1.9 | ||
Authors@R: | ||
c(person("Hubert", "Baniecki", role = c("aut", "cre"), | ||
email = "[email protected]", | ||
|
@@ -10,22 +10,22 @@ Authors@R: | |
Description: Automate explanation of machine learning predictive models. | ||
This package generates advanced interactive and animated model explanations in the form | ||
of a serverless HTML site. It combines 'R' with 'D3.js' to produce plots and descriptions | ||
for local and global explanations. The whole is greater than the sum of its parts, | ||
so it also supports EDA (Exploratory Data Analysis) on top of that. 'modelStudio' is | ||
a fast and condensed way to get all the answers without much effort. | ||
for various local and global explanations. Tools for model exploration unite with | ||
tools for EDA (Exploratory Data Analysis) to give a broad overview of the model behaviour. | ||
'modelStudio' is a fast and condensed way to get all the answers without much effort. | ||
Break down your model and look into its ingredients with only a few lines of code. | ||
Depends: R (>= 3.5.0) | ||
License: file LICENSE | ||
License: GPL-2 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 6.1.1 | ||
Imports: | ||
iBreakDown (>= 0.9.9), | ||
ingredients (>= 0.3.9), | ||
ingredients (>= 0.4.0), | ||
r2d3, | ||
jsonlite | ||
Suggests: | ||
DALEX, | ||
DALEX (>= 0.4.9), | ||
parallelMap, | ||
randomForest, | ||
knitr, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.