Course Content
Is the mushroom poisonous?
Is the mushroom poisonous?
The final data preparation
Task
- Create numpy array
X
from dataframeto_concantenate
values using methodvalues
of Pandas DataFrame. - Create numpy array
y
from indexes of dataframeto_concantenate
using methodindex
and then method values on Pandas DataFrame. Method index returns an array of indexes of the dataframe. - For every values in
y
change letter'p'
(poisonous) to0
and'e'
(edible) to1
.
Mark tasks as Completed
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Task
- Create numpy array
X
from dataframeto_concantenate
values using methodvalues
of Pandas DataFrame. - Create numpy array
y
from indexes of dataframeto_concantenate
using methodindex
and then method values on Pandas DataFrame. Method index returns an array of indexes of the dataframe. - For every values in
y
change letter'p'
(poisonous) to0
and'e'
(edible) to1
.
Mark tasks as Completed
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Section 1. Chapter 2
AVAILABLE TO ULTIMATE ONLY