Contents Menu Expand Light mode Dark mode Auto light/dark mode
aeon 0.6.0 documentation
Logo

Using aeon

  • Installation
  • Getting Started
  • API Reference
    • Annotation
    • Base
    • Benchmarking
    • Classification
    • Clustering
    • Datasets
    • Deployment and MLOps
    • Distances
    • Exceptions
    • Forecasting
    • Deep learning networks
    • Performance metrics
    • Regression
    • Similarity search
    • Transformations
    • Utility functions
    • ts File Format v1.0
  • Examples

Developing aeon

  • Contributing to aeon
    • Enhancement Proposals
    • Reporting bugs
    • Reviewer Guide
  • Developer Guide
    • Adding a New Dataset
    • Implementing Estimators
    • Coding standards
    • Continuous integration
    • Dependencies
    • Deprecation Policy
    • Developer Installation
    • Developing Documentation
    • Git and GitHub workflow
    • Releases
    • aeon testing framework overview

The aeon team

  • Contributors
  • About Us
  • Governance
  • Code of Conduct

Other

  • Glossary of Common Terms
  • Changelog
  • Papers using Aeon
Back to top
Edit this page

Benchmarking#

Benchmarking.

plot_critical_difference(scores, labels[, ...])

Plot the average ranks and cliques based on the method described in [R75b973226bec-1].

get_available_estimators([task])

Get a list of estimators avialable for a specific task.

get_estimator_results(estimators[, ...])

Look for results for given estimators for a list of datasets.

get_estimator_results_as_array(estimators[, ...])

Look for results for given estimators for a list of datasets.

Next
plot_critical_difference
Previous
BaseEstimator
Copyright © The aeon developers (BSD-3 License)
Made with Sphinx and @pradyunsg's Furo
On this page
  • Benchmarking