-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
hbaniecki
committed
Sep 1, 2019
1 parent
c9852b9
commit 24a5955
Showing
6 changed files
with
25 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,5 @@ | |
^_pkgdown\.yml$ | ||
^codecov\.yml$ | ||
modelStudio_my_test.R | ||
^CRAN-RELEASE$ | ||
^cran-comments\.md$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
my_tests.R | ||
|
||
# CRAN | ||
CRAN-RELEASE | ||
cran-comments.md | ||
|
||
# History files | ||
.Rhistory | ||
.Rapp.history | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Package: modelStudio | ||
Title: Interactive Studio with Explanations for ML Models | ||
Title: Interactive Studio with Explanations for ML Predictive Models | ||
Version: 0.1.6 | ||
Authors@R: | ||
c(person("Hubert", "Baniecki", role = c("aut", "cre"), email = "[email protected]"), | ||
person("Przemyslaw", "Biecek", role = c("aut"), | ||
comment = c(ORCID = "0000-0001-8423-1823"))) | ||
Description: Automate explanation of machine learning predictive models. | ||
This package generates advanced interactive and animated model explanations in the form | ||
of serverless HTML site. It combines R with D3.js to produce plots and descriptions | ||
of 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 on top of that. 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. | ||
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. | ||
Break down your model and look into its ingredients with only a few lines of code. | ||
Depends: R (>= 3.5.0) | ||
License: GPL | ||
Encoding: UTF-8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.