Skip to content

Commit cd9d03a

Browse files
committed
Merge branch 'master' of https://github.com/bondyra/pyBreakDown
2 parents c6aba42 + 52d33b2 commit cd9d03a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
Python implementation of breakDown package (https://github.com/pbiecek/breakDown).
55

6+
Docs: https://pybreakdown.readthedocs.io.
7+
68
Currently under construction, stable alpha version delivery date - June, 2018.
79

810
## Example usage for decision tree regressor
@@ -103,7 +105,7 @@ exp.visualize()
103105
```
104106

105107

106-
![png](output_18_0.png)
108+
![png](misc/output_18_0.png)
107109

108110

109111
### Figure can be saved to a file:
@@ -114,7 +116,7 @@ exp.visualize(filename="fig.png",dpi=90)
114116
```
115117

116118

117-
![png](output_20_0.png)
119+
![png](misc/output_20_0.png)
118120

119121

120122
### Another method of explanation, using "go down" approach:
@@ -125,7 +127,7 @@ explainer.explain(observation=x.data[123,:], direction="down", baseline=0).visua
125127
```
126128

127129

128-
![png](output_22_0.png)
130+
![png](misc/output_22_0.png)
129131

130132

131133
### Use intercept as baseline:
@@ -136,5 +138,5 @@ explainer.explain(observation=x.data[100,:], direction="up", useIntercept=True).
136138
```
137139

138140

139-
![png](output_24_0.png)
141+
![png](misc/output_24_0.png)
140142

0 commit comments

Comments
 (0)