Skip to content

Commit

Permalink
Merge pull request #2 from kliegr/patch-1
Browse files Browse the repository at this point in the history
Updated paper info
  • Loading branch information
jirifilip authored Sep 27, 2019
2 parents adf546d + 66a778b commit 7c5ef43
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ pyIDS is a custom implementation of IDS (Interpretable Decision Sets) algorithm

```LAKKARAJU, Himabindu; BACH, Stephen H.; LESKOVEC, Jure. Interpretable decision sets: A joint framework for description and prediction. In: Proceedings of the 22nd ACM SIGKDD international conference on knowledge discovery and data mining. ACM, 2016. p. 1675-1684.```

If you find this package useful in your research, please cite [our article](https://nb.vse.cz/~klit01/papers/RuleML_Challenge_IDS.pdf).
If you find this package useful in your research, please cite our paper on this [Interpretable Decision Sets Implementation](https://nb.vse.cz/~klit01/papers/RuleML_Challenge_IDS.pdf):

Jiri Filip, Tomas Kliegr. PyIDS - Python Implementation of Interpretable Decision Sets Algorithm by Lakkaraju et al, 2016. RuleML+RR2019@Rule Challenge 2019. http://ceur-ws.org/Vol-2438/paper8.pdf



# Examples

Expand Down Expand Up @@ -118,4 +122,4 @@ dataframes = [ pd.read_csv("./data/iris{}.csv".format(i)) for i in range(10)]

kfold = KFoldCV(IDS(), dataframes)
scores = kfold.fit(rule_cutoff=50)
```
```

0 comments on commit 7c5ef43

Please sign in to comment.