luke14free / pm-prophet

GAM timeseries modeling with auto-changepoint detection. Inspired by Facebook Prophet and implemented in PyMC3
325 stars 42 forks source link

[Feature Request] Simplify API for regressors #34

Open rohan-gt opened 3 years ago

rohan-gt commented 3 years ago
  1. Can the prior definition for each regressor be moved within the add_regressor() method by passing the distribution object as a parameter?

  2. Can a regressor_coefficients() method be created similar to what Prophet has to get the distribution of coefficients?