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

Using categories instead of n_values #3

Open
isaacguerreir opened this issue Dec 26, 2018 · 0 comments
Open

Using categories instead of n_values #3

isaacguerreir opened this issue Dec 26, 2018 · 0 comments

Comments

@isaacguerreir
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant