You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so that RipsPersistence(homology_dimensions=[0, 2]).set_output(transform="pandas").fit_transform([X]) can output a pandas dataframe with column labels "H0" and "H2".
Since version 1.2, scikit-learn has a set_output API that can make transformers output pandas dataframes.
The text was updated successfully, but these errors were encountered: