keep-loving-pythonのブログ

Pythonを愛し続けたいです(Pythonが流行っている限りですが。。。)

2022-04-23から1日間の記事一覧

解決策。AttributeError: 'Prophet' object has no attribute 'stan_backend'

解決策。AttributeError: 'Prophet' object has no attribute 'stan_backend' エラーの内容 AttributeError: 'Prophet' object has no attribute 'stan_backend' エラーが出る環境 Windows10 Python 3.7.2 GPUなし fbprophet 0.7.1 pystan 2.19.1.1 解決策 …

Pythonのrandom(乱数)で同じ値を得る方法

Pythonのrandom(乱数)で同じ値を得る方法 乱数だけど、プログラム実行時に、毎回同じにしたい場合がある。 numpyじゃない編 C:\_____hatena\_work>python Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 23:09:28) [MSC v.1916 64 bit (AMD64)] on w…