deep-learning-genomics-primer icon indicating copy to clipboard operation
deep-learning-genomics-primer copied to clipboard

Using categories instead of n_values

Open isaacguerreir opened this issue 6 years ago • 0 comments

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.

isaacguerreir avatar Dec 26 '18 19:12 isaacguerreir