Course Content
Create the strongest Pokemon
Create the strongest Pokemon
Searching for the strongest attributes
Task
- Use the
coef_
method on modelreg
. - Sort the array from the result of (1) in descending order with
np.argsort()
. - Create an array of the names of columns from
to_concantenate
data frame with the indexes (and their order) from (2). Name this array astop_columns
.
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
- Use the
coef_
method on modelreg
. - Sort the array from the result of (1) in descending order with
np.argsort()
. - Create an array of the names of columns from
to_concantenate
data frame with the indexes (and their order) from (2). Name this array astop_columns
.
Mark tasks as Completed
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Section 1. Chapter 3
AVAILABLE TO ULTIMATE ONLY