首页 产品 ES-Future
V1.0 · MIT

ES-Future · 预测引擎

时间序列 + ESDM 衰减驱动。趋势分析 / 异常检测 / 自然语言报告。零依赖、全离线、MIT 开源。

核心特性

01

02

03

04

05

06

实测

3 行代码启动。

极简 API,开箱即用。

python · es-future v1.0
$ pip install es-future
Successfully installed es-future-1.0.0

$ python -c "
from es_future import ForecastEngine
f = ForecastEngine()
result = f.predict([100,105,103,110,115])
print(f'趋势: {result.trend}')
print(f'置信度: {result.confidence}%')
"
[Trend] Upward: +2.3%/period
[Confidence] 87%
预测: 下期 ~118, 置信区间 [112, 124]

规格

技术细节。

版本V1.0 · MIT
协议MIT
核心
时间序列数据(CSV / JSON / API)
预测值 + 置信区间 + 异常标记 + 自然语言报告
ESDM 驱动,近期数据权重高
语言Python ≥ 3.8
平台
依赖

1 系列联动

4 个核心引擎,
一起用才完整。

下载 GitHub 开源仓库