Question
For this section use winequality-red.csv. Load the file using np.genfromtxt using ',' for a delimiter and 1 for skip_header. column 10 - alcohol content column
For this section use winequality-red.csv. Load the file using np.genfromtxt using ',' for a delimiter and 1 for skip_header. column 10 - alcohol content column 11 - wine quality
1.)Create a new feature based on the alcohol content. Anything greater than or equal to 13.0 is 'super_boozy', otherwise it is 'ok'. How many super_boozy wines are there?
Choose one 5 points
29
8
42
nothing that powerful
//
2.)
What data type is the feature alcohol content?
Choose one 5 points
time series
quantitative (either)
categorical - nominal
categorical - ordinal
//
3.)What is the standard deviation of the alcohol content?
Choose one 5 points
1.065
0.54
2.001
1.453
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started