pycaret.time_series.pull#
- pycaret.time_series.pull(pop: bool = False) DataFrame[source]#
Returns last printed score grid. Use
pullfunction after any training function to store the score grid in pandas.DataFrame.- pop: bool, default = False
If True, will pop (remove) the returned dataframe from the display container.
- Returns:
pandas.DataFrame