Skip to content

Commit

Permalink
remove all unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
csinva committed Sep 13, 2020
1 parent 37a93d7 commit dd4a2f7
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 561 deletions.
507 changes: 0 additions & 507 deletions data/boston.csv

This file was deleted.

2 changes: 0 additions & 2 deletions imodels/optimal_classification_tree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
'''(in progress) [optimal classification tree](https://link.springer.com/article/10.1007/s10994-017-5633-9) (based on [this implementation](https://github.com/pan5431333/pyoptree)) - learns succinct trees using global optimization rather than greedy heuristics
'''
Empty file.
File renamed without changes.
3 changes: 0 additions & 3 deletions imodels/skrules/datasets/__init__.py

This file was deleted.

45 changes: 0 additions & 45 deletions imodels/skrules/datasets/credit_data.py

This file was deleted.

6 changes: 3 additions & 3 deletions notebooks/1_model_based.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ preds_proba = model.predict_proba(X_test) # predicted probabilities: shape is (n
## Demo notebooks
The demos are contained in 3 main [notebooks](notebooks), following this cheat-sheet:![cheat_sheet](docs/cheat_sheet.png)

1. [model_based.ipynb](notebooks/1_model_based.ipynb) - how to use different interpretable models
1. [model_based.ipynb](notebooks/1_model_based.ipynb) - how to use different interpretable models and examples with the **imodels** package
2. [posthoc.ipynb](notebooks/2_posthoc.ipynb) - different simple analyses to interpret a trained model
3. [uncertainty.ipynb](notebooks/3_uncertainty.ipynb) - code to get uncertainty estimates for a model

Expand Down

0 comments on commit dd4a2f7

Please sign in to comment.