Skip to content

Instantly share code, notes, and snippets.

@tomonori-masui
Created July 3, 2021 18:22
Show Gist options
  • Save tomonori-masui/139093b04b76e5bc4d08e89458325091 to your computer and use it in GitHub Desktop.
Save tomonori-masui/139093b04b76e5bc4d08e89458325091 to your computer and use it in GitHub Desktop.
param_grid = {"window_length": [5, 10, 15, 20, 25, 30]}
forecaster = create_forecaster()
wpi_lgb_mae, wpi_lgb_mape = grid_serch_forecaster(
wpi_train, wpi_test, forecaster, param_grid
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment