Skip to content

Commit 7e901b4

Browse files
committed
updated documentation
1 parent c65acff commit 7e901b4

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Predictive Models](https://pbiecek.github.io/ema/) e-book.
3737

3838
<center>
3939

40-
![](README_files/triplot_explained.gif)
40+
![](https://raw.githubusercontent.com/ModelOriented/triplot/master/README_files/triplot_explained.gif)
4141

4242
</center>
4343

@@ -257,6 +257,15 @@ contribution to the prediction. This contribution is of a negative type.
257257
positive influence on the prediction, but it is much smaller. `Embarked`
258258
feature has very small, negative contribution to the prediction.
259259

260+
## Learn more
261+
262+
- [triplot package
263+
overview](https://modeloriented.github.io/triplot/articles/vignette_aspect_importance.html)
264+
- [usecase with FIFA 20 data
265+
set](https://modeloriented.github.io/triplot/articles/vignette_aspect_importance_fifa.html)
266+
- [description of predict aspects
267+
method](https://modeloriented.github.io/triplot/articles/vignette_aspect_importance_indepth.html)
268+
260269
## Acknowledgments
261270

262271
Work on this package was financially supported by the NCBR Grant

README.rmd

+7-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ the [Explanatory Model Analysis. Explore, Explain and Examine Predictive Models]
3737

3838
<center>
3939

40-
![](README_files/triplot_explained.gif)
40+
![](https://raw.githubusercontent.com/ModelOriented/triplot/master/README_files/triplot_explained.gif)
4141

4242
</center>
4343

@@ -178,6 +178,12 @@ plot(ai_titanic)
178178

179179
We can observe that `wealth` (class, fare) variables have the biggest contribution to the prediction. This contribution is of a negative type. `Personal` (age, gender) and `Family` (sibsp, parch) variables have positive influence on the prediction, but it is much smaller. `Embarked` feature has very small, negative contribution to the prediction.
180180

181+
## Learn more
182+
183+
- [triplot package overview](https://modeloriented.github.io/triplot/articles/vignette_aspect_importance.html)
184+
- [usecase with FIFA 20 data set](https://modeloriented.github.io/triplot/articles/vignette_aspect_importance_fifa.html)
185+
- [description of predict aspects method](https://modeloriented.github.io/triplot/articles/vignette_aspect_importance_indepth.html)
186+
181187
## Acknowledgments
182188

183189
Work on this package was financially supported by the NCBR Grant POIR.01.01.01-00-0328/17.

docs/articles/index.html

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)