Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
bf2e11d
Review: Add warning if users pass only optimizer_kwargs but not optim…
JQGoh May 23, 2024
7d83799
option to modify configure_optimizers
JQGoh May 23, 2024
ce6848c
Merge branch 'main' into feat/modify-config-optimizers
JQGoh Aug 2, 2024
3539eb3
Add example on ReduceLROnPlateau
JQGoh Aug 2, 2024
c0a7eb8
Merge branch 'main' into feat/modify-config-optimizers
JQGoh Dec 11, 2024
2e3d7c6
Remove old interface and deprecate the arguments
JQGoh Dec 11, 2024
eb17a4d
Fix test
JQGoh Dec 11, 2024
f5a4f62
Correction to the path in contributing.md note
JQGoh Dec 18, 2024
829d80a
Merge branch 'main' into feat/modify-config-optimizers
JQGoh Dec 21, 2024
3bab7c0
Review: Allow users to specifify the configure_optimizers() for
JQGoh Dec 22, 2024
c5f20a1
Add arguments and doc string
JQGoh Dec 22, 2024
a817907
Merge branch 'main' into feat/modify-config-optimizers
JQGoh Jan 21, 2025
a5ca43e
Merge branch 'main' into feat/modify-config-optimizers
JQGoh Jan 27, 2025
5fb6331
Revert "Add arguments and doc string"
JQGoh Jan 28, 2025
3ca378a
Revert "Review: Allow users to specifify the configure_optimizers() for"
JQGoh Jan 28, 2025
5c8e1c2
Revert "Fix test"
JQGoh Jan 28, 2025
cc317cf
Revert "Remove old interface and deprecate the arguments"
JQGoh Jan 28, 2025
0266daf
Revert "Add example on ReduceLROnPlateau"
JQGoh Jan 28, 2025
5765c20
Revert "option to modify configure_optimizers"
JQGoh Jan 28, 2025
0d07a7a
Omit unnecessary changes
JQGoh Jan 28, 2025
684184f
Add documentation on customizing configure_optimizers()
JQGoh Jan 28, 2025
67b11d8
Merge branch 'main' into feat/modify-config-optimizers
JQGoh Feb 25, 2025
19e9b79
option to modify configure_optimizers
JQGoh May 23, 2024
e414607
Review: Use utilsforecst.plotting.plot_series for better illustration
JQGoh Feb 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ nbdev_export
If you're working on the local interface you can just use `nbdev_test --n_workers 1 --do_print --timing`.

### Cleaning notebooks
Since the notebooks output cells can vary from run to run (even if they produce the same outputs) the notebooks are cleaned before committing them. Please make sure to run `nbdev_clean --clear_all` before committing your changes. If you clean the library's notebooks with this command please backtrack the changes you make to the example notebooks `git checkout nbs/examples`, unless you intend to change the examples.
Since the notebooks output cells can vary from run to run (even if they produce the same outputs) the notebooks are cleaned before committing them. Please make sure to run `nbdev_clean --clear_all` before committing your changes. If you clean the library's notebooks with this command please backtrack the changes you make to the example notebooks `git checkout nbs/docs`, unless you intend to change the examples.

## Do you want to contribute to the documentation?

Expand All @@ -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/docs`), clean all outputs using `Edit > Clear All Outputs`.
5. Run `nbdev_preview`.
6. Clean the notebook metadata using `nbdev_clean`.
286 changes: 286 additions & 0 deletions nbs/docs/tutorials/21_configure_optimizers.ipynb

Large diffs are not rendered by default.