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
rampwf/hyperopt/tests/test_hyperparameter.py: 256 warnings
/home/runner/work/ramp-workflow/ramp-workflow/rampwf/hyperopt/hyperopt.py:442: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
self.df_scores_ = self.df_scores_.append(row, ignore_index=True)
The text was updated successfully, but these errors were encountered:
DimitriPapadopoulos
changed the title
CI FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version.
CI FutureWarning: The frame.append method is deprecated
Feb 1, 2023
pandas.DataFrame.append → pandas.concat
CI warning to fix:
See Don’t append rows to a pandas DataFrame.
The text was updated successfully, but these errors were encountered: