Skip to content

Commit 396305f

Browse files
authored
Merge pull request #37 from ruivieira/time-series-examples
Adapt AIX360 time-series book examples
2 parents 31a7d68 + 76ba946 commit 396305f

File tree

5 files changed

+1227
-1
lines changed

5 files changed

+1227
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Several example Jupyter notebooks are available.
2121
- [TSLime](examples/TSLime.ipynb)[^1]
2222
- [TSSaliency](examples/TSSaliency.ipynb)[^1]
2323
- [Time-series Individual Conditional Expectation (TSICE)](examples/TSICE.ipynb)[^1]
24+
- Full examples
25+
- [Energy load forecasting](examples/EnergyLoadForecasting.ipynb)[^1]
26+
- [Engine fault detection](examples/EngineFaultDetection.ipynb)[^1]
2427

2528
### Fairness metrics
2629

data/energy_dataset.csv.zip

1.74 MB
Binary file not shown.

examples/EnergyLoadForecasting.ipynb

Lines changed: 530 additions & 0 deletions
Large diffs are not rendered by default.

examples/EngineFaultDetection.ipynb

Lines changed: 694 additions & 0 deletions
Large diffs are not rendered by default.

examples/TSSaliency.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,6 @@
664664
}
665665
],
666666
"source": [
667-
"\n",
668667
"# plot tssaliency explanation for the test point\n",
669668
"explanation.plot(index=indx, cpos=class_pos)\n",
670669
"\n",

0 commit comments

Comments
 (0)