rstudio / vetiver-python

Version, share, deploy, and monitor models.
https://rstudio.github.io/vetiver-python/stable/
MIT License
59 stars 17 forks source link

Document that `plot_metrics` returns a plotly object #180

Open juliasilge opened 1 year ago

juliasilge commented 1 year ago

I think we should make explicit in these docs that what is being returned is from plotly:

https://github.com/rstudio/vetiver-python/blob/d610f259804e343b3787744731f3359ddb78111e/vetiver/monitor.py#L203

And maybe suggest that folks can operate on it?