logisticregress
Results
2
comments of
logisticregress
I'm having the same issue. I have one predictor, and I'm trying to forecast out 3 days, so I've newf = {'x2':[[-0.13064217],[-0.13064217],[-0.13064217]]} (predictMean, predicrVar) = drm.predictN(N=3,date=drm.n-1, featureDict=newf) NameError: The step...
Hi Joshua - this is from the author of the BSTS package. I do not know how to accomplish what he recommends. I'm using R Studio on a Windows 10...