mitchelloharawild / fable.prophet

fable extension for the prophet forecasting procedure
https://pkg.mitchelloharawild.com/fable.prophet
55 stars 8 forks source link

How to get model description from a prophet model? #20

Closed hongooi73 closed 4 years ago

hongooi73 commented 4 years ago

Hi, I'm having a go at prophet now. I actually know nothing about how prophet works, but I'm not letting that stop me!

Quick question: is there a way to get a simple printout of what the model fit is? Just printing the mdl_ts object results in

> mod$pr[[1]]
Series: logmove 
Model: prophet 

A model specific report is not available for this model class.

I'd just like to know what the basic settings are if you just do prophet(y).