Upload html/table_548e8c90.html with huggingface_hub
Browse files- html/table_548e8c90.html +1 -0
html/table_548e8c90.html
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
<table><tr><td>Property group</td><td>Property Name</td><td>Description</td><td>Misc.</td><td>Note</td></tr><tr><td>Model File</td><td>Save Model File</td><td>Decide whether to save model file.</td><td>Required</td><td>Yes, No</td></tr><tr><td>Model File</td><td>Model File Path</td><td>Set the path for the model file to be saved.</td><td>Conditionally Required</td><td/></tr><tr><td>Selection options</td><td>Total Number of Trees</td><td>Set the number of branches to be generated. (Default : 100)</td><td>Required</td><td>Natural Number</td></tr><tr><td>Selection options</td><td>Variable Selection Method</td><td>Selection for the number of features in tree. (Default : Automatic, sqrt(k) for classification, and k/3 for regression. k: number of independent variables)</td><td>Required</td><td>Automatic, Designate</td></tr><tr><td>Selection options</td><td>Selected Variable Count</td><td>Set the number of variables to be used in tree if Variable Selection Method option is set to be Designate.</td><td>Required</td><td>Natural number</td></tr><tr><td>Selection options</td><td>Sample Size Specification Method</td><td>Set sample size for bagging technique</td><td>Required</td><td>Percentage, Count</td></tr><tr><td>Selection options</td><td>Percentage</td><td>Specify the sample size as a percentage when ‘Percentage’ is selected for the Sample Size Specification Method.</td><td>Optional</td><td>0<real number <100</td></tr><tr><td>Selection options</td><td>Count</td><td>Specify the sample size as a count when ‘Count’ is selected for the Sample Size Specification Method.</td><td>Optional</td><td>0< integer <N (N: number of data)</td></tr><tr><td>Selection options</td><td>Impurity Function</td><td>Specify the impurity function. (Default : Gini)</td><td>Required</td><td>Gini, Twoing, Entropy, LSD</td></tr><tr><td>Selection options</td><td>Use OOB</td><td>Decide whether to use Out-of-bag testing.</td><td>Required</td><td>Yes, No</td></tr><tr><td>Selection options</td><td>Min Samples Split</td><td>Set the minimum number of data required to split a tree node (Default : 5)</td><td>Required</td><td/></tr><tr><td>Selection options</td><td>Max Tree Depth</td><td>Specify the maximum depth of each tree. Default: None (nodes are expanded until all leaves are pure or contain fewer than Min Samples Split)</td><td>Required</td><td/></tr><tr><td>Selection options</td><td>Impurity Threshold</td><td>A node becomes a stationary node if its impurity is below the specified impurity threshold.</td><td>Required</td><td/></tr><tr><td>Selection options</td><td>Impurity Change Threshold</td><td>If the impurity change for a node is below the specified threshold, the node is considered a terminal node.</td><td>Required</td><td/></tr></table>
|