pydlm icon indicating copy to clipboard operation
pydlm copied to clipboard

A python library for Bayesian time series modeling

Results 41 pydlm issues
Sort by recently updated
recently updated
newest added

Hey, I'm experimenting with a timeseries that has hourly resolution with both daily and weekly seasonality, in addition to a slowly varying linear trend. I've been running into errors —...

Hi, Amazing work here! I am reading Bayesian Forecasting and Dynamic Models (Harrison and West, 1997) and try to use your module to construct an univariate DLM model as follows....

Hi, Thanks for offering such a great DLM module. It is a very nice tool to have in Python. I'm wondering if I can find the regression residual time series...

hi Samuel, Sorry for bothering again, I want to use ignore and tune method in myDLM, while it is error when run following code: from pydlm import dlm, trend, seasonality,...

Hi great work here! I'm trying to make this work for categorical data. I've 3 columns: I'm trying to predict the "function" column given time and "ROI" BUT Func and...

Hello! I am wondering how you run your test modules in the "tests" directory. When I run the python scripts in "tests" directly, an ImportEerror will be raised because the...

In the file basemodle.py, the defined variable evalution and evaluation are appeared alternately, which make me confused. I am wondering whether it is a typo in your code.

Hello where does regressor10 come from? thank you

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies