Skip to content

Commit

Permalink
[ENH] Port in multi comparison matrix into visualisation module (#2343)
Browse files Browse the repository at this point in the history
* port in mcm

* add soft dep check

* remove bayesian paras

* basic tests

* basic tests

* basic tests

* basic tests

* sort out imports

* notebook

* notebook

* updates

---------

Co-authored-by: hadifawaz1999 <[email protected]>
  • Loading branch information
TonyBagnall and hadifawaz1999 authored Nov 14, 2024
1 parent 22bf341 commit 1fa5f54
Show file tree
Hide file tree
Showing 4 changed files with 1,812 additions and 26 deletions.
4 changes: 4 additions & 0 deletions aeon/visualisation/results/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
"""Plotting tools for estimator results."""

__all__ = ["create_multi_comparison_matrix"]

from aeon.visualisation.results._mcm import create_multi_comparison_matrix
Loading

0 comments on commit 1fa5f54

Please sign in to comment.