【问题标题】:kernel dies after fitting model using fbprophet内核在使用 fbprophet 拟合模型后死亡
【发布时间】:2020-03-12 20:07:37
【问题描述】:

从 fbprophet 导入 Prophet 模型 = 先知() 模型.fit(数据)

我立即收到以下错误

enter image description here

【问题讨论】:

    标签: kernel data-fitting model-fitting


    【解决方案1】:

    我也遇到了同样的问题。但是在我按照以下步骤操作后它就可以工作了:

    1. 以管理员身份访问您正在使用的环境的 Anaconda Prompt:conda remove --force fbprophet

    2. 在你的 jupyter notebook 中使用pip : install fbprophet

    【讨论】:

      【解决方案2】:

      我已经使用管道安装了 fbprophet,但它会一直使内核崩溃,直到我使用以下命令再次安装它:

      conda install -c conda-forge fbprophet

      【讨论】:

        猜你喜欢
        • 2018-12-11
        • 2020-04-06
        • 2020-02-28
        • 1970-01-01
        • 2022-11-27
        • 2022-12-17
        • 1970-01-01
        • 2015-12-04
        • 2022-01-24
        相关资源
        最近更新 更多