Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users/mitokic/pca feature #80

Merged
merged 3 commits into from
Nov 12, 2021
Merged

Users/mitokic/pca feature #80

merged 3 commits into from
Nov 12, 2021

Conversation

mitokic
Copy link
Collaborator

@mitokic mitokic commented Nov 11, 2021

Added pca feature to run PCA as recipe step.

By default, will run PCA for day/week date types, and will run PCA on global models regardless of date type.

Main benefit is to speed up model run time with default inputs, and decreasing chances of memory/RAM issues when running forecasts in parallel (especially for day/week date types).

@mitokic mitokic added the enhancement New feature or request label Nov 11, 2021
@mitokic mitokic linked an issue Nov 11, 2021 that may be closed by this pull request
@mitokic mitokic marked this pull request as ready for review November 11, 2021 22:12
AKannanMSFT
AKannanMSFT previously approved these changes Nov 11, 2021
Copy link
Contributor

@AKannanMSFT AKannanMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please treat this as a conditional Approval - if you don't want to address #77, this PR is approved

R/configure_forecast_run.R Show resolved Hide resolved
Copy link

@aadharshkannan aadharshkannan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge change

Copy link
Contributor

@AKannanMSFT AKannanMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge changes. Approved

@mitokic mitokic merged commit cba6266 into main Nov 12, 2021
@mitokic mitokic deleted the users/mitokic/pca-feature branch November 12, 2021 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pca feature to speed up run time and avoid RAM issues
3 participants