sky-uk/anticipy

metadata - In fit_time column, use integer value with seconds

capelastegui opened this issue · 0 comments

fit_time column in df_metadata is currently a timedelta. Probably more useful to take an integer column with seconds:

df_test.fit_time.dt.total_seconds()