You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# EDiT
2
2
3
-
This project is a PyTorch implementation of EDiT: Interpreting Ensemble Models via Compact Soft Decision Trees, published as a conference proceeding at [ICDM 2019](http://icdm2019.bigke.org/).
3
+
This project is a PyTorch implementation of [EDiT: Interpreting Ensemble Models via Compact Soft Decision Trees](docs/YooS19.pdf), published as a conference proceeding at [ICDM 2019](http://icdm2019.bigke.org/).
4
4
This paper proposes a novel approach that distills the knowledge of an ensemble model to maximize the interpretability of soft decision trees (SDT) with fewer parameters.
5
5
6
6
## Prerequisites
@@ -29,6 +29,8 @@ The other results such as intermediate logs of training and trained compact soft
29
29
30
30
## References
31
31
32
+
You can download [this bib file](docs/YooS19.bib) or copy the following information:
0 commit comments