Skip to content

Commit

Permalink
Merge pull request #44 from wilsonrljr/step_ahead
Browse files Browse the repository at this point in the history
Step ahead
  • Loading branch information
wilsonrljr authored Mar 14, 2021
2 parents a4e7486 + d74e7bf commit ce796d9
Show file tree
Hide file tree
Showing 174 changed files with 151,196 additions and 26,488 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ pip-wheel-metadata
# default pytest cache directory
*/.pytest_cache
.pytest_cache/
catboost_info/
34 changes: 34 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@
File for tracking changes in SysIdentPy
--------------------------------------------------------------------------------------------------------------

v0.1.5
------

CONTRIBUTORS
~~~~~~~~~~~~

- wilsonrljr

CHANGES
~~~~~~~

- MAJOR: n-steps-ahead prediction.
- Now you can define the numbers of steps ahead in the predict function.
- Only for Polynomial models for now. Next update will bring this functionality to Neural NARX and General Estimators.

- MAJOR: Simulating predefined models.
- Added the new class SimulatePolynomialNarmax to handle the simulation of known model structures.
- Now you can simulate predefined models by just passing the model structure codification. Check the notebook examples.

- Added 4 new notebooks in the example section.

- Added iterative notebooks. Now you can run the notebooks in Jupyter notebook section of the documentation in Colab.

- Fix code format issues.

- Added new tests for SimulatePolynomialNarmax and generate_data.

- Started changes related to numpy 1.19.4 update. There are still some Deprecation warnings that will be fixed in next update.

- Fix issues related to html on Jupyter notebooks examples on documentation.

- Updated Readme with examples of how to use.


v0.1.4
------

Expand Down
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 9b48c8eab5647bb95497138fdc22eec8
config: aae1ba95b236ebb8b8c595c05936f299
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
theme: jekyll-theme-cayman
theme: jekyll-theme-cayman
Loading

0 comments on commit ce796d9

Please sign in to comment.