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

AD fixes: preprocessing steps, raise e remove #1135

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

codeloop
Copy link
Member

No description provided.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 27, 2025
@codeloop codeloop changed the title preprocessing steps, raise e remove AD fixes: preprocessing steps, raise e remove Apr 2, 2025
@codeloop codeloop requested a review from prasankh April 2, 2025 08:19
@codeloop codeloop marked this pull request as ready for review April 2, 2025 08:19

if self.spec.preprocessing.steps.missing_value_imputation:
for series_id, df in self.datasets.full_data_dict.items():
self.datasets.full_data_dict[series_id] = Transformations._fill_na(self, df)
Copy link
Member

Choose a reason for hiding this comment

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

Is this the right spot for this? Why not with the rest of the transformations class?

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.

2 participants