Created
July 2, 2021 05:19
-
-
Save tomonori-masui/d7d1e402bbab749ce21d0f0fb94a4a2a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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