Skip to content

Commit fb27453

Browse files
committed
updates news and pkgdown
1 parent 5fbc511 commit fb27453

File tree

9 files changed

+19
-7
lines changed

9 files changed

+19
-7
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: localModel
22
Title: LIME-based Explanations With Interpretable Inputs Based on Ceteris Paribus Profiles
3-
Version: 0.3.3
3+
Version: 0.3.4
44
Authors@R: c(
55
person("Mateusz", "Staniak",
66
email = "m.staniak@mini.pw.edu.pl", role = c("aut", "cre")),

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# localModel 0.3.4
2+
3+
* Fixed a bug related to interpretable numerical inputs (missing as.numeric)
4+
* Added tests for 100% coverage.
5+
16
# localModel 0.3.3
27

38
* Set.seed before fitting cv.glmnet.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# localModel
1+
# localModel: Local Explanations of Machine Learning Models for Tabular Data.
22

33
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/localModel)](https://cran.r-project.org/package=localModel)
44
[![Travis-CI Build Status](https://travis-ci.org/ModelOriented/localModel.svg?branch=master)](https://travis-ci.org/ModelOriented/localModel)
55
[![Coverage Status](https://img.shields.io/codecov/c/github/ModelOriented/localModel/master.svg)](https://codecov.io/github/ModelOriented/localModel?branch=master)
66

7-
Local explanations of Machine Learning models for tabular data.
87

98
`localModel` is a successor to [`live`](https://github.com/MI2DataLab/live) package. It implements a variant of LIME method for explaining single predictions of black box machine learning models for tabular data.
109
Interpretable features are created based on [Ceteris Paribus](https://github.com/ModelOriented/ceterisParibus2) plots.
-1.13 KB
Loading
719 Bytes
Loading
-103 Bytes
Loading

docs/index.html

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/news/index.html

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)