File tree 3 files changed +22
-0
lines changed
3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
# 9. GridSearch
2
2
3
+
4
+
5
+ <figure ><img src =" ../.gitbook/assets/image (170).png " alt =" " width =" 211 " ><figcaption ></figcaption ></figure >
6
+
7
+ 1 . Click on _ ** GridSearch** _ under the _ ** Machine Learning** _ category.
8
+
9
+
10
+
11
+ <figure ><img src =" ../.gitbook/assets/image (171).png " alt =" " width =" 563 " ><figcaption ></figcaption ></figure >
12
+
13
+ 2 . _ ** Model type** _ : Select the type of machine learning model you want to use.
14
+ 3 . _ ** Scoring** _ : Choose the metric for evaluating the model.
15
+ 4 . _ ** N jobs** _ : Accelerate tasks through parallel processing. Enter the number of tasks to run simultaneously.
16
+ 5 . _ ** Cv** _ : Specify the number of folds to be used during C_ ** ross-Validation** _ .
17
+ 6 . _ ** Verbose** _ : Display progress of the GridSearch. Higher values show more information.
18
+ 7 . _ ** Allocate to** _ : Specify the variable name to allocate.
19
+ 8 . _ ** Param grid** _ :
20
+ * _ ** Add param** _ : Additional parameters other than 3 to 6 can be added.
21
+ * _ ** Add param set** _ : Multiple combinations of parameters can be applied using sets.
22
+ 9 . _ ** Code view** _ : Preview the generated code.
23
+ 10 . _ ** Run** _ : Execute the code.
24
+
You can’t perform that action at this time.
0 commit comments