Dimitris Floros
04/22/2024, 9:30 PMJosé Morales
04/23/2024, 12:16 AMDimitris Floros
04/23/2024, 1:50 AMlocal_scaler_type
, but I guess there is not.jan rathfelder
04/23/2024, 11:18 AMDimitris Floros
04/23/2024, 1:41 PMDimitris Floros
04/23/2024, 3:12 PMscaler_X = MinMaxScaler(feature_range=(-1,1))
model = make_pipeline(scaler_X, MLPRegressor())
# Instantiate the MLForecast object
mlf = MLForecast(
models={'mlmodel': model},
freq='h',
lags=list(range(1, 3)),
)
jan rathfelder
04/23/2024, 4:17 PMDimitris Floros
04/23/2024, 7:42 PMjan rathfelder
04/23/2024, 7:55 PMTyler Blume
04/23/2024, 9:21 PMjan rathfelder
04/24/2024, 5:59 AM