-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implements data transformations in TSA module (#2121)
* Adds scikit-learn data transformations to TSA module * adds the test XML file * adds masking transforms, facilitates common FunctionTransformers, and adds the ability to use custom transformers from a separate python file * refactored to use statsmodels OLS for better handling of missing values * reworks handling data with missing values * removes excess whitespace * updates documentation to include TSA.Transformer class * regolded due to change in regression solver used in TSA.Fourier * adds docstrings * reworks TimeSeriesAnalyzer inheritance structure, adds transformer base classes, makes transformer XML tags explicit * regold to reflect change in transformers XML * WIP unit testing for TSA transformers * simplifies inheritance requirements for ARMA and RWD * minor fixes and additions * minor fix in generation step * reverts RWD to being a characterizer only * TSA README * makes scikit-learn wrappers abstract classes and makes it so abstract classes are not included in User Manual * updates documentation for TSA module * makes docstrings compliant with RAVEN standard * reduces the number of time steps for ARMA and LogARMA tests and regolds * makes TSA.ARMA a transformer * more docstring fixes * removes algorithms Venn diagram * adds updated algorithm Venn diagram * replaces the algorithms Venn diagram with a table in the README file * missing comma in array index * fix for masking in ARMA * regold due to new solver used in Fourier fit * changes gold file for Basic test for mac
- Loading branch information
Showing
49 changed files
with
5,621 additions
and
5,314 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.