Skip to content

Execution fails when data contains missing values #990

@rabsr

Description

@rabsr

As per exception message and comment, missing value is not handled only for categorical features.

But, it fails even when there are any missing values for numerical data. The check, used to find missing value for categorical features and aborts execution, does not consider feature type and check for missing values in all features irrespective of their type.

To handle the issue of missing values, we should update implementation for method _check_and_encode_features and follows

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions