Contents Menu Expand Light mode Dark mode Auto light/dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
aeon 0.10.0 documentation
Logo

Using aeon

  • Installation
  • Getting Started
  • API Reference
    • Anomaly Detection
    • Base
    • Benchmarking
    • Classification
      • histogram_intersection
      • BaseDeepClassifier
    • Clustering
    • ts File Format v1.0
    • Datasets
    • Distances
    • Deep learning networks
    • Performance metrics
      • count_error
      • hausdorff_error
      • prediction_ratio
    • Regression
      • BaseDeepRegressor
    • Segmentation
    • Similarity search
    • Transformations
      • Rocket
      • MiniRocket
      • MiniRocketMultivariateVariable
      • MultiRocket
      • ScaledLogitTransformer
      • IntervalSegmenter
      • RandomIntervalSegmenter
      • SlidingWindowSegmenter
      • FourierFeatures
      • ChannelScorer
      • ElbowClassSum
      • ElbowClassPairwise
      • TruncationTransformer
      • ClaSPTransformer
      • Reconciler
    • Utility functions
    • Visualisation
      • plot_series
      • plot_lags
      • plot_correlations
      • plot_critical_difference
      • plot_boxplot_median
      • plot_scatter_predictions
      • plot_cluster_algorithm
  • Examples

Developing aeon

  • Contributing to aeon
    • Reporting Bugs and Opening Issues
  • Developer Guide
    • Implementing Estimators
    • aeon Enhancement Proposals
    • Coding Standards
    • Continuous integration
    • Dependencies
    • Deprecation Policy
    • Developer Installation
    • Developing Documentation
    • Releases
  • Mentoring and Projects

The aeon team

  • Contributors
  • About Us
  • Governance
  • Code of Conduct

Other

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

BenchmarkingΒΆ

Benchmarking.

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
get_available_estimators
Previous
BaseIntervalForest
Copyright © The aeon developers (BSD-3 License)
Made with Sphinx and @pradyunsg's Furo