forked from petersen-f/jaspPredictiveAnalytics
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix predictive analystics module (#11)
* removed parallel processing * removed multivariate option for test release * added imputation of missing values * fixed prediction plot display The actual observations were not shown as first factor in prediction plot as they were a separate column from the predictions. This commit merges them in one column * fixed bunch of stuff * some bug fixes - default values for forecast settings are now set based on data, previous values were set arbitrary and large and broke small dataset - additionally pre-processing now only happens if at least one covariate is present - previously pre-processing threw an error when no covariates (only time variable) was provided - additionally engineered lags and time-based variables are now in model dependency to recompute models once changed - lastly lag values are now considered when forecast evaluation plan is created
- Loading branch information
1 parent
2acec73
commit 87dc42f
Showing
6 changed files
with
192 additions
and
175 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 |
---|---|---|
@@ -1,3 +1,2 @@ | ||
import(jaspBase) | ||
export(predictiveAnalytics) | ||
export(multiVarControl) |
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.