Skip to content

Commit

Permalink
update readme and gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaniecki committed Feb 20, 2020
1 parent ff83a4d commit 847ee75
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Authors@R:
comment = c(ORCID = "0000-0001-6661-5364")),
person("Przemyslaw", "Biecek", role = c("aut"),
comment = c(ORCID = "0000-0001-8423-1823")))
Description: Automate the explanation of machine learning predictive models.
Description: Automate the explanatory analysis of machine learning predictive models.
This package generates advanced interactive and animated model explanations
in the form of a serverless HTML site with only one line of code.
The main function computes various (instance and dataset level) model explanations
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## Overview

The `modelStudio` package **automates the explanation of machine learning predictive models**. Generate advanced interactive and animated model explanations in the form of a **serverless HTML site** with only one line of code.
The `modelStudio` package **automates the Explanatory Analysis of Machine Learning predictive models**. Generate advanced interactive and animated model explanations in the form of a **serverless HTML site** with only one line of code.

The main `modelStudio()` function computes various (instance and dataset level) model explanations and produces an **interactive, customisable dashboard made with D3.js**. It consists of multiple panels for plots with their short descriptions. Easily **save and share** the dashboard with others. Tools for model exploration unite with tools for EDA (Exploratory Data Analysis) to give a broad overview of the model behavior.

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

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

4 changes: 2 additions & 2 deletions docs/index.html

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

0 comments on commit 847ee75

Please sign in to comment.