Skip to content

Commit ce796d9

Browse files
authored
Merge pull request #44 from wilsonrljr/step_ahead
Step ahead
2 parents a4e7486 + d74e7bf commit ce796d9

File tree

174 files changed

+151196
-26488
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+151196
-26488
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ pip-wheel-metadata
3535
# default pytest cache directory
3636
*/.pytest_cache
3737
.pytest_cache/
38+
catboost_info/

CHANGELOG

+34
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22
File for tracking changes in SysIdentPy
33
--------------------------------------------------------------------------------------------------------------
44

5+
v0.1.5
6+
------
7+
8+
CONTRIBUTORS
9+
~~~~~~~~~~~~
10+
11+
- wilsonrljr
12+
13+
CHANGES
14+
~~~~~~~
15+
16+
- MAJOR: n-steps-ahead prediction.
17+
- Now you can define the numbers of steps ahead in the predict function.
18+
- Only for Polynomial models for now. Next update will bring this functionality to Neural NARX and General Estimators.
19+
20+
- MAJOR: Simulating predefined models.
21+
- Added the new class SimulatePolynomialNarmax to handle the simulation of known model structures.
22+
- Now you can simulate predefined models by just passing the model structure codification. Check the notebook examples.
23+
24+
- Added 4 new notebooks in the example section.
25+
26+
- Added iterative notebooks. Now you can run the notebooks in Jupyter notebook section of the documentation in Colab.
27+
28+
- Fix code format issues.
29+
30+
- Added new tests for SimulatePolynomialNarmax and generate_data.
31+
32+
- Started changes related to numpy 1.19.4 update. There are still some Deprecation warnings that will be fixed in next update.
33+
34+
- Fix issues related to html on Jupyter notebooks examples on documentation.
35+
36+
- Updated Readme with examples of how to use.
37+
38+
539
v0.1.4
640
------
741

docs/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 9b48c8eab5647bb95497138fdc22eec8
3+
config: aae1ba95b236ebb8b8c595c05936f299
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
theme: jekyll-theme-cayman
1+
theme: jekyll-theme-cayman

0 commit comments

Comments
 (0)