Skip to content

Conversation

codeloop
Copy link
Member

@codeloop codeloop commented Aug 5, 2024

ODSC-60854: pass model params via kwargs, ruff formatting

@codeloop codeloop requested review from prasankh and ahosler August 5, 2024 06:25
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 5, 2024
prasankh
prasankh previously approved these changes Aug 5, 2024
ahosler
ahosler previously approved these changes Aug 5, 2024
12: [
RollingMean(
window_size=model_kwargs.get("RollingMean", 24),
min_samples=1,
Copy link
Member

Choose a reason for hiding this comment

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

Should this be parameterized?

Copy link
Member Author

@codeloop codeloop Aug 13, 2024

Choose a reason for hiding this comment

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

min_samples set to 1 is a better default compared to the default None which sets it equal to the window_size.

@ahosler ahosler enabled auto-merge August 6, 2024 04:43
@codeloop codeloop dismissed stale reviews from ahosler and prasankh via 734af5b August 13, 2024 05:06
@ahosler ahosler requested a review from prasankh August 13, 2024 12:42
@ahosler ahosler merged commit 4f189ef into main Aug 13, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants