wwrechard / pydlm

A python library for Bayesian time series modeling
BSD 3-Clause "New" or "Revised" License
475 stars 98 forks source link

Categorical variables #10

Open renderit opened 7 years ago

renderit commented 7 years ago

Hi great work here! I'm trying to make this work for categorical data. I've 3 columns:

screen shot 2017-05-22 at 6 13 24 pm

I'm trying to predict the "function" column given time and "ROI" BUT Func and ROI are dependent on each other.. Each 'ROI' has some set of functions(one-to-many). Any idea how to proceed with this? (sorry I'm new to this topic).