Skip to content

Commit

Permalink
Fix error in save/load table (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascillitoe authored Sep 29, 2022
1 parent 1e53f70 commit 59082b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/overview/saving.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ for the remaining detectors is in the [Roadmap](roadmap.md).
| Detector | Legacy save/load | Config save/load |
|:-------------------------------------------------------------------------------|:----------------:|:----------------:|
| [Kolmogorov-Smirnov](../cd/methods/ksdrift.ipynb) | ✅ | ✅ |
| [Cramér-von Mises](../cd/methods/cvmdrift.ipynb) | | ✅ |
| [Fisher's Exact Test](../cd/methods/fetdrift.ipynb) | | ✅ |
| [Cramér-von Mises](../cd/methods/cvmdrift.ipynb) | | ✅ |
| [Fisher's Exact Test](../cd/methods/fetdrift.ipynb) | | ✅ |
| [Least-Squares Density Difference](../cd/methods/lsdddrift.ipynb) | ❌ | ✅ |
| [Maximum Mean Discrepancy](../cd/methods/mmddrift.ipynb) | ✅ | ✅ |
| [Learned Kernel MMD](../cd/methods/learnedkerneldrift.ipynb) | ❌ | ✅ |
Expand Down

0 comments on commit 59082b9

Please sign in to comment.