It gives an example of the z-score or standard score
It gives an example of the max-min method
11.Consider the following image: what is the name of the operation that transformed the column fuel into quantitative variables?
1 point
Data standardization
One-hot encoding
12.What task does the following line of code perform?
df[‘peak-rpm’].replace(np.nan, 5,inplace=True)
1 point
replace the not a number values with 5 in the column ‘peak-rpm’
rename the column ‘peak-rpm’ to 5
add 5 to the dataframe df
Related Questions & Answers:
Graded Quiz: Importing Datasets Graded Quiz: Importing Datasets >> Data Analysis with Python TOTAL POINTS 5 1.What do we want to predict ... Read more...
Graded Quiz: Data Wrangling Graded Quiz: Data Wrangling >> Data Analysis with Python TOTAL POINTS 5 1.What task do the following lines of ... Read more...
Graded Quiz: Exploratory Data Analysis Graded Quiz: Exploratory Data Analysis >> Data Analysis with Python TOTAL POINTS 5 1.What task does the method value_counts ... Read more...
Graded Quiz: Model Refinement Graded Quiz: Model Refinement >> Data Analysis with Python TOTAL POINTS 5 1.What is the output of the following ... Read more...
Final Exam, Part 1 Final Exam, Part 1 >> Introduction to Financial Accounting TOTAL POINTS 12 1.A company delivered $10,000 of goods ... Read more...
Final Exam, Part 2 Final Exam, Part 2 >> Introduction to Financial Accounting TOTAL POINTS 8 1.During the quarter ended 3/31/2015, Clarke ... Read more...