-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* autoregressor unit test code (#843) * autoregressor unit test code * fixed error * fix error * Correcting indexes (#844) * Correcting indexes * Update tsa.py * Update tsa.py * adding inferences for TS * Removed name of column that was removed from africa-education CSV file (#845) * 832 AR, MA, ARMA, ARIMA unit test (#849) * autoregressor unit test code * ARIMA UT * UT for common functions for AR, MA, ARMA, ARIMA, and score test for AR and ARMA * sphinx docstring changes for vdataframe/typing (#846) * sphinx docstring changes for vdataframe/typing * Multiple correction - be consistent on the variable name: we use data for the dataset. - be consistent on the notes and naming. - some docs were using old method like Tablesample.to_vdf: use vDataFrame - some indentation needed to be done properly. * black --------- Co-authored-by: Badr <[email protected]> * Time Series improvement (#848) * Time Series improvement - HC correction - handling full forecasting and one step ahead forecasting - possibility to filter ts steps - improve the quality of the scores and report * correct std_err in plots * Update base.py * Update tsa.py * Update tsa.py --------- Co-authored-by: Vikash Singh <[email protected]> Co-authored-by: Badr Ouali <[email protected]> Co-authored-by: Abhishek Sharma <[email protected]> Co-authored-by: Badr <[email protected]>
- Loading branch information
1 parent
29da343
commit 42f38c8
Showing
13 changed files
with
1,902 additions
and
123 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
Oops, something went wrong.