Skip to content

Using categories instead of n_values #3

@isaacguerreir

Description

@isaacguerreir

The OneHotEncoder object can be created using n_value or categories as parameters. But the use of n_values was deprecated and will be removed in version 0.22. Using n_value is more intuitive for this example, but in the future will be necessary modify n_value to categories.

I make a copy of this notebook and change n-value to categories='auto'. The notebook run without any error.

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