Skip to content

Fill Missing Improvement #1

Description

@ItsRikan

Problem

If a dataset contains a column full of null values, or an empty column, or a column of the same values, though they do not affect training models, they remain there; the fill_missing function does not drop these columns.

Solution

Check if any column contains all the same values or all null values; if found, then drop them.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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