Skip to content

Commit

Permalink
Merge pull request #867 from GinesMeca/develop_doc_bugs_fix
Browse files Browse the repository at this point in the history
Fixing bugs in docs
  • Loading branch information
JavierEscobarOrtiz authored Nov 29, 2024
2 parents 77bf641 fc56dd7 commit e78ad70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion skforecast/direct/_forecaster_direct.py
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 869,7 @@ def filter_train_X_y_for_step(
Parameters
----------
step : int
Step for which columns must be selected selected. Starts at 1.
Step for which columns must be selected. Starts at 1.
X_train : pandas DataFrame
Dataframe created with the `create_train_X_y` method, first return.
y_train : dict
Expand Down
2 changes: 1 addition & 1 deletion skforecast/direct/_forecaster_direct_multivariate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 1107,7 @@ def filter_train_X_y_for_step(
Parameters
----------
step : int
step for which columns must be selected selected. Starts at 1.
step for which columns must be selected. Starts at 1.
X_train : pandas DataFrame
Dataframe created with the `_create_train_X_y` method, first return.
y_train : dict
Expand Down
2 changes: 1 addition & 1 deletion skforecast/recursive/_forecaster_recursive.py
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 862,7 @@ def create_sample_weights(
X_train: pd.DataFrame,
) -> np.ndarray:
"""
Crate weights for each observation according to the forecaster's attribute
Create weights for each observation according to the forecaster's attribute
`weight_func`.
Parameters
Expand Down

0 comments on commit e78ad70

Please sign in to comment.