Skip to content

Conversation

prasankh
Copy link
Member

@prasankh prasankh commented Jul 8, 2024

ODSC-59767

  • Recommender documentation fixes.
  • Forecasting operator auto-select fix in case of insufficient data.

@prasankh prasankh requested review from codeloop and ahosler July 8, 2024 06:58
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 8, 2024
unique_dates = min_series_data[date_col].unique()

cut_offs = self.generate_cutoffs(unique_dates, horizon)
if not len(cut_offs):
Copy link
Member

Choose a reason for hiding this comment

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

nit: any reason we're not doing if not cut_offs?

@ahosler ahosler merged commit 18b69bc into main Jul 9, 2024
@ahosler ahosler deleted the fix/ODSC-59767 branch July 9, 2024 12:35
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