Renan Klehm

Results 3 issues of Renan Klehm

I'm trying to fit several models in a group of time series, using the following code: `fcst = StatsForecast(df=Y_train_df, models=[ AutoARIMA(season_length=12), AutoCES(season_length=12), SeasonalNaive(season_length=12), HistoricAverage(), RandomWalkWithDrift(), ], freq='M', n_jobs=-1)` But sometimes...

I followed the tutorial, and everything worked until I reached the following part: `reconcilers = [ BottomUp(), TopDown(method='forecast_proportions'), MiddleOut(middle_level='filial/categoria', top_down_method='forecast_proportions')] hrec = HierarchicalReconciliation(reconcilers=reconcilers) Y_rec_df = hrec.reconcile(Y_hat_df=Y_hat_df, Y_df=Y_train_df, S=S, tags=tags)` It...

Branch: goo-engine-v4.1-release CMake Version: 3.29.6 Visual Studio 2022 (v17.11.4) [Build.log](https://github.com/user-attachments/files/17091312/Build.log) I followed the steps on: https://developer.blender.org/docs/handbook/building_blender/windows/ After succesfully running `make update`, I've tried running `make`, but it resulted in a...