1 个仓库
Visualization of individual model elements like seasonality and trends as interactive charts.
Distinct from Plotting Components: Existing candidates focus on general UI plotting components or weather forecasts, not the plotting of model-specific components.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Forecast Component Plotting. Refine with filters or upvote what's useful.
Neural Prophet 是一个基于 PyTorch 的时间序列预测库,专为可解释的机器学习而设计。它作为一个分解框架,将信号分解为自回归效应、分段线性趋势和基于傅里叶的季节性等组成部分,以预测未来值。 该项目通过结合神经网络与传统算法,生成能够解释潜在趋势驱动因素的预测,从而脱颖而出。它采用全局时间序列建模方法,允许单个模型在多个同步序列上进行训练,在共享学习模式的同时保持局部特异性。此外,它还作为不确定性量化工具,利用分位数回归和共形预测来生成可靠的预测区间。 该库提供了一套全面的数据管理功能,包括节假日检索、缺口填充和归一化。它涵盖了完整的建模生命周期,包括自动超参数优化、趋势变点检测以及未来和滞后回归变量的集成。通过预测分解和输入归因分析,用户可以可视化特定因素如何影响最终预测。
Provides visual analysis of individual model elements, such as trend coefficients and predictions.