Skip to content

Commit

Permalink
small_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elephaint committed Feb 25, 2025
1 parent ee1142c commit f28dc29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ Since the notebooks output cells can vary from run to run (even if they produce
1. Find the relevant notebook.
2. Make your changes.
3. Run all cells.
4. If you are modifying library notebooks (not in `nbs/examples`), clean all outputs using `Edit > Clear All Outputs`.
4. If you are modifying library notebooks (not in `nbs/examples`), clear all outputs using `Edit > Clear All Outputs`.
5. Run `nbdev_preview`.
6. Clean the notebook metadata using `nbdev_clean`.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ from neuralforecast.utils import AirPassengersDF

nf = NeuralForecast(
models = [NBEATS(input_size=24, h=12, max_steps=100)],
freq = 'M'
freq = 'ME'
)

nf.fit(df=AirPassengersDF)
Expand Down

0 comments on commit f28dc29

Please sign in to comment.