@TemastD
在使用pystan的以下測試代碼時,報錯: CompileError: command 'D:\\setup\\Anaconda3\\envs\\stan_env\\Library\\mingw-w64\\bin\\gcc.exe' failed with exit status 1
import pystan
model_code = 'parameters {real y;} model {y ~ normal(0,1);}'
model = pystan.StanModel(model_code=model_code)
y = model.sampling().extract()['y']
y.mean() # with luck the result will be near 0
你有遇到過這個問題嗎憨闰?是怎么解決的?
python庫prophet-------fbprophet安裝最近學(xué)術(shù)夫妻又有新的進(jìn)展了嗓奢。 這段時間研究了LSTM,也許是我學(xué)藝不精浑厚,也許是我們的數(shù)據(jù)太刁鉆股耽,感覺效果仍舊是不好。 于是每日擔(dān)心我學(xué)術(shù)進(jìn)步的我老公钳幅,又給我發(fā)來了新題目物蝙。 說...