Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 fbprophet 导入 Prophet 模型 = Prophet() model.fit(data)
我立即收到以下错误
在此处输入图像描述
我有同样的问题。但是在我按照以下步骤操作后它可以工作:
以管理员身份访问您正在使用的环境的 Anaconda Prompt:conda remove --force fbprophet
conda remove --force fbprophet
在你的 jupyter 笔记本中使用pip : install fbprophet
pip : install fbprophet
我已经使用管道安装了 fbprophet,但它会一直使内核崩溃,直到我使用以下命令再次安装它:
conda install -c conda-forge fbprophet