pycaret.regression.pull#

pycaret.regression.pull(pop: bool = False) DataFrame[source]#

Returns the latest displayed table.

Parameters:

pop (bool, default = False) – If true, will pop (remove) the returned dataframe from the display container.

Return type:

pandas.DataFrame