Slackbot
11/28/2023, 7:18 PMJosé Morales
11/28/2023, 7:46 PMJosé Morales
11/28/2023, 7:50 PMJosé Morales
11/28/2023, 8:10 PMboosting='rf'
, which should yield similar results but is way fasterMairon Cesar Simoes Chaves
11/28/2023, 8:28 PMMairon Cesar Simoes Chaves
11/29/2023, 4:26 PMmlf.fit(train,
id_col='unique_id',
time_col='ds',
target_col='y',
static_features= ['ADI','CV2', 'accumulated_sold_qty', 'price', 'freight','median_ticket','origin','revenue'],)
José Morales
11/29/2023, 4:31 PMfitted=True
and then use the forecast_fitted_values methodMairon Cesar Simoes Chaves
11/29/2023, 8:01 PM