Skip to content

Commit

Permalink
Merge pull request #37 from ruivieira/time-series-examples
Browse files Browse the repository at this point in the history
Adapt AIX360 time-series book examples
  • Loading branch information
ruivieira authored Sep 11, 2023
2 parents 31a7d68 + 76ba946 commit 396305f
Show file tree
Hide file tree
Showing 5 changed files with 1,227 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Several example Jupyter notebooks are available.
- [TSLime](examples/TSLime.ipynb)[^1]
- [TSSaliency](examples/TSSaliency.ipynb)[^1]
- [Time-series Individual Conditional Expectation (TSICE)](examples/TSICE.ipynb)[^1]
- Full examples
- [Energy load forecasting](examples/EnergyLoadForecasting.ipynb)[^1]
- [Engine fault detection](examples/EngineFaultDetection.ipynb)[^1]

### Fairness metrics

Expand Down
Binary file added data/energy_dataset.csv.zip
Binary file not shown.
530 changes: 530 additions & 0 deletions examples/EnergyLoadForecasting.ipynb

Large diffs are not rendered by default.

694 changes: 694 additions & 0 deletions examples/EngineFaultDetection.ipynb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion examples/TSSaliency.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,6 @@
}
],
"source": [
"\n",
"# plot tssaliency explanation for the test point\n",
"explanation.plot(index=indx, cpos=class_pos)\n",
"\n",
Expand Down

0 comments on commit 396305f

Please sign in to comment.