-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(feat): create
iowa_forecast/models_configs.py
module to handle ARIM…
…A and ARIMA_PLUS_XREG. models configuration. * `iowa_forecast/ml_train.py`: create `include_test_on_model_train` and `include_test_on_arima_model_train` functions to determine whether or not 'test data' is used to train the ARIMA and ARIMA_PLUS_XREG models. * `.github/workflows/test-code.yml`: fix the workflow. * `pyproject.toml`: include missing dependencies. * `requirements.txt`: include missing dependencies. Unit tests ---------- * `tests/test_models_configs.py`: create unit-tests for `models_configs` module. * `tests/test_utils.py`: create unit-tests for `utils` module. Minor Changes --------------- * `notebooks/Walkthrough.ipynb`: minor fixes to the grammar of some markdown cells. * `docs/`: remove unused .rst files.
- Loading branch information
1 parent
7a4d0c3
commit c390239
Showing
42 changed files
with
11,006 additions
and
2,854 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,3 +160,4 @@ cython_debug/ | |
#.idea/ | ||
*.json | ||
/.idea | ||
*.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,6 @@ iowa\_forecast | |
load_data | ||
ml_eval | ||
ml_train | ||
models_configs | ||
plots | ||
utils |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
models\_configs | ||
--------------- | ||
|
||
.. automodule:: iowa_forecast.models_configs | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Binary file not shown.
Binary file modified
BIN
+50 Bytes
(100%)
docs/docs/doctrees/api_reference/iowa_forecast/index.doctree
Binary file not shown.
Binary file added
BIN
+54.2 KB
docs/docs/doctrees/api_reference/iowa_forecast/models_configs.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.