Skip to content

Commit

Permalink
added structuredPICNN corrected initialization bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nepslor committed Jan 9, 2024
1 parent a37bd16 commit 896b686
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 64 deletions.
3 changes: 2 additions & 1 deletion pyforecaster/dictionaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ def picnn_param_space(trial):
HYPERPAR_MAP = {'LinearForecaster': linear_param_space,
'LGBForecaster': lgb_param_space,
'LGBMHybrid': lgb_param_space,
"PICNN": picnn_param_space}
"PICNN": picnn_param_space,
"StructuredPICNN": picnn_param_space}

Loading

0 comments on commit 896b686

Please sign in to comment.