eduvedras
commited on
Commit
·
3bfd880
1
Parent(s):
82b9aaa
Conditions
Browse files- Img_Desc_Templates.py +1 -1
- desc_dataset.csv +34 -34
- desc_dataset_test.csv +1 -1
- desc_dataset_train.csv +33 -33
Img_Desc_Templates.py
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
# limitations under the License.
|
| 15 |
|
| 16 |
# Lint as: python3
|
| 17 |
-
"""Image Description Dataset
|
| 18 |
|
| 19 |
|
| 20 |
import json
|
|
|
|
| 14 |
# limitations under the License.
|
| 15 |
|
| 16 |
# Lint as: python3
|
| 17 |
+
"""Image Description Dataset"""
|
| 18 |
|
| 19 |
|
| 20 |
import json
|
desc_dataset.csv
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
Chart;description
|
| 2 |
-
ObesityDataSet_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 3 |
ObesityDataSet_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 4 |
ObesityDataSet_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 5 |
ObesityDataSet_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -12,7 +12,7 @@ ObesityDataSet_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 12 |
ObesityDataSet_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 13 |
ObesityDataSet_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 14 |
ObesityDataSet_histograms_numeric.png;A set of histograms of the variables [].
|
| 15 |
-
customer_segmentation_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 16 |
customer_segmentation_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 17 |
customer_segmentation_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 18 |
customer_segmentation_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -26,7 +26,7 @@ customer_segmentation_mv.png;A bar chart showing the number of missing values pe
|
|
| 26 |
customer_segmentation_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 27 |
customer_segmentation_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 28 |
customer_segmentation_histograms_numeric.png;A set of histograms of the variables [].
|
| 29 |
-
urinalysis_tests_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 30 |
urinalysis_tests_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 31 |
urinalysis_tests_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 32 |
urinalysis_tests_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -41,7 +41,7 @@ urinalysis_tests_mv.png;A bar chart showing the number of missing values per var
|
|
| 41 |
urinalysis_tests_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 42 |
urinalysis_tests_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 43 |
urinalysis_tests_histograms_numeric.png;A set of histograms of the variables [].
|
| 44 |
-
detect_dataset_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 45 |
detect_dataset_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 46 |
detect_dataset_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 47 |
detect_dataset_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -54,7 +54,7 @@ detect_dataset_boxplots.png;A set of boxplots of the variables [].
|
|
| 54 |
detect_dataset_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 55 |
detect_dataset_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 56 |
detect_dataset_histograms_numeric.png;A set of histograms of the variables [].
|
| 57 |
-
diabetes_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 58 |
diabetes_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 59 |
diabetes_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 60 |
diabetes_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -67,7 +67,7 @@ diabetes_boxplots.png;A set of boxplots of the variables [].
|
|
| 67 |
diabetes_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 68 |
diabetes_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 69 |
diabetes_histograms_numeric.png;A set of histograms of the variables [].
|
| 70 |
-
Placement_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 71 |
Placement_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 72 |
Placement_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 73 |
Placement_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -81,7 +81,7 @@ Placement_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 81 |
Placement_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 82 |
Placement_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 83 |
Placement_histograms_numeric.png;A set of histograms of the variables [].
|
| 84 |
-
Liver_Patient_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 85 |
Liver_Patient_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 86 |
Liver_Patient_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 87 |
Liver_Patient_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -96,7 +96,7 @@ Liver_Patient_mv.png;A bar chart showing the number of missing values per variab
|
|
| 96 |
Liver_Patient_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 97 |
Liver_Patient_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 98 |
Liver_Patient_histograms_numeric.png;A set of histograms of the variables [].
|
| 99 |
-
Hotel_Reservations_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 100 |
Hotel_Reservations_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 101 |
Hotel_Reservations_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 102 |
Hotel_Reservations_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -110,7 +110,7 @@ Hotel_Reservations_histograms_symbolic.png;A set of bar charts of the variables
|
|
| 110 |
Hotel_Reservations_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 111 |
Hotel_Reservations_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 112 |
Hotel_Reservations_histograms_numeric.png;A set of histograms of the variables [].
|
| 113 |
-
StressLevelDataset_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 114 |
StressLevelDataset_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 115 |
StressLevelDataset_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 116 |
StressLevelDataset_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -123,7 +123,7 @@ StressLevelDataset_histograms_symbolic.png;A set of bar charts of the variables
|
|
| 123 |
StressLevelDataset_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 124 |
StressLevelDataset_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 125 |
StressLevelDataset_histograms_numeric.png;A set of histograms of the variables [].
|
| 126 |
-
WineQT_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 127 |
WineQT_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 128 |
WineQT_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 129 |
WineQT_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -135,7 +135,7 @@ WineQT_boxplots.png;A set of boxplots of the variables [].
|
|
| 135 |
WineQT_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 136 |
WineQT_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 137 |
WineQT_histograms_numeric.png;A set of histograms of the variables [].
|
| 138 |
-
loan_data_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 139 |
loan_data_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 140 |
loan_data_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 141 |
loan_data_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -150,7 +150,7 @@ loan_data_mv.png;A bar chart showing the number of missing values per variable o
|
|
| 150 |
loan_data_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 151 |
loan_data_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 152 |
loan_data_histograms_numeric.png;A set of histograms of the variables [].
|
| 153 |
-
Dry_Bean_Dataset_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 154 |
Dry_Bean_Dataset_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 155 |
Dry_Bean_Dataset_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 156 |
Dry_Bean_Dataset_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -162,7 +162,7 @@ Dry_Bean_Dataset_boxplots.png;A set of boxplots of the variables [].
|
|
| 162 |
Dry_Bean_Dataset_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 163 |
Dry_Bean_Dataset_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 164 |
Dry_Bean_Dataset_histograms_numeric.png;A set of histograms of the variables [].
|
| 165 |
-
credit_customers_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 166 |
credit_customers_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 167 |
credit_customers_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 168 |
credit_customers_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -176,7 +176,7 @@ credit_customers_histograms_symbolic.png;A set of bar charts of the variables []
|
|
| 176 |
credit_customers_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 177 |
credit_customers_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 178 |
credit_customers_histograms_numeric.png;A set of histograms of the variables [].
|
| 179 |
-
weatherAUS_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 180 |
weatherAUS_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 181 |
weatherAUS_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 182 |
weatherAUS_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -191,7 +191,7 @@ weatherAUS_mv.png;A bar chart showing the number of missing values per variable
|
|
| 191 |
weatherAUS_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 192 |
weatherAUS_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 193 |
weatherAUS_histograms_numeric.png;A set of histograms of the variables [].
|
| 194 |
-
car_insurance_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 195 |
car_insurance_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 196 |
car_insurance_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 197 |
car_insurance_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -205,7 +205,7 @@ car_insurance_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 205 |
car_insurance_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 206 |
car_insurance_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 207 |
car_insurance_histograms_numeric.png;A set of histograms of the variables [].
|
| 208 |
-
heart_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 209 |
heart_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 210 |
heart_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 211 |
heart_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -219,7 +219,7 @@ heart_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 219 |
heart_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 220 |
heart_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 221 |
heart_histograms_numeric.png;A set of histograms of the variables [].
|
| 222 |
-
Breast_Cancer_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 223 |
Breast_Cancer_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 224 |
Breast_Cancer_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 225 |
Breast_Cancer_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -232,7 +232,7 @@ Breast_Cancer_boxplots.png;A set of boxplots of the variables [].
|
|
| 232 |
Breast_Cancer_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 233 |
Breast_Cancer_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 234 |
Breast_Cancer_histograms_numeric.png;A set of histograms of the variables [].
|
| 235 |
-
e-commerce_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 236 |
e-commerce_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 237 |
e-commerce_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 238 |
e-commerce_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -246,7 +246,7 @@ e-commerce_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 246 |
e-commerce_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 247 |
e-commerce_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 248 |
e-commerce_histograms_numeric.png;A set of histograms of the variables [].
|
| 249 |
-
maintenance_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 250 |
maintenance_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 251 |
maintenance_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 252 |
maintenance_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -260,7 +260,7 @@ maintenance_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 260 |
maintenance_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 261 |
maintenance_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 262 |
maintenance_histograms_numeric.png;A set of histograms of the variables [].
|
| 263 |
-
Churn_Modelling_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 264 |
Churn_Modelling_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 265 |
Churn_Modelling_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 266 |
Churn_Modelling_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -274,7 +274,7 @@ Churn_Modelling_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 274 |
Churn_Modelling_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 275 |
Churn_Modelling_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 276 |
Churn_Modelling_histograms_numeric.png;A set of histograms of the variables [].
|
| 277 |
-
vehicle_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 278 |
vehicle_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 279 |
vehicle_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 280 |
vehicle_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -286,7 +286,7 @@ vehicle_boxplots.png;A set of boxplots of the variables [].
|
|
| 286 |
vehicle_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 287 |
vehicle_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 288 |
vehicle_histograms_numeric.png;A set of histograms of the variables [].
|
| 289 |
-
adult_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 290 |
adult_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 291 |
adult_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 292 |
adult_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -300,7 +300,7 @@ adult_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 300 |
adult_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 301 |
adult_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 302 |
adult_histograms_numeric.png;A set of histograms of the variables [].
|
| 303 |
-
Covid_Data_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 304 |
Covid_Data_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 305 |
Covid_Data_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 306 |
Covid_Data_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -314,7 +314,7 @@ Covid_Data_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 314 |
Covid_Data_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 315 |
Covid_Data_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 316 |
Covid_Data_histograms_numeric.png;A set of histograms of the variables [].
|
| 317 |
-
sky_survey_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 318 |
sky_survey_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 319 |
sky_survey_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 320 |
sky_survey_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -326,7 +326,7 @@ sky_survey_boxplots.png;A set of boxplots of the variables [].
|
|
| 326 |
sky_survey_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 327 |
sky_survey_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 328 |
sky_survey_histograms_numeric.png;A set of histograms of the variables [].
|
| 329 |
-
Wine_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 330 |
Wine_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 331 |
Wine_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 332 |
Wine_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -338,7 +338,7 @@ Wine_boxplots.png;A set of boxplots of the variables [].
|
|
| 338 |
Wine_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 339 |
Wine_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 340 |
Wine_histograms_numeric.png;A set of histograms of the variables [].
|
| 341 |
-
water_potability_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 342 |
water_potability_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 343 |
water_potability_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 344 |
water_potability_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -352,7 +352,7 @@ water_potability_mv.png;A bar chart showing the number of missing values per var
|
|
| 352 |
water_potability_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 353 |
water_potability_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 354 |
water_potability_histograms_numeric.png;A set of histograms of the variables [].
|
| 355 |
-
abalone_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 356 |
abalone_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 357 |
abalone_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 358 |
abalone_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -364,7 +364,7 @@ abalone_boxplots.png;A set of boxplots of the variables [].
|
|
| 364 |
abalone_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 365 |
abalone_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 366 |
abalone_histograms_numeric.png;A set of histograms of the variables [].
|
| 367 |
-
smoking_drinking_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 368 |
smoking_drinking_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 369 |
smoking_drinking_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 370 |
smoking_drinking_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -378,7 +378,7 @@ smoking_drinking_histograms_symbolic.png;A set of bar charts of the variables []
|
|
| 378 |
smoking_drinking_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 379 |
smoking_drinking_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 380 |
smoking_drinking_histograms_numeric.png;A set of histograms of the variables [].
|
| 381 |
-
BankNoteAuthentication_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 382 |
BankNoteAuthentication_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 383 |
BankNoteAuthentication_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 384 |
BankNoteAuthentication_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -391,7 +391,7 @@ BankNoteAuthentication_boxplots.png;A set of boxplots of the variables [].
|
|
| 391 |
BankNoteAuthentication_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 392 |
BankNoteAuthentication_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 393 |
BankNoteAuthentication_histograms_numeric.png;A set of histograms of the variables [].
|
| 394 |
-
Iris_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 395 |
Iris_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 396 |
Iris_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 397 |
Iris_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -403,7 +403,7 @@ Iris_boxplots.png;A set of boxplots of the variables [].
|
|
| 403 |
Iris_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 404 |
Iris_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 405 |
Iris_histograms_numeric.png;A set of histograms of the variables [].
|
| 406 |
-
phone_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 407 |
phone_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 408 |
phone_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 409 |
phone_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -416,7 +416,7 @@ phone_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 416 |
phone_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 417 |
phone_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 418 |
phone_histograms_numeric.png;A set of histograms of the variables [].
|
| 419 |
-
Titanic_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 420 |
Titanic_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 421 |
Titanic_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 422 |
Titanic_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -431,7 +431,7 @@ Titanic_mv.png;A bar chart showing the number of missing values per variable of
|
|
| 431 |
Titanic_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 432 |
Titanic_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 433 |
Titanic_histograms_numeric.png;A set of histograms of the variables [].
|
| 434 |
-
apple_quality_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 435 |
apple_quality_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 436 |
apple_quality_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 437 |
apple_quality_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -444,7 +444,7 @@ apple_quality_boxplots.png;A set of boxplots of the variables [].
|
|
| 444 |
apple_quality_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 445 |
apple_quality_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 446 |
apple_quality_histograms_numeric.png;A set of histograms of the variables [].
|
| 447 |
-
Employee_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 448 |
Employee_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 449 |
Employee_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 450 |
Employee_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 1 |
Chart;description
|
| 2 |
+
ObesityDataSet_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 3 |
ObesityDataSet_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 4 |
ObesityDataSet_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 5 |
ObesityDataSet_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 12 |
ObesityDataSet_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 13 |
ObesityDataSet_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 14 |
ObesityDataSet_histograms_numeric.png;A set of histograms of the variables [].
|
| 15 |
+
customer_segmentation_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 16 |
customer_segmentation_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 17 |
customer_segmentation_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 18 |
customer_segmentation_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 26 |
customer_segmentation_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 27 |
customer_segmentation_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 28 |
customer_segmentation_histograms_numeric.png;A set of histograms of the variables [].
|
| 29 |
+
urinalysis_tests_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 30 |
urinalysis_tests_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 31 |
urinalysis_tests_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 32 |
urinalysis_tests_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 41 |
urinalysis_tests_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 42 |
urinalysis_tests_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 43 |
urinalysis_tests_histograms_numeric.png;A set of histograms of the variables [].
|
| 44 |
+
detect_dataset_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 45 |
detect_dataset_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 46 |
detect_dataset_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 47 |
detect_dataset_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 54 |
detect_dataset_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 55 |
detect_dataset_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 56 |
detect_dataset_histograms_numeric.png;A set of histograms of the variables [].
|
| 57 |
+
diabetes_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 58 |
diabetes_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 59 |
diabetes_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 60 |
diabetes_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 67 |
diabetes_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 68 |
diabetes_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 69 |
diabetes_histograms_numeric.png;A set of histograms of the variables [].
|
| 70 |
+
Placement_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 71 |
Placement_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 72 |
Placement_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 73 |
Placement_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 81 |
Placement_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 82 |
Placement_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 83 |
Placement_histograms_numeric.png;A set of histograms of the variables [].
|
| 84 |
+
Liver_Patient_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 85 |
Liver_Patient_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 86 |
Liver_Patient_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 87 |
Liver_Patient_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 96 |
Liver_Patient_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 97 |
Liver_Patient_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 98 |
Liver_Patient_histograms_numeric.png;A set of histograms of the variables [].
|
| 99 |
+
Hotel_Reservations_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 100 |
Hotel_Reservations_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 101 |
Hotel_Reservations_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 102 |
Hotel_Reservations_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 110 |
Hotel_Reservations_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 111 |
Hotel_Reservations_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 112 |
Hotel_Reservations_histograms_numeric.png;A set of histograms of the variables [].
|
| 113 |
+
StressLevelDataset_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 114 |
StressLevelDataset_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 115 |
StressLevelDataset_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 116 |
StressLevelDataset_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 123 |
StressLevelDataset_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 124 |
StressLevelDataset_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 125 |
StressLevelDataset_histograms_numeric.png;A set of histograms of the variables [].
|
| 126 |
+
WineQT_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 127 |
WineQT_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 128 |
WineQT_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 129 |
WineQT_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 135 |
WineQT_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 136 |
WineQT_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 137 |
WineQT_histograms_numeric.png;A set of histograms of the variables [].
|
| 138 |
+
loan_data_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 139 |
loan_data_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 140 |
loan_data_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 141 |
loan_data_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 150 |
loan_data_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 151 |
loan_data_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 152 |
loan_data_histograms_numeric.png;A set of histograms of the variables [].
|
| 153 |
+
Dry_Bean_Dataset_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 154 |
Dry_Bean_Dataset_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 155 |
Dry_Bean_Dataset_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 156 |
Dry_Bean_Dataset_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 162 |
Dry_Bean_Dataset_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 163 |
Dry_Bean_Dataset_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 164 |
Dry_Bean_Dataset_histograms_numeric.png;A set of histograms of the variables [].
|
| 165 |
+
credit_customers_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 166 |
credit_customers_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 167 |
credit_customers_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 168 |
credit_customers_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 176 |
credit_customers_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 177 |
credit_customers_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 178 |
credit_customers_histograms_numeric.png;A set of histograms of the variables [].
|
| 179 |
+
weatherAUS_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 180 |
weatherAUS_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 181 |
weatherAUS_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 182 |
weatherAUS_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 191 |
weatherAUS_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 192 |
weatherAUS_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 193 |
weatherAUS_histograms_numeric.png;A set of histograms of the variables [].
|
| 194 |
+
car_insurance_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 195 |
car_insurance_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 196 |
car_insurance_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 197 |
car_insurance_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 205 |
car_insurance_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 206 |
car_insurance_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 207 |
car_insurance_histograms_numeric.png;A set of histograms of the variables [].
|
| 208 |
+
heart_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 209 |
heart_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 210 |
heart_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 211 |
heart_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 219 |
heart_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 220 |
heart_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 221 |
heart_histograms_numeric.png;A set of histograms of the variables [].
|
| 222 |
+
Breast_Cancer_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 223 |
Breast_Cancer_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 224 |
Breast_Cancer_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 225 |
Breast_Cancer_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 232 |
Breast_Cancer_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 233 |
Breast_Cancer_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 234 |
Breast_Cancer_histograms_numeric.png;A set of histograms of the variables [].
|
| 235 |
+
e-commerce_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 236 |
e-commerce_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 237 |
e-commerce_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 238 |
e-commerce_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 246 |
e-commerce_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 247 |
e-commerce_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 248 |
e-commerce_histograms_numeric.png;A set of histograms of the variables [].
|
| 249 |
+
maintenance_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 250 |
maintenance_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 251 |
maintenance_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 252 |
maintenance_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 260 |
maintenance_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 261 |
maintenance_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 262 |
maintenance_histograms_numeric.png;A set of histograms of the variables [].
|
| 263 |
+
Churn_Modelling_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 264 |
Churn_Modelling_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 265 |
Churn_Modelling_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 266 |
Churn_Modelling_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 274 |
Churn_Modelling_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 275 |
Churn_Modelling_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 276 |
Churn_Modelling_histograms_numeric.png;A set of histograms of the variables [].
|
| 277 |
+
vehicle_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 278 |
vehicle_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 279 |
vehicle_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 280 |
vehicle_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 286 |
vehicle_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 287 |
vehicle_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 288 |
vehicle_histograms_numeric.png;A set of histograms of the variables [].
|
| 289 |
+
adult_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 290 |
adult_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 291 |
adult_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 292 |
adult_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 300 |
adult_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 301 |
adult_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 302 |
adult_histograms_numeric.png;A set of histograms of the variables [].
|
| 303 |
+
Covid_Data_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 304 |
Covid_Data_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 305 |
Covid_Data_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 306 |
Covid_Data_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 314 |
Covid_Data_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 315 |
Covid_Data_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 316 |
Covid_Data_histograms_numeric.png;A set of histograms of the variables [].
|
| 317 |
+
sky_survey_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 318 |
sky_survey_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 319 |
sky_survey_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 320 |
sky_survey_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 326 |
sky_survey_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 327 |
sky_survey_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 328 |
sky_survey_histograms_numeric.png;A set of histograms of the variables [].
|
| 329 |
+
Wine_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 330 |
Wine_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 331 |
Wine_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 332 |
Wine_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 338 |
Wine_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 339 |
Wine_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 340 |
Wine_histograms_numeric.png;A set of histograms of the variables [].
|
| 341 |
+
water_potability_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 342 |
water_potability_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 343 |
water_potability_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 344 |
water_potability_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 352 |
water_potability_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 353 |
water_potability_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 354 |
water_potability_histograms_numeric.png;A set of histograms of the variables [].
|
| 355 |
+
abalone_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 356 |
abalone_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 357 |
abalone_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 358 |
abalone_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 364 |
abalone_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 365 |
abalone_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 366 |
abalone_histograms_numeric.png;A set of histograms of the variables [].
|
| 367 |
+
smoking_drinking_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 368 |
smoking_drinking_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 369 |
smoking_drinking_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 370 |
smoking_drinking_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 378 |
smoking_drinking_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 379 |
smoking_drinking_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 380 |
smoking_drinking_histograms_numeric.png;A set of histograms of the variables [].
|
| 381 |
+
BankNoteAuthentication_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 382 |
BankNoteAuthentication_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 383 |
BankNoteAuthentication_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 384 |
BankNoteAuthentication_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 391 |
BankNoteAuthentication_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 392 |
BankNoteAuthentication_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 393 |
BankNoteAuthentication_histograms_numeric.png;A set of histograms of the variables [].
|
| 394 |
+
Iris_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 395 |
Iris_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 396 |
Iris_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 397 |
Iris_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 403 |
Iris_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 404 |
Iris_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 405 |
Iris_histograms_numeric.png;A set of histograms of the variables [].
|
| 406 |
+
phone_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 407 |
phone_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 408 |
phone_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 409 |
phone_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 416 |
phone_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 417 |
phone_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 418 |
phone_histograms_numeric.png;A set of histograms of the variables [].
|
| 419 |
+
Titanic_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 420 |
Titanic_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 421 |
Titanic_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 422 |
Titanic_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 431 |
Titanic_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 432 |
Titanic_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 433 |
Titanic_histograms_numeric.png;A set of histograms of the variables [].
|
| 434 |
+
apple_quality_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 435 |
apple_quality_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 436 |
apple_quality_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 437 |
apple_quality_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 444 |
apple_quality_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 445 |
apple_quality_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 446 |
apple_quality_histograms_numeric.png;A set of histograms of the variables [].
|
| 447 |
+
Employee_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 448 |
Employee_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 449 |
Employee_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 450 |
Employee_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
desc_dataset_test.csv
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
Chart;description
|
| 2 |
-
Titanic_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 3 |
Titanic_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 4 |
Titanic_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 5 |
Titanic_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 1 |
Chart;description
|
| 2 |
+
Titanic_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 3 |
Titanic_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 4 |
Titanic_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 5 |
Titanic_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
desc_dataset_train.csv
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
Chart;description
|
| 2 |
-
ObesityDataSet_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 3 |
ObesityDataSet_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 4 |
ObesityDataSet_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 5 |
ObesityDataSet_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -12,7 +12,7 @@ ObesityDataSet_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 12 |
ObesityDataSet_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 13 |
ObesityDataSet_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 14 |
ObesityDataSet_histograms_numeric.png;A set of histograms of the variables [].
|
| 15 |
-
customer_segmentation_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 16 |
customer_segmentation_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 17 |
customer_segmentation_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 18 |
customer_segmentation_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -26,7 +26,7 @@ customer_segmentation_mv.png;A bar chart showing the number of missing values pe
|
|
| 26 |
customer_segmentation_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 27 |
customer_segmentation_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 28 |
customer_segmentation_histograms_numeric.png;A set of histograms of the variables [].
|
| 29 |
-
urinalysis_tests_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 30 |
urinalysis_tests_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 31 |
urinalysis_tests_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 32 |
urinalysis_tests_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -41,7 +41,7 @@ urinalysis_tests_mv.png;A bar chart showing the number of missing values per var
|
|
| 41 |
urinalysis_tests_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 42 |
urinalysis_tests_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 43 |
urinalysis_tests_histograms_numeric.png;A set of histograms of the variables [].
|
| 44 |
-
detect_dataset_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 45 |
detect_dataset_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 46 |
detect_dataset_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 47 |
detect_dataset_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -54,7 +54,7 @@ detect_dataset_boxplots.png;A set of boxplots of the variables [].
|
|
| 54 |
detect_dataset_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 55 |
detect_dataset_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 56 |
detect_dataset_histograms_numeric.png;A set of histograms of the variables [].
|
| 57 |
-
diabetes_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 58 |
diabetes_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 59 |
diabetes_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 60 |
diabetes_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -67,7 +67,7 @@ diabetes_boxplots.png;A set of boxplots of the variables [].
|
|
| 67 |
diabetes_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 68 |
diabetes_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 69 |
diabetes_histograms_numeric.png;A set of histograms of the variables [].
|
| 70 |
-
Placement_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 71 |
Placement_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 72 |
Placement_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 73 |
Placement_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -81,7 +81,7 @@ Placement_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 81 |
Placement_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 82 |
Placement_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 83 |
Placement_histograms_numeric.png;A set of histograms of the variables [].
|
| 84 |
-
Liver_Patient_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 85 |
Liver_Patient_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 86 |
Liver_Patient_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 87 |
Liver_Patient_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -96,7 +96,7 @@ Liver_Patient_mv.png;A bar chart showing the number of missing values per variab
|
|
| 96 |
Liver_Patient_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 97 |
Liver_Patient_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 98 |
Liver_Patient_histograms_numeric.png;A set of histograms of the variables [].
|
| 99 |
-
Hotel_Reservations_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 100 |
Hotel_Reservations_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 101 |
Hotel_Reservations_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 102 |
Hotel_Reservations_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -110,7 +110,7 @@ Hotel_Reservations_histograms_symbolic.png;A set of bar charts of the variables
|
|
| 110 |
Hotel_Reservations_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 111 |
Hotel_Reservations_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 112 |
Hotel_Reservations_histograms_numeric.png;A set of histograms of the variables [].
|
| 113 |
-
StressLevelDataset_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 114 |
StressLevelDataset_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 115 |
StressLevelDataset_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 116 |
StressLevelDataset_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -123,7 +123,7 @@ StressLevelDataset_histograms_symbolic.png;A set of bar charts of the variables
|
|
| 123 |
StressLevelDataset_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 124 |
StressLevelDataset_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 125 |
StressLevelDataset_histograms_numeric.png;A set of histograms of the variables [].
|
| 126 |
-
WineQT_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 127 |
WineQT_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 128 |
WineQT_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 129 |
WineQT_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -135,7 +135,7 @@ WineQT_boxplots.png;A set of boxplots of the variables [].
|
|
| 135 |
WineQT_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 136 |
WineQT_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 137 |
WineQT_histograms_numeric.png;A set of histograms of the variables [].
|
| 138 |
-
loan_data_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 139 |
loan_data_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 140 |
loan_data_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 141 |
loan_data_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -150,7 +150,7 @@ loan_data_mv.png;A bar chart showing the number of missing values per variable o
|
|
| 150 |
loan_data_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 151 |
loan_data_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 152 |
loan_data_histograms_numeric.png;A set of histograms of the variables [].
|
| 153 |
-
Dry_Bean_Dataset_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 154 |
Dry_Bean_Dataset_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 155 |
Dry_Bean_Dataset_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 156 |
Dry_Bean_Dataset_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -162,7 +162,7 @@ Dry_Bean_Dataset_boxplots.png;A set of boxplots of the variables [].
|
|
| 162 |
Dry_Bean_Dataset_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 163 |
Dry_Bean_Dataset_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 164 |
Dry_Bean_Dataset_histograms_numeric.png;A set of histograms of the variables [].
|
| 165 |
-
credit_customers_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 166 |
credit_customers_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 167 |
credit_customers_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 168 |
credit_customers_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -176,7 +176,7 @@ credit_customers_histograms_symbolic.png;A set of bar charts of the variables []
|
|
| 176 |
credit_customers_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 177 |
credit_customers_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 178 |
credit_customers_histograms_numeric.png;A set of histograms of the variables [].
|
| 179 |
-
weatherAUS_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 180 |
weatherAUS_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 181 |
weatherAUS_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 182 |
weatherAUS_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -191,7 +191,7 @@ weatherAUS_mv.png;A bar chart showing the number of missing values per variable
|
|
| 191 |
weatherAUS_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 192 |
weatherAUS_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 193 |
weatherAUS_histograms_numeric.png;A set of histograms of the variables [].
|
| 194 |
-
car_insurance_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 195 |
car_insurance_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 196 |
car_insurance_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 197 |
car_insurance_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -205,7 +205,7 @@ car_insurance_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 205 |
car_insurance_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 206 |
car_insurance_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 207 |
car_insurance_histograms_numeric.png;A set of histograms of the variables [].
|
| 208 |
-
heart_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 209 |
heart_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 210 |
heart_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 211 |
heart_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -219,7 +219,7 @@ heart_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 219 |
heart_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 220 |
heart_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 221 |
heart_histograms_numeric.png;A set of histograms of the variables [].
|
| 222 |
-
Breast_Cancer_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 223 |
Breast_Cancer_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 224 |
Breast_Cancer_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 225 |
Breast_Cancer_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -232,7 +232,7 @@ Breast_Cancer_boxplots.png;A set of boxplots of the variables [].
|
|
| 232 |
Breast_Cancer_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 233 |
Breast_Cancer_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 234 |
Breast_Cancer_histograms_numeric.png;A set of histograms of the variables [].
|
| 235 |
-
e-commerce_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 236 |
e-commerce_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 237 |
e-commerce_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 238 |
e-commerce_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -246,7 +246,7 @@ e-commerce_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 246 |
e-commerce_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 247 |
e-commerce_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 248 |
e-commerce_histograms_numeric.png;A set of histograms of the variables [].
|
| 249 |
-
maintenance_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 250 |
maintenance_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 251 |
maintenance_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 252 |
maintenance_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -260,7 +260,7 @@ maintenance_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 260 |
maintenance_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 261 |
maintenance_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 262 |
maintenance_histograms_numeric.png;A set of histograms of the variables [].
|
| 263 |
-
Churn_Modelling_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 264 |
Churn_Modelling_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 265 |
Churn_Modelling_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 266 |
Churn_Modelling_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -274,7 +274,7 @@ Churn_Modelling_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 274 |
Churn_Modelling_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 275 |
Churn_Modelling_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 276 |
Churn_Modelling_histograms_numeric.png;A set of histograms of the variables [].
|
| 277 |
-
vehicle_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 278 |
vehicle_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 279 |
vehicle_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 280 |
vehicle_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -286,7 +286,7 @@ vehicle_boxplots.png;A set of boxplots of the variables [].
|
|
| 286 |
vehicle_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 287 |
vehicle_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 288 |
vehicle_histograms_numeric.png;A set of histograms of the variables [].
|
| 289 |
-
adult_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 290 |
adult_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 291 |
adult_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 292 |
adult_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -300,7 +300,7 @@ adult_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 300 |
adult_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 301 |
adult_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 302 |
adult_histograms_numeric.png;A set of histograms of the variables [].
|
| 303 |
-
Covid_Data_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 304 |
Covid_Data_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 305 |
Covid_Data_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 306 |
Covid_Data_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -314,7 +314,7 @@ Covid_Data_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 314 |
Covid_Data_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 315 |
Covid_Data_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 316 |
Covid_Data_histograms_numeric.png;A set of histograms of the variables [].
|
| 317 |
-
sky_survey_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 318 |
sky_survey_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 319 |
sky_survey_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 320 |
sky_survey_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -326,7 +326,7 @@ sky_survey_boxplots.png;A set of boxplots of the variables [].
|
|
| 326 |
sky_survey_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 327 |
sky_survey_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 328 |
sky_survey_histograms_numeric.png;A set of histograms of the variables [].
|
| 329 |
-
Wine_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 330 |
Wine_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 331 |
Wine_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 332 |
Wine_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -338,7 +338,7 @@ Wine_boxplots.png;A set of boxplots of the variables [].
|
|
| 338 |
Wine_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 339 |
Wine_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 340 |
Wine_histograms_numeric.png;A set of histograms of the variables [].
|
| 341 |
-
water_potability_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 342 |
water_potability_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 343 |
water_potability_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 344 |
water_potability_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -352,7 +352,7 @@ water_potability_mv.png;A bar chart showing the number of missing values per var
|
|
| 352 |
water_potability_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 353 |
water_potability_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 354 |
water_potability_histograms_numeric.png;A set of histograms of the variables [].
|
| 355 |
-
abalone_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 356 |
abalone_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 357 |
abalone_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 358 |
abalone_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -364,7 +364,7 @@ abalone_boxplots.png;A set of boxplots of the variables [].
|
|
| 364 |
abalone_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 365 |
abalone_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 366 |
abalone_histograms_numeric.png;A set of histograms of the variables [].
|
| 367 |
-
smoking_drinking_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 368 |
smoking_drinking_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 369 |
smoking_drinking_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 370 |
smoking_drinking_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -378,7 +378,7 @@ smoking_drinking_histograms_symbolic.png;A set of bar charts of the variables []
|
|
| 378 |
smoking_drinking_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 379 |
smoking_drinking_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 380 |
smoking_drinking_histograms_numeric.png;A set of histograms of the variables [].
|
| 381 |
-
BankNoteAuthentication_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 382 |
BankNoteAuthentication_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 383 |
BankNoteAuthentication_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 384 |
BankNoteAuthentication_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -391,7 +391,7 @@ BankNoteAuthentication_boxplots.png;A set of boxplots of the variables [].
|
|
| 391 |
BankNoteAuthentication_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 392 |
BankNoteAuthentication_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 393 |
BankNoteAuthentication_histograms_numeric.png;A set of histograms of the variables [].
|
| 394 |
-
Iris_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 395 |
Iris_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 396 |
Iris_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 397 |
Iris_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -403,7 +403,7 @@ Iris_boxplots.png;A set of boxplots of the variables [].
|
|
| 403 |
Iris_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 404 |
Iris_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 405 |
Iris_histograms_numeric.png;A set of histograms of the variables [].
|
| 406 |
-
phone_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 407 |
phone_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 408 |
phone_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 409 |
phone_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -416,7 +416,7 @@ phone_histograms_symbolic.png;A set of bar charts of the variables [].
|
|
| 416 |
phone_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 417 |
phone_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 418 |
phone_histograms_numeric.png;A set of histograms of the variables [].
|
| 419 |
-
apple_quality_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 420 |
apple_quality_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 421 |
apple_quality_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 422 |
apple_quality_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
@@ -429,7 +429,7 @@ apple_quality_boxplots.png;A set of boxplots of the variables [].
|
|
| 429 |
apple_quality_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 430 |
apple_quality_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 431 |
apple_quality_histograms_numeric.png;A set of histograms of the variables [].
|
| 432 |
-
Employee_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with
|
| 433 |
Employee_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 434 |
Employee_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 435 |
Employee_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 1 |
Chart;description
|
| 2 |
+
ObesityDataSet_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 3 |
ObesityDataSet_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 4 |
ObesityDataSet_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 5 |
ObesityDataSet_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 12 |
ObesityDataSet_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 13 |
ObesityDataSet_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 14 |
ObesityDataSet_histograms_numeric.png;A set of histograms of the variables [].
|
| 15 |
+
customer_segmentation_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 16 |
customer_segmentation_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 17 |
customer_segmentation_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 18 |
customer_segmentation_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 26 |
customer_segmentation_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 27 |
customer_segmentation_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 28 |
customer_segmentation_histograms_numeric.png;A set of histograms of the variables [].
|
| 29 |
+
urinalysis_tests_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 30 |
urinalysis_tests_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 31 |
urinalysis_tests_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 32 |
urinalysis_tests_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 41 |
urinalysis_tests_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 42 |
urinalysis_tests_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 43 |
urinalysis_tests_histograms_numeric.png;A set of histograms of the variables [].
|
| 44 |
+
detect_dataset_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 45 |
detect_dataset_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 46 |
detect_dataset_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 47 |
detect_dataset_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 54 |
detect_dataset_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 55 |
detect_dataset_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 56 |
detect_dataset_histograms_numeric.png;A set of histograms of the variables [].
|
| 57 |
+
diabetes_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 58 |
diabetes_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 59 |
diabetes_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 60 |
diabetes_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 67 |
diabetes_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 68 |
diabetes_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 69 |
diabetes_histograms_numeric.png;A set of histograms of the variables [].
|
| 70 |
+
Placement_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 71 |
Placement_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 72 |
Placement_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 73 |
Placement_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 81 |
Placement_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 82 |
Placement_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 83 |
Placement_histograms_numeric.png;A set of histograms of the variables [].
|
| 84 |
+
Liver_Patient_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 85 |
Liver_Patient_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 86 |
Liver_Patient_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 87 |
Liver_Patient_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 96 |
Liver_Patient_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 97 |
Liver_Patient_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 98 |
Liver_Patient_histograms_numeric.png;A set of histograms of the variables [].
|
| 99 |
+
Hotel_Reservations_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 100 |
Hotel_Reservations_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 101 |
Hotel_Reservations_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 102 |
Hotel_Reservations_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 110 |
Hotel_Reservations_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 111 |
Hotel_Reservations_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 112 |
Hotel_Reservations_histograms_numeric.png;A set of histograms of the variables [].
|
| 113 |
+
StressLevelDataset_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 114 |
StressLevelDataset_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 115 |
StressLevelDataset_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 116 |
StressLevelDataset_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 123 |
StressLevelDataset_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 124 |
StressLevelDataset_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 125 |
StressLevelDataset_histograms_numeric.png;A set of histograms of the variables [].
|
| 126 |
+
WineQT_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 127 |
WineQT_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 128 |
WineQT_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 129 |
WineQT_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 135 |
WineQT_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 136 |
WineQT_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 137 |
WineQT_histograms_numeric.png;A set of histograms of the variables [].
|
| 138 |
+
loan_data_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 139 |
loan_data_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 140 |
loan_data_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 141 |
loan_data_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 150 |
loan_data_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 151 |
loan_data_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 152 |
loan_data_histograms_numeric.png;A set of histograms of the variables [].
|
| 153 |
+
Dry_Bean_Dataset_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 154 |
Dry_Bean_Dataset_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 155 |
Dry_Bean_Dataset_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 156 |
Dry_Bean_Dataset_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 162 |
Dry_Bean_Dataset_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 163 |
Dry_Bean_Dataset_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 164 |
Dry_Bean_Dataset_histograms_numeric.png;A set of histograms of the variables [].
|
| 165 |
+
credit_customers_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 166 |
credit_customers_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 167 |
credit_customers_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 168 |
credit_customers_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 176 |
credit_customers_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 177 |
credit_customers_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 178 |
credit_customers_histograms_numeric.png;A set of histograms of the variables [].
|
| 179 |
+
weatherAUS_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 180 |
weatherAUS_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 181 |
weatherAUS_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 182 |
weatherAUS_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 191 |
weatherAUS_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 192 |
weatherAUS_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 193 |
weatherAUS_histograms_numeric.png;A set of histograms of the variables [].
|
| 194 |
+
car_insurance_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 195 |
car_insurance_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 196 |
car_insurance_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 197 |
car_insurance_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 205 |
car_insurance_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 206 |
car_insurance_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 207 |
car_insurance_histograms_numeric.png;A set of histograms of the variables [].
|
| 208 |
+
heart_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 209 |
heart_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 210 |
heart_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 211 |
heart_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 219 |
heart_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 220 |
heart_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 221 |
heart_histograms_numeric.png;A set of histograms of the variables [].
|
| 222 |
+
Breast_Cancer_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 223 |
Breast_Cancer_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 224 |
Breast_Cancer_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 225 |
Breast_Cancer_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 232 |
Breast_Cancer_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 233 |
Breast_Cancer_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 234 |
Breast_Cancer_histograms_numeric.png;A set of histograms of the variables [].
|
| 235 |
+
e-commerce_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 236 |
e-commerce_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 237 |
e-commerce_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 238 |
e-commerce_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 246 |
e-commerce_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 247 |
e-commerce_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 248 |
e-commerce_histograms_numeric.png;A set of histograms of the variables [].
|
| 249 |
+
maintenance_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 250 |
maintenance_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 251 |
maintenance_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 252 |
maintenance_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 260 |
maintenance_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 261 |
maintenance_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 262 |
maintenance_histograms_numeric.png;A set of histograms of the variables [].
|
| 263 |
+
Churn_Modelling_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 264 |
Churn_Modelling_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 265 |
Churn_Modelling_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 266 |
Churn_Modelling_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 274 |
Churn_Modelling_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 275 |
Churn_Modelling_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 276 |
Churn_Modelling_histograms_numeric.png;A set of histograms of the variables [].
|
| 277 |
+
vehicle_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 278 |
vehicle_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 279 |
vehicle_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 280 |
vehicle_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 286 |
vehicle_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 287 |
vehicle_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 288 |
vehicle_histograms_numeric.png;A set of histograms of the variables [].
|
| 289 |
+
adult_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 290 |
adult_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 291 |
adult_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 292 |
adult_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 300 |
adult_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 301 |
adult_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 302 |
adult_histograms_numeric.png;A set of histograms of the variables [].
|
| 303 |
+
Covid_Data_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 304 |
Covid_Data_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 305 |
Covid_Data_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 306 |
Covid_Data_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 314 |
Covid_Data_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 315 |
Covid_Data_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 316 |
Covid_Data_histograms_numeric.png;A set of histograms of the variables [].
|
| 317 |
+
sky_survey_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 318 |
sky_survey_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 319 |
sky_survey_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 320 |
sky_survey_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 326 |
sky_survey_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 327 |
sky_survey_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 328 |
sky_survey_histograms_numeric.png;A set of histograms of the variables [].
|
| 329 |
+
Wine_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 330 |
Wine_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 331 |
Wine_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 332 |
Wine_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 338 |
Wine_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 339 |
Wine_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 340 |
Wine_histograms_numeric.png;A set of histograms of the variables [].
|
| 341 |
+
water_potability_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 342 |
water_potability_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 343 |
water_potability_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 344 |
water_potability_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 352 |
water_potability_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 353 |
water_potability_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 354 |
water_potability_histograms_numeric.png;A set of histograms of the variables [].
|
| 355 |
+
abalone_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 356 |
abalone_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 357 |
abalone_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 358 |
abalone_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 364 |
abalone_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 365 |
abalone_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 366 |
abalone_histograms_numeric.png;A set of histograms of the variables [].
|
| 367 |
+
smoking_drinking_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 368 |
smoking_drinking_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 369 |
smoking_drinking_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 370 |
smoking_drinking_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 378 |
smoking_drinking_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 379 |
smoking_drinking_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 380 |
smoking_drinking_histograms_numeric.png;A set of histograms of the variables [].
|
| 381 |
+
BankNoteAuthentication_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 382 |
BankNoteAuthentication_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 383 |
BankNoteAuthentication_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 384 |
BankNoteAuthentication_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 391 |
BankNoteAuthentication_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 392 |
BankNoteAuthentication_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 393 |
BankNoteAuthentication_histograms_numeric.png;A set of histograms of the variables [].
|
| 394 |
+
Iris_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 395 |
Iris_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 396 |
Iris_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 397 |
Iris_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 403 |
Iris_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 404 |
Iris_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 405 |
Iris_histograms_numeric.png;A set of histograms of the variables [].
|
| 406 |
+
phone_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 407 |
phone_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 408 |
phone_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 409 |
phone_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 416 |
phone_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 417 |
phone_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 418 |
phone_histograms_numeric.png;A set of histograms of the variables [].
|
| 419 |
+
apple_quality_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 420 |
apple_quality_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 421 |
apple_quality_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 422 |
apple_quality_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
|
|
|
| 429 |
apple_quality_class_histogram.png;A bar chart showing the distribution of the target variable [].
|
| 430 |
apple_quality_nr_records_nr_variables.png;A bar chart showing the number of records and variables of the dataset.
|
| 431 |
apple_quality_histograms_numeric.png;A set of histograms of the variables [].
|
| 432 |
+
Employee_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition [] and the second with the condition [].
|
| 433 |
Employee_overfitting_mlp.png;A multi-line chart showing the overfitting of a mlp where the y-axis represents the accuracy and the x-axis represents the number of iterations ranging from 100 to 1000.
|
| 434 |
Employee_overfitting_gb.png;A multi-line chart showing the overfitting of gradient boosting where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|
| 435 |
Employee_overfitting_rf.png;A multi-line chart showing the overfitting of random forest where the y-axis represents the accuracy and the x-axis represents the number of estimators ranging from 2 to 2002.
|