Skip to content

Commit

Permalink
update_typing
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierEscobarOrtiz committed May 5, 2024
1 parent bd8fce6 commit 0b721be
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 81 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ keywords:
doi: 10.5281/zenodo.8382788
license: bsd-3-clause
version: 0.12.0
date-released: '2024-05-03'
date-released: '2024-05-05'
4 changes: 2 additions & 2 deletions docs/user_guides/feature_selection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
"\n",
"- `y`: Target time series to which the feature selection will be applied.\n",
"\n",
"- `exog`: Exogenous variable/s included as predictor/s\n",
"- `exog`: Exogenous variables.\n",
"\n",
"- `select_only`: Decide what type of features to include in the selection process. \n",
" \n",
Expand Down Expand Up @@ -876,7 +876,7 @@
"\n",
"- `series`: Target time series to which the feature selection will be applied.\n",
"\n",
"- `exog`: Exogenous variable/s included as predictor/s\n",
"- `exog`: Exogenous variables.\n",
"\n",
"- `select_only`: Decide what type of features to include in the selection process. \n",
" \n",
Expand Down
2 changes: 1 addition & 1 deletion skforecast/ForecasterRnn/ForecasterRnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def __init__(
fit_kwargs: Optional[dict] = {},
forecaster_id: Optional[Union[str, int]] = None,
n_jobs: Any = None,
transformer_exog: Any = None,
transformer_exog: Any = None
) -> None:
self.levels = None
self.transformer_series = transformer_series
Expand Down
Loading

0 comments on commit 0b721be

Please sign in to comment.