wwrechard / pydlm

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

Splitting fitting/prediction and plotting? #28

Open dtolpin opened 6 years ago

dtolpin commented 6 years ago

Hi,

can you consider splitting the core functionality and the plotting? I (and probably others) want to run pydlm in the server environment where plotting is not required. In some environments the space is tight and installing matplotlib may be a problem. In particular I am going to run pydlm on AWS Lambda, where I need to prepare a stripped down version of pydlm with plotting (or at least the matplotlib dependency) removed.

It would be easier to just have this in two separate packages.