Isaac
08/08/2023, 8:30 PMMLForecast.fit
handles dropping the NA data without issue (with the dropna param), but MLForecast.predict
runs an error with the underlying sklearn models. Am I doing something incorrectly?José Morales
08/08/2023, 9:17 PMdef fill_with_zeros(df):
return df.fillna(0)
Isaac
08/09/2023, 3:48 PMJosé Morales
08/09/2023, 3:51 PMIsaac
08/09/2023, 3:54 PM