Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

follows: param _ grid 'max _ depth': [ 5 , 1 0 , 1 5 , 2 0 , 2 5 ] , 'min _

follows:
param_grid
'max_depth': [5,10,15,20,25],
'min_samples_split': 10,20,30,40,50,60,70,80,90,100
}
The first attempt of GridSearchCV() produces the following best parameters: Initial parameters: {'max_depth': 5, 'min_samples_split': 40}
How should the person set the second param_grid? Why?
For the toolbar, press ALT+F10(PC) or ALT+FN+F10(Mac).
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Explain the process of MBO

Answered: 1 week ago