About 707,000 results
Open links in new tab
  1. 时序预测工具库(Prophet)介绍+代码 - CSDN博客

    Dec 7, 2021 · Prophet是Facebook开源的时间序列预测算法,擅长处理节假日信息和周期性趋势。 适用于有明显季节性和趋势变化的历史数据,如商业行为数据。 算法包括增长趋势、季节性 …

  2. Prophet - Wikipedia

    In religion, a prophet or prophetess is an individual who is regarded as being in contact with a divine being and is said to speak on behalf of that being, serving as an intermediary with …

  3. Facebook 时间序列预测算法 Prophet 的研究 - 知乎

    Prophet 的算法实现 在时间序列分析领域,有一种常见的分析方法叫做时间序列的分解(Decomposition of Time Series),它把时间序列 y_ {t} 分成几个部分,分别是季节项 S_ {t} …

  4. Forecasting at scale. - Prophet

    Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works …

  5. prophet(英语单词)_百度百科

    该词核心含义指宗教语境下的“先知”,特指伊斯兰教创始人穆罕默德(the Prophet),亦用于基督教、犹太教中传达神启的预言者。 其引申义涵盖社会领域的倡导者或新思想拥护者,如革命 …

  6. 干货!时间序列预测神器-Prophet『实现篇』 - 知乎

    Prophet参数及默认值介绍,内容理论可参考 「原理篇」: • growth:趋势函数设置,默认线性“linear”,可选非线性“logistic”。 • changepoints:选择突变点,默认自动选择“None”。 例如: …

  7. facebook/prophet: Tool for producing high quality forecasts for …

    Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works …

  8. prophet·PyPI

    May 30, 2025 · Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday …

  9. 手把手教你用Prophet快速进行时间序列预测(附Prophet和R代码…

    Jul 29, 2018 · Prophet是Facebook发布的基于 可分解(趋势+季节+节假日)模型的开源库。 它让我们可以用简单直观的参数进行高精度的时间序列预测,并且支持自定义季节和节假日的影响。

  10. GitHub - AirFin/prophet-doc-zh: prophet中文文档

    Prophet是一个基于STL分解思想的预测时间序列数据的机器学习框架,由Facebook公司在2017年进行开源。 在这个模型中,非线性趋势与年、周、日季节性,加上节假日效应进行拟合。