LoginSignup
1
3

More than 3 years have passed since last update.

fbprophetをインストールする際の注意点

Last updated at Posted at 2020-02-09

fbprophetとは

  • Facebook社製の時系列解析ツール
  • 簡単に時系列解析ができる
  • R,Pythonに対応

インストールする際の注意点

  1. windowsの場合C++コンパイラが必要
    公式にもありますが、anaconda推奨

  2. anaconda環境の場合はcondaでインストールする
    conda install -c conda-forge fbprophet

  3. holidays==0.10.1だとエラー ※fbprophet==0.5
    holidays==0.9.11にダウングレードしたところ問題なし

1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3