Skip to content

Instantly share code, notes, and snippets.

@tomonori-masui
Created July 2, 2021 05:19
Show Gist options
  • Select an option

  • Save tomonori-masui/d7d1e402bbab749ce21d0f0fb94a4a2a to your computer and use it in GitHub Desktop.

Select an option

Save tomonori-masui/d7d1e402bbab749ce21d0f0fb94a4a2a to your computer and use it in GitHub Desktop.
param_grid = {"window_length": [5, 10, 15, 20, 25, 30]}
forecaster = create_forecaster()
nl_lgb_mae, nl_lgb_mape = grid_serch_forecaster(nl_train, nl_test, forecaster, param_grid)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment