Skip to content

Commit

Permalink
[refactor] fix typo in df_utils.py (#1478)
Browse files Browse the repository at this point in the history
prefered -> preferred
  • Loading branch information
eltociear authored Nov 28, 2023
1 parent 7aac3be commit 07091b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuralprophet/df_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ def create_dummy_datestamps(
Examples
--------
Adding dummy datestamps to a dataframe without datestamps.
To prepare the dataframe for training, import df_utils and insert your prefered dates.
To prepare the dataframe for training, import df_utils and insert your preferred dates.
>>> from neuralprophet import df_utils
>>> df_drop = df.drop("ds", axis=1)
>>> df_dummy = df_utils.create_dummy_datestamps(
Expand Down

0 comments on commit 07091b9

Please sign in to comment.