Skip to content

#3 . 3.3 Feature Improvement pg 47 #12

Description

@AndrewDavidRatnam

Run

columns_to_remove = ["RiskFactors", "CReactiveProteinLevels"]
binary_features = [col for col in categorical_columns if col not in columns_to_remove]

before executing

fill_with_false = SimpleImputer(strategy='constant', fill_value=False)
fill_with_false.fit_transform(covid_flu[binary_features])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions