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

使用aeon

  • 安装
  • 入门指南
  • API参考
    • 异常检测
    • Base
    • 基准测试
    • 分类
    • 聚类
    • 数据集
    • 距离
    • 预测
    • 深度学习网络
    • 回归
    • 分割
    • 相似性搜索
    • 转换
    • 实用函数
    • 可视化
  • 示例

开发aeon

  • 为aeon做贡献
    • 打开问题和报告错误
  • 开发者指南
    • aeon 增强提案
    • 编码标准
    • 依赖项
    • 弃用政策
    • 开发者安装
    • 开发文档
    • 版本发布
    • 测试框架
  • Mentoring and Projects

永恒团队

  • 贡献者
  • 关于我们
  • 治理
  • 行为准则

其他

  • Estimator 概述
  • 更新日志
  • 使用Aeon的论文
Back to top
View this page
Edit this page

预测¶

DummyForecaster()

虚拟预测器总是预测训练中看到的最后一个值。

BaseForecaster(horizon, axis)

时间序列预测器的抽象基类。

RegressionForecaster(window[, horizon, ...])

基于回归的预测。

ETSForecaster([error_type, trend_type, ...])

指数平滑预测器。

Next
DummyForecaster
Previous
get_alignment_path_function
Copyright © The aeon developers (BSD-3 License)
Made with Sphinx and @pradyunsg's Furo