eduvedras commited on
Commit ·
be7d615
1
Parent(s): 172b296
condition
Browse files- Img_Desc.py +1 -1
- desc_dataset.csv +34 -34
- desc_dataset_test.csv +1 -1
- desc_dataset_train.csv +33 -33
Img_Desc.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 ['CA
|
|
| 12 |
ObesityDataSet_class_histogram.png;A bar chart showing the distribution of the target variable NObeyesdad.
|
| 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 ['Age', 'Height', 'Weight', 'FCVC', 'NCP', 'CH2O', 'FAF', 'TUE'].
|
| 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 Segmentation.
|
| 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 ['Age', 'Work_Experience', 'Family_Size'].
|
| 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 Diagnosis.
|
| 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 ['Age', 'pH', 'Specific Gravity'].
|
| 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 ['Ia', 'Ib', 'Ic'
|
|
| 54 |
detect_dataset_class_histogram.png;A bar chart showing the distribution of the target variable Output.
|
| 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 ['Ia', 'Ib', 'Ic', 'Va', 'Vb', 'Vc'].
|
| 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 ['Pregnancies', 'Glucos
|
|
| 67 |
diabetes_class_histogram.png;A bar chart showing the distribution of the target variable Outcome.
|
| 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 ['Pregnancies', 'Glucose', 'BloodPressure', 'SkinThickness', 'Insulin', 'BMI', 'DiabetesPedigreeFunction', 'Age'].
|
| 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 ['hsc_s',
|
|
| 81 |
Placement_class_histogram.png;A bar chart showing the distribution of the target variable status.
|
| 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 ['ssc_p', 'hsc_p', 'degree_p', 'etest_p', 'mba_p'].
|
| 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 Selector.
|
| 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 ['Age', 'TB', 'DB', 'Alkphos', 'Sgpt', 'Sgot', 'TP', 'ALB', 'AG_Ratio'].
|
| 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 booking_status.
|
| 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 ['no_of_adults', 'no_of_children', 'no_of_weekend_nights', 'no_of_week_nights', 'lead_time', 'arrival_month', 'arrival_date', 'avg_price_per_room', 'no_of_special_requests'].
|
| 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 stress_level.
|
| 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 ['anxiety_level', 'self_esteem', 'depression', 'headache', 'sleep_quality', 'breathing_problem', 'living_conditions', 'basic_needs', 'study_load', 'bullying'].
|
| 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 ['fixed acidity', 'volati
|
|
| 135 |
WineQT_class_histogram.png;A bar chart showing the distribution of the target variable quality.
|
| 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 ['fixed acidity', 'volatile acidity', 'citric acid', 'residual sugar', 'chlorides', 'free sulfur dioxide', 'total sulfur dioxide', 'density', 'pH', 'sulphates', 'alcohol'].
|
| 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 Loan_Status.
|
| 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 ['ApplicantIncome', 'CoapplicantIncome', 'LoanAmount', 'Loan_Amount_Term'].
|
| 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 ['Area', 'Perim
|
|
| 162 |
Dry_Bean_Dataset_class_histogram.png;A bar chart showing the distribution of the target variable Class.
|
| 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 ['Area', 'Perimeter', 'MinorAxisLength', 'AspectRation', 'Eccentricity', 'EquivDiameter', 'Extent', 'Solidity', 'roundness', 'ShapeFactor1'].
|
| 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 class.
|
| 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 ['duration', 'credit_amount', 'installment_commitment', 'residence_since', 'age', 'existing_credits'].
|
| 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 RainTomorrow.
|
| 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 ['Rainfall', 'WindSpeed9am', 'Pressure9am', 'Pressure3pm', 'Cloud9am', 'Cloud3pm', 'Temp3pm'].
|
| 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 ['are
|
|
| 205 |
car_insurance_class_histogram.png;A bar chart showing the distribution of the target variable is_claim.
|
| 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 ['policy_tenure', 'age_of_car', 'age_of_policyholder', 'airbags', 'displacement', 'length', 'width', 'height', 'gross_weight'].
|
| 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 ['sex', 'fbs'
|
|
| 219 |
heart_class_histogram.png;A bar chart showing the distribution of the target variable target.
|
| 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 ['age', 'cp', 'trestbps', 'chol', 'restecg', 'thalach', 'oldpeak', 'slope', 'ca', 'thal'].
|
| 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 ['texture_mean', '
|
|
| 232 |
Breast_Cancer_class_histogram.png;A bar chart showing the distribution of the target variable diagnosis.
|
| 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 ['texture_mean', 'perimeter_mean', 'texture_se', 'perimeter_se', 'area_se', 'smoothness_se', 'symmetry_se', 'radius_worst', 'texture_worst', 'perimeter_worst'].
|
| 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 ['Wareho
|
|
| 246 |
e-commerce_class_histogram.png;A bar chart showing the distribution of the target variable ReachedOnTime.
|
| 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 ['Customer_care_calls', 'Customer_rating', 'Cost_of_the_Product', 'Prior_purchases', 'Discount_offered', 'Weight_in_gms'].
|
| 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 ['Type'
|
|
| 260 |
maintenance_class_histogram.png;A bar chart showing the distribution of the target variable Machine_failure.
|
| 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 ['Air temperature [K]', 'Process temperature [K]', 'Rotational speed [rpm]', 'Torque [Nm]', 'Tool wear [min]'].
|
| 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 ['G
|
|
| 274 |
Churn_Modelling_class_histogram.png;A bar chart showing the distribution of the target variable Exited.
|
| 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 ['CreditScore', 'Age', 'Tenure', 'Balance', 'NumOfProducts', 'EstimatedSalary'].
|
| 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 ['COMPACTNESS', 'CIRCULA
|
|
| 286 |
vehicle_class_histogram.png;A bar chart showing the distribution of the target variable target.
|
| 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 ['COMPACTNESS', 'CIRCULARITY', 'DISTANCE CIRCULARITY', 'RADIUS RATIO', 'MAJORVARIANCE', 'MINORVARIANCE', 'GYRATIONRADIUS', 'MAJORSKEWNESS', 'MINORSKEWNESS', 'MINORKURTOSIS', 'MAJORKURTOSIS'].
|
| 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 ['workclass',
|
|
| 300 |
adult_class_histogram.png;A bar chart showing the distribution of the target variable income.
|
| 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 ['age', 'fnlwgt', 'educational-num', 'capital-gain', 'capital-loss', 'hours-per-week'].
|
| 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 ['USMER'
|
|
| 314 |
Covid_Data_class_histogram.png;A bar chart showing the distribution of the target variable CLASSIFICATION.
|
| 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 ['MEDICAL_UNIT', 'PNEUMONIA', 'AGE', 'PREGNANT', 'COPD', 'ASTHMA', 'HIPERTENSION', 'OTHER_DISEASE', 'CARDIOVASCULAR', 'RENAL_CHRONIC', 'TOBACCO', 'ICU'].
|
| 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 ['ra', 'dec', 'run',
|
|
| 326 |
sky_survey_class_histogram.png;A bar chart showing the distribution of the target variable class.
|
| 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 ['ra', 'dec', 'run', 'camcol', 'field', 'redshift', 'plate', 'mjd'].
|
| 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 ['Alcohol', 'Malic acid', '
|
|
| 338 |
Wine_class_histogram.png;A bar chart showing the distribution of the target variable Class.
|
| 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 ['Alcohol', 'Malic acid', 'Ash', 'Alcalinity of ash', 'Total phenols', 'Flavanoids', 'Nonflavanoid phenols', 'Proanthocyanins', 'Color intensity', 'Hue', 'OD280-OD315 of diluted wines'].
|
| 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 Potability.
|
| 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 ['ph', 'Hardness', 'Chloramines', 'Sulfate', 'Conductivity', 'Trihalomethanes', 'Turbidity'].
|
| 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 ['Length', 'Diameter', '
|
|
| 364 |
abalone_class_histogram.png;A bar chart showing the distribution of the target variable Sex.
|
| 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 ['Length', 'Diameter', 'Height', 'Whole weight', 'Shucked weight', 'Viscera weight', 'Shell weight', 'Rings'].
|
| 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 DRK_YN.
|
| 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 ['age', 'height', 'weight', 'waistline', 'SBP', 'BLDS', 'tot_chole', 'LDL_chole', 'triglyceride', 'hemoglobin', 'gamma_GTP', 'SMK_stat_type_cd'].
|
| 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 ['varianc
|
|
| 391 |
BankNoteAuthentication_class_histogram.png;A bar chart showing the distribution of the target variable class.
|
| 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 ['variance', 'skewness', 'curtosis', 'entropy'].
|
| 394 |
-
Iris_decision_tree.png;
|
| 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 ['SepalLengthCm', 'SepalWid
|
|
| 403 |
Iris_class_histogram.png;A bar chart showing the distribution of the target variable Species.
|
| 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 ['SepalLengthCm', 'SepalWidthCm', 'PetalLengthCm', 'PetalWidthCm'].
|
| 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 ['blue', 'dua
|
|
| 416 |
phone_class_histogram.png;A bar chart showing the distribution of the target variable price_range.
|
| 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 ['battery_power', 'fc', 'int_memory', 'mobile_wt', 'n_cores', 'pc', 'px_height', 'px_width', 'ram', 'sc_h', 'sc_w', 'talk_time'].
|
| 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 Survived.
|
| 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 ['Pclass', 'Age', 'SibSp', 'Parch', 'Fare'].
|
| 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 ['Size', 'Weight',
|
|
| 444 |
apple_quality_class_histogram.png;A bar chart showing the distribution of the target variable Quality.
|
| 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 ['Size', 'Weight', 'Sweetness', 'Crunchiness', 'Juiciness', 'Ripeness', 'Acidity'].
|
| 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 FAF <= 2.0 and the second with the condition Height <= 1.72.
|
| 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 NObeyesdad.
|
| 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 ['Age', 'Height', 'Weight', 'FCVC', 'NCP', 'CH2O', 'FAF', 'TUE'].
|
| 15 |
+
customer_segmentation_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Family_Size <= 2.5 and the second with the condition Work_Experience <= 9.5.
|
| 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 Segmentation.
|
| 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 ['Age', 'Work_Experience', 'Family_Size'].
|
| 29 |
+
urinalysis_tests_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Age <= 0.1 and the second with the condition pH <= 5.5.
|
| 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 Diagnosis.
|
| 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 ['Age', 'pH', 'Specific Gravity'].
|
| 44 |
+
detect_dataset_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Ic <= 71.01 and the second with the condition Vb <= -0.37.
|
| 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 Output.
|
| 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 ['Ia', 'Ib', 'Ic', 'Va', 'Vb', 'Vc'].
|
| 57 |
+
diabetes_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition BMI <= 29.85 and the second with the condition Age <= 27.5.
|
| 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 Outcome.
|
| 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 ['Pregnancies', 'Glucose', 'BloodPressure', 'SkinThickness', 'Insulin', 'BMI', 'DiabetesPedigreeFunction', 'Age'].
|
| 70 |
+
Placement_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition ssc_p <= 60.09 and the second with the condition hsc_p <= 70.24.
|
| 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 status.
|
| 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 ['ssc_p', 'hsc_p', 'degree_p', 'etest_p', 'mba_p'].
|
| 84 |
+
Liver_Patient_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Alkphos <= 211.5 and the second with the condition Sgot <= 26.5.
|
| 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 Selector.
|
| 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 ['Age', 'TB', 'DB', 'Alkphos', 'Sgpt', 'Sgot', 'TP', 'ALB', 'AG_Ratio'].
|
| 99 |
+
Hotel_Reservations_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition lead_time <= 151.5 and the second with the condition no_of_special_requests <= 2.5.
|
| 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 booking_status.
|
| 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 ['no_of_adults', 'no_of_children', 'no_of_weekend_nights', 'no_of_week_nights', 'lead_time', 'arrival_month', 'arrival_date', 'avg_price_per_room', 'no_of_special_requests'].
|
| 113 |
+
StressLevelDataset_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition basic_needs <= 3.5 and the second with the condition bullying <= 1.5.
|
| 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 stress_level.
|
| 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 ['anxiety_level', 'self_esteem', 'depression', 'headache', 'sleep_quality', 'breathing_problem', 'living_conditions', 'basic_needs', 'study_load', 'bullying'].
|
| 126 |
+
WineQT_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition density <= 1.0 and the second with the condition chlorides <= 0.08.
|
| 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 quality.
|
| 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 ['fixed acidity', 'volatile acidity', 'citric acid', 'residual sugar', 'chlorides', 'free sulfur dioxide', 'total sulfur dioxide', 'density', 'pH', 'sulphates', 'alcohol'].
|
| 138 |
+
loan_data_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Loan_Amount_Term <= 420.0 and the second with the condition ApplicantIncome <= 1519.0.
|
| 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 Loan_Status.
|
| 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 ['ApplicantIncome', 'CoapplicantIncome', 'LoanAmount', 'Loan_Amount_Term'].
|
| 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 Area <= 39172.5 and the second with the condition AspectRation <= 1.86.
|
| 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 Class.
|
| 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 ['Area', 'Perimeter', 'MinorAxisLength', 'AspectRation', 'Eccentricity', 'EquivDiameter', 'Extent', 'Solidity', 'roundness', 'ShapeFactor1'].
|
| 165 |
+
credit_customers_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition existing_credits <= 1.5 and the second with the condition residence_since <= 3.5.
|
| 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 class.
|
| 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 ['duration', 'credit_amount', 'installment_commitment', 'residence_since', 'age', 'existing_credits'].
|
| 179 |
+
weatherAUS_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Rainfall <= 0.1 and the second with the condition Pressure3pm <= 1009.65.
|
| 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 RainTomorrow.
|
| 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 ['Rainfall', 'WindSpeed9am', 'Pressure9am', 'Pressure3pm', 'Cloud9am', 'Cloud3pm', 'Temp3pm'].
|
| 194 |
+
car_insurance_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition displacement <= 1196.5 and the second with the condition height <= 1519.0.
|
| 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 is_claim.
|
| 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 ['policy_tenure', 'age_of_car', 'age_of_policyholder', 'airbags', 'displacement', 'length', 'width', 'height', 'gross_weight'].
|
| 208 |
+
heart_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition slope <= 1.5 and the second with the condition restecg <= 0.5.
|
| 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 target.
|
| 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 ['age', 'cp', 'trestbps', 'chol', 'restecg', 'thalach', 'oldpeak', 'slope', 'ca', 'thal'].
|
| 222 |
+
Breast_Cancer_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition perimeter_mean <= 90.47 and the second with the condition texture_worst <= 27.89.
|
| 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 diagnosis.
|
| 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 ['texture_mean', 'perimeter_mean', 'texture_se', 'perimeter_se', 'area_se', 'smoothness_se', 'symmetry_se', 'radius_worst', 'texture_worst', 'perimeter_worst'].
|
| 235 |
+
e-commerce_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Prior_purchases <= 3.5 and the second with the condition Customer_care_calls <= 4.5.
|
| 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 ReachedOnTime.
|
| 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 ['Customer_care_calls', 'Customer_rating', 'Cost_of_the_Product', 'Prior_purchases', 'Discount_offered', 'Weight_in_gms'].
|
| 249 |
+
maintenance_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Rotational speed [rpm] <= 1381.5 and the second with the condition Torque [Nm] <= 65.05.
|
| 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 Machine_failure.
|
| 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 ['Air temperature [K]', 'Process temperature [K]', 'Rotational speed [rpm]', 'Torque [Nm]', 'Tool wear [min]'].
|
| 263 |
+
Churn_Modelling_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Age <= 42.5 and the second with the condition NumOfProducts <= 2.5.
|
| 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 Exited.
|
| 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 ['CreditScore', 'Age', 'Tenure', 'Balance', 'NumOfProducts', 'EstimatedSalary'].
|
| 277 |
+
vehicle_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition MAJORSKEWNESS <= 74.5 and the second with the condition CIRCULARITY <= 49.5.
|
| 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 target.
|
| 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 ['COMPACTNESS', 'CIRCULARITY', 'DISTANCE CIRCULARITY', 'RADIUS RATIO', 'MAJORVARIANCE', 'MINORVARIANCE', 'GYRATIONRADIUS', 'MAJORSKEWNESS', 'MINORSKEWNESS', 'MINORKURTOSIS', 'MAJORKURTOSIS'].
|
| 289 |
+
adult_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition hours-per-week <= 41.5 and the second with the condition capital-loss <= 1820.5.
|
| 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 income.
|
| 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 ['age', 'fnlwgt', 'educational-num', 'capital-gain', 'capital-loss', 'hours-per-week'].
|
| 303 |
+
Covid_Data_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition CARDIOVASCULAR <= 50.0 and the second with the condition ASHTMA <= 1.5.
|
| 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 CLASSIFICATION.
|
| 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 ['MEDICAL_UNIT', 'PNEUMONIA', 'AGE', 'PREGNANT', 'COPD', 'ASTHMA', 'HIPERTENSION', 'OTHER_DISEASE', 'CARDIOVASCULAR', 'RENAL_CHRONIC', 'TOBACCO', 'ICU'].
|
| 317 |
+
sky_survey_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition dec <= 22.21 and the second with the condition mjd <= 55090.5.
|
| 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 class.
|
| 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 ['ra', 'dec', 'run', 'camcol', 'field', 'redshift', 'plate', 'mjd'].
|
| 329 |
+
Wine_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Total phenols <= 2.36 and the second with the condition Proanthocyanins <= 1.58.
|
| 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 Class.
|
| 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 ['Alcohol', 'Malic acid', 'Ash', 'Alcalinity of ash', 'Total phenols', 'Flavanoids', 'Nonflavanoid phenols', 'Proanthocyanins', 'Color intensity', 'Hue', 'OD280-OD315 of diluted wines'].
|
| 341 |
+
water_potability_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Hardness <= 278.29 and the second with the condition Chloramines <= 6.7.
|
| 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 Potability.
|
| 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 ['ph', 'Hardness', 'Chloramines', 'Sulfate', 'Conductivity', 'Trihalomethanes', 'Turbidity'].
|
| 355 |
+
abalone_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Height <= 0.13 and the second with the condition Diameter <= 0.45.
|
| 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 Sex.
|
| 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 ['Length', 'Diameter', 'Height', 'Whole weight', 'Shucked weight', 'Viscera weight', 'Shell weight', 'Rings'].
|
| 367 |
+
smoking_drinking_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition SMK_stat_type_cd <= 1.5 and the second with the condition gamma_GTP <= 35.5.
|
| 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 DRK_YN.
|
| 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 ['age', 'height', 'weight', 'waistline', 'SBP', 'BLDS', 'tot_chole', 'LDL_chole', 'triglyceride', 'hemoglobin', 'gamma_GTP', 'SMK_stat_type_cd'].
|
| 381 |
+
BankNoteAuthentication_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition skewness <= 5.16 and the second with the condition curtosis <= 0.19.
|
| 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 class.
|
| 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 ['variance', 'skewness', 'curtosis', 'entropy'].
|
| 394 |
+
Iris_decision_tree.png;
|
| 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 Species.
|
| 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 ['SepalLengthCm', 'SepalWidthCm', 'PetalLengthCm', 'PetalWidthCm'].
|
| 406 |
+
phone_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition int_memory <= 30.5 and the second with the condition mobile_wt <= 91.5.
|
| 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 price_range.
|
| 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 ['battery_power', 'fc', 'int_memory', 'mobile_wt', 'n_cores', 'pc', 'px_height', 'px_width', 'ram', 'sc_h', 'sc_w', 'talk_time'].
|
| 419 |
+
Titanic_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Pclass <= 2.5 and the second with the condition Parch <= 0.5.
|
| 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 Survived.
|
| 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 ['Pclass', 'Age', 'SibSp', 'Parch', 'Fare'].
|
| 434 |
+
apple_quality_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Juiciness <= -0.3 and the second with the condition Crunchiness <= 2.25.
|
| 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 Quality.
|
| 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 ['Size', 'Weight', 'Sweetness', 'Crunchiness', 'Juiciness', 'Ripeness', 'Acidity'].
|
| 447 |
+
Employee_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition JoiningYear <= 2017.5 and the second with the condition ExperienceInCurrentDomain <= 3.5.
|
| 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 Pclass <= 2.5 and the second with the condition Parch <= 0.5.
|
| 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 ['CA
|
|
| 12 |
ObesityDataSet_class_histogram.png;A bar chart showing the distribution of the target variable NObeyesdad.
|
| 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 ['Age', 'Height', 'Weight', 'FCVC', 'NCP', 'CH2O', 'FAF', 'TUE'].
|
| 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 Segmentation.
|
| 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 ['Age', 'Work_Experience', 'Family_Size'].
|
| 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 Diagnosis.
|
| 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 ['Age', 'pH', 'Specific Gravity'].
|
| 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 ['Ia', 'Ib', 'Ic'
|
|
| 54 |
detect_dataset_class_histogram.png;A bar chart showing the distribution of the target variable Output.
|
| 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 ['Ia', 'Ib', 'Ic', 'Va', 'Vb', 'Vc'].
|
| 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 ['Pregnancies', 'Glucos
|
|
| 67 |
diabetes_class_histogram.png;A bar chart showing the distribution of the target variable Outcome.
|
| 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 ['Pregnancies', 'Glucose', 'BloodPressure', 'SkinThickness', 'Insulin', 'BMI', 'DiabetesPedigreeFunction', 'Age'].
|
| 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 ['hsc_s',
|
|
| 81 |
Placement_class_histogram.png;A bar chart showing the distribution of the target variable status.
|
| 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 ['ssc_p', 'hsc_p', 'degree_p', 'etest_p', 'mba_p'].
|
| 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 Selector.
|
| 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 ['Age', 'TB', 'DB', 'Alkphos', 'Sgpt', 'Sgot', 'TP', 'ALB', 'AG_Ratio'].
|
| 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 booking_status.
|
| 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 ['no_of_adults', 'no_of_children', 'no_of_weekend_nights', 'no_of_week_nights', 'lead_time', 'arrival_month', 'arrival_date', 'avg_price_per_room', 'no_of_special_requests'].
|
| 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 stress_level.
|
| 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 ['anxiety_level', 'self_esteem', 'depression', 'headache', 'sleep_quality', 'breathing_problem', 'living_conditions', 'basic_needs', 'study_load', 'bullying'].
|
| 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 ['fixed acidity', 'volati
|
|
| 135 |
WineQT_class_histogram.png;A bar chart showing the distribution of the target variable quality.
|
| 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 ['fixed acidity', 'volatile acidity', 'citric acid', 'residual sugar', 'chlorides', 'free sulfur dioxide', 'total sulfur dioxide', 'density', 'pH', 'sulphates', 'alcohol'].
|
| 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 Loan_Status.
|
| 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 ['ApplicantIncome', 'CoapplicantIncome', 'LoanAmount', 'Loan_Amount_Term'].
|
| 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 ['Area', 'Perim
|
|
| 162 |
Dry_Bean_Dataset_class_histogram.png;A bar chart showing the distribution of the target variable Class.
|
| 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 ['Area', 'Perimeter', 'MinorAxisLength', 'AspectRation', 'Eccentricity', 'EquivDiameter', 'Extent', 'Solidity', 'roundness', 'ShapeFactor1'].
|
| 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 class.
|
| 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 ['duration', 'credit_amount', 'installment_commitment', 'residence_since', 'age', 'existing_credits'].
|
| 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 RainTomorrow.
|
| 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 ['Rainfall', 'WindSpeed9am', 'Pressure9am', 'Pressure3pm', 'Cloud9am', 'Cloud3pm', 'Temp3pm'].
|
| 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 ['are
|
|
| 205 |
car_insurance_class_histogram.png;A bar chart showing the distribution of the target variable is_claim.
|
| 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 ['policy_tenure', 'age_of_car', 'age_of_policyholder', 'airbags', 'displacement', 'length', 'width', 'height', 'gross_weight'].
|
| 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 ['sex', 'fbs'
|
|
| 219 |
heart_class_histogram.png;A bar chart showing the distribution of the target variable target.
|
| 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 ['age', 'cp', 'trestbps', 'chol', 'restecg', 'thalach', 'oldpeak', 'slope', 'ca', 'thal'].
|
| 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 ['texture_mean', '
|
|
| 232 |
Breast_Cancer_class_histogram.png;A bar chart showing the distribution of the target variable diagnosis.
|
| 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 ['texture_mean', 'perimeter_mean', 'texture_se', 'perimeter_se', 'area_se', 'smoothness_se', 'symmetry_se', 'radius_worst', 'texture_worst', 'perimeter_worst'].
|
| 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 ['Wareho
|
|
| 246 |
e-commerce_class_histogram.png;A bar chart showing the distribution of the target variable ReachedOnTime.
|
| 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 ['Customer_care_calls', 'Customer_rating', 'Cost_of_the_Product', 'Prior_purchases', 'Discount_offered', 'Weight_in_gms'].
|
| 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 ['Type'
|
|
| 260 |
maintenance_class_histogram.png;A bar chart showing the distribution of the target variable Machine_failure.
|
| 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 ['Air temperature [K]', 'Process temperature [K]', 'Rotational speed [rpm]', 'Torque [Nm]', 'Tool wear [min]'].
|
| 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 ['G
|
|
| 274 |
Churn_Modelling_class_histogram.png;A bar chart showing the distribution of the target variable Exited.
|
| 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 ['CreditScore', 'Age', 'Tenure', 'Balance', 'NumOfProducts', 'EstimatedSalary'].
|
| 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 ['COMPACTNESS', 'CIRCULA
|
|
| 286 |
vehicle_class_histogram.png;A bar chart showing the distribution of the target variable target.
|
| 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 ['COMPACTNESS', 'CIRCULARITY', 'DISTANCE CIRCULARITY', 'RADIUS RATIO', 'MAJORVARIANCE', 'MINORVARIANCE', 'GYRATIONRADIUS', 'MAJORSKEWNESS', 'MINORSKEWNESS', 'MINORKURTOSIS', 'MAJORKURTOSIS'].
|
| 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 ['workclass',
|
|
| 300 |
adult_class_histogram.png;A bar chart showing the distribution of the target variable income.
|
| 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 ['age', 'fnlwgt', 'educational-num', 'capital-gain', 'capital-loss', 'hours-per-week'].
|
| 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 ['USMER'
|
|
| 314 |
Covid_Data_class_histogram.png;A bar chart showing the distribution of the target variable CLASSIFICATION.
|
| 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 ['MEDICAL_UNIT', 'PNEUMONIA', 'AGE', 'PREGNANT', 'COPD', 'ASTHMA', 'HIPERTENSION', 'OTHER_DISEASE', 'CARDIOVASCULAR', 'RENAL_CHRONIC', 'TOBACCO', 'ICU'].
|
| 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 ['ra', 'dec', 'run',
|
|
| 326 |
sky_survey_class_histogram.png;A bar chart showing the distribution of the target variable class.
|
| 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 ['ra', 'dec', 'run', 'camcol', 'field', 'redshift', 'plate', 'mjd'].
|
| 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 ['Alcohol', 'Malic acid', '
|
|
| 338 |
Wine_class_histogram.png;A bar chart showing the distribution of the target variable Class.
|
| 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 ['Alcohol', 'Malic acid', 'Ash', 'Alcalinity of ash', 'Total phenols', 'Flavanoids', 'Nonflavanoid phenols', 'Proanthocyanins', 'Color intensity', 'Hue', 'OD280-OD315 of diluted wines'].
|
| 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 Potability.
|
| 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 ['ph', 'Hardness', 'Chloramines', 'Sulfate', 'Conductivity', 'Trihalomethanes', 'Turbidity'].
|
| 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 ['Length', 'Diameter', '
|
|
| 364 |
abalone_class_histogram.png;A bar chart showing the distribution of the target variable Sex.
|
| 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 ['Length', 'Diameter', 'Height', 'Whole weight', 'Shucked weight', 'Viscera weight', 'Shell weight', 'Rings'].
|
| 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 DRK_YN.
|
| 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 ['age', 'height', 'weight', 'waistline', 'SBP', 'BLDS', 'tot_chole', 'LDL_chole', 'triglyceride', 'hemoglobin', 'gamma_GTP', 'SMK_stat_type_cd'].
|
| 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 ['varianc
|
|
| 391 |
BankNoteAuthentication_class_histogram.png;A bar chart showing the distribution of the target variable class.
|
| 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 ['variance', 'skewness', 'curtosis', 'entropy'].
|
| 394 |
-
Iris_decision_tree.png;
|
| 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 ['SepalLengthCm', 'SepalWid
|
|
| 403 |
Iris_class_histogram.png;A bar chart showing the distribution of the target variable Species.
|
| 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 ['SepalLengthCm', 'SepalWidthCm', 'PetalLengthCm', 'PetalWidthCm'].
|
| 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 ['blue', 'dua
|
|
| 416 |
phone_class_histogram.png;A bar chart showing the distribution of the target variable price_range.
|
| 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 ['battery_power', 'fc', 'int_memory', 'mobile_wt', 'n_cores', 'pc', 'px_height', 'px_width', 'ram', 'sc_h', 'sc_w', 'talk_time'].
|
| 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 ['Size', 'Weight',
|
|
| 429 |
apple_quality_class_histogram.png;A bar chart showing the distribution of the target variable Quality.
|
| 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 ['Size', 'Weight', 'Sweetness', 'Crunchiness', 'Juiciness', 'Ripeness', 'Acidity'].
|
| 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 FAF <= 2.0 and the second with the condition Height <= 1.72.
|
| 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 NObeyesdad.
|
| 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 ['Age', 'Height', 'Weight', 'FCVC', 'NCP', 'CH2O', 'FAF', 'TUE'].
|
| 15 |
+
customer_segmentation_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Family_Size <= 2.5 and the second with the condition Work_Experience <= 9.5.
|
| 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 Segmentation.
|
| 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 ['Age', 'Work_Experience', 'Family_Size'].
|
| 29 |
+
urinalysis_tests_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Age <= 0.1 and the second with the condition pH <= 5.5.
|
| 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 Diagnosis.
|
| 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 ['Age', 'pH', 'Specific Gravity'].
|
| 44 |
+
detect_dataset_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Ic <= 71.01 and the second with the condition Vb <= -0.37.
|
| 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 Output.
|
| 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 ['Ia', 'Ib', 'Ic', 'Va', 'Vb', 'Vc'].
|
| 57 |
+
diabetes_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition BMI <= 29.85 and the second with the condition Age <= 27.5.
|
| 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 Outcome.
|
| 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 ['Pregnancies', 'Glucose', 'BloodPressure', 'SkinThickness', 'Insulin', 'BMI', 'DiabetesPedigreeFunction', 'Age'].
|
| 70 |
+
Placement_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition ssc_p <= 60.09 and the second with the condition hsc_p <= 70.24.
|
| 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 status.
|
| 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 ['ssc_p', 'hsc_p', 'degree_p', 'etest_p', 'mba_p'].
|
| 84 |
+
Liver_Patient_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Alkphos <= 211.5 and the second with the condition Sgot <= 26.5.
|
| 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 Selector.
|
| 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 ['Age', 'TB', 'DB', 'Alkphos', 'Sgpt', 'Sgot', 'TP', 'ALB', 'AG_Ratio'].
|
| 99 |
+
Hotel_Reservations_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition lead_time <= 151.5 and the second with the condition no_of_special_requests <= 2.5.
|
| 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 booking_status.
|
| 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 ['no_of_adults', 'no_of_children', 'no_of_weekend_nights', 'no_of_week_nights', 'lead_time', 'arrival_month', 'arrival_date', 'avg_price_per_room', 'no_of_special_requests'].
|
| 113 |
+
StressLevelDataset_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition basic_needs <= 3.5 and the second with the condition bullying <= 1.5.
|
| 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 stress_level.
|
| 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 ['anxiety_level', 'self_esteem', 'depression', 'headache', 'sleep_quality', 'breathing_problem', 'living_conditions', 'basic_needs', 'study_load', 'bullying'].
|
| 126 |
+
WineQT_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition density <= 1.0 and the second with the condition chlorides <= 0.08.
|
| 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 quality.
|
| 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 ['fixed acidity', 'volatile acidity', 'citric acid', 'residual sugar', 'chlorides', 'free sulfur dioxide', 'total sulfur dioxide', 'density', 'pH', 'sulphates', 'alcohol'].
|
| 138 |
+
loan_data_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Loan_Amount_Term <= 420.0 and the second with the condition ApplicantIncome <= 1519.0.
|
| 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 Loan_Status.
|
| 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 ['ApplicantIncome', 'CoapplicantIncome', 'LoanAmount', 'Loan_Amount_Term'].
|
| 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 Area <= 39172.5 and the second with the condition AspectRation <= 1.86.
|
| 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 Class.
|
| 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 ['Area', 'Perimeter', 'MinorAxisLength', 'AspectRation', 'Eccentricity', 'EquivDiameter', 'Extent', 'Solidity', 'roundness', 'ShapeFactor1'].
|
| 165 |
+
credit_customers_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition existing_credits <= 1.5 and the second with the condition residence_since <= 3.5.
|
| 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 class.
|
| 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 ['duration', 'credit_amount', 'installment_commitment', 'residence_since', 'age', 'existing_credits'].
|
| 179 |
+
weatherAUS_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Rainfall <= 0.1 and the second with the condition Pressure3pm <= 1009.65.
|
| 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 RainTomorrow.
|
| 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 ['Rainfall', 'WindSpeed9am', 'Pressure9am', 'Pressure3pm', 'Cloud9am', 'Cloud3pm', 'Temp3pm'].
|
| 194 |
+
car_insurance_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition displacement <= 1196.5 and the second with the condition height <= 1519.0.
|
| 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 is_claim.
|
| 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 ['policy_tenure', 'age_of_car', 'age_of_policyholder', 'airbags', 'displacement', 'length', 'width', 'height', 'gross_weight'].
|
| 208 |
+
heart_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition slope <= 1.5 and the second with the condition restecg <= 0.5.
|
| 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 target.
|
| 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 ['age', 'cp', 'trestbps', 'chol', 'restecg', 'thalach', 'oldpeak', 'slope', 'ca', 'thal'].
|
| 222 |
+
Breast_Cancer_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition perimeter_mean <= 90.47 and the second with the condition texture_worst <= 27.89.
|
| 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 diagnosis.
|
| 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 ['texture_mean', 'perimeter_mean', 'texture_se', 'perimeter_se', 'area_se', 'smoothness_se', 'symmetry_se', 'radius_worst', 'texture_worst', 'perimeter_worst'].
|
| 235 |
+
e-commerce_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Prior_purchases <= 3.5 and the second with the condition Customer_care_calls <= 4.5.
|
| 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 ReachedOnTime.
|
| 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 ['Customer_care_calls', 'Customer_rating', 'Cost_of_the_Product', 'Prior_purchases', 'Discount_offered', 'Weight_in_gms'].
|
| 249 |
+
maintenance_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Rotational speed [rpm] <= 1381.5 and the second with the condition Torque [Nm] <= 65.05.
|
| 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 Machine_failure.
|
| 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 ['Air temperature [K]', 'Process temperature [K]', 'Rotational speed [rpm]', 'Torque [Nm]', 'Tool wear [min]'].
|
| 263 |
+
Churn_Modelling_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Age <= 42.5 and the second with the condition NumOfProducts <= 2.5.
|
| 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 Exited.
|
| 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 ['CreditScore', 'Age', 'Tenure', 'Balance', 'NumOfProducts', 'EstimatedSalary'].
|
| 277 |
+
vehicle_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition MAJORSKEWNESS <= 74.5 and the second with the condition CIRCULARITY <= 49.5.
|
| 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 target.
|
| 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 ['COMPACTNESS', 'CIRCULARITY', 'DISTANCE CIRCULARITY', 'RADIUS RATIO', 'MAJORVARIANCE', 'MINORVARIANCE', 'GYRATIONRADIUS', 'MAJORSKEWNESS', 'MINORSKEWNESS', 'MINORKURTOSIS', 'MAJORKURTOSIS'].
|
| 289 |
+
adult_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition hours-per-week <= 41.5 and the second with the condition capital-loss <= 1820.5.
|
| 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 income.
|
| 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 ['age', 'fnlwgt', 'educational-num', 'capital-gain', 'capital-loss', 'hours-per-week'].
|
| 303 |
+
Covid_Data_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition CARDIOVASCULAR <= 50.0 and the second with the condition ASHTMA <= 1.5.
|
| 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 CLASSIFICATION.
|
| 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 ['MEDICAL_UNIT', 'PNEUMONIA', 'AGE', 'PREGNANT', 'COPD', 'ASTHMA', 'HIPERTENSION', 'OTHER_DISEASE', 'CARDIOVASCULAR', 'RENAL_CHRONIC', 'TOBACCO', 'ICU'].
|
| 317 |
+
sky_survey_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition dec <= 22.21 and the second with the condition mjd <= 55090.5.
|
| 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 class.
|
| 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 ['ra', 'dec', 'run', 'camcol', 'field', 'redshift', 'plate', 'mjd'].
|
| 329 |
+
Wine_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Total phenols <= 2.36 and the second with the condition Proanthocyanins <= 1.58.
|
| 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 Class.
|
| 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 ['Alcohol', 'Malic acid', 'Ash', 'Alcalinity of ash', 'Total phenols', 'Flavanoids', 'Nonflavanoid phenols', 'Proanthocyanins', 'Color intensity', 'Hue', 'OD280-OD315 of diluted wines'].
|
| 341 |
+
water_potability_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Hardness <= 278.29 and the second with the condition Chloramines <= 6.7.
|
| 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 Potability.
|
| 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 ['ph', 'Hardness', 'Chloramines', 'Sulfate', 'Conductivity', 'Trihalomethanes', 'Turbidity'].
|
| 355 |
+
abalone_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Height <= 0.13 and the second with the condition Diameter <= 0.45.
|
| 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 Sex.
|
| 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 ['Length', 'Diameter', 'Height', 'Whole weight', 'Shucked weight', 'Viscera weight', 'Shell weight', 'Rings'].
|
| 367 |
+
smoking_drinking_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition SMK_stat_type_cd <= 1.5 and the second with the condition gamma_GTP <= 35.5.
|
| 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 DRK_YN.
|
| 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 ['age', 'height', 'weight', 'waistline', 'SBP', 'BLDS', 'tot_chole', 'LDL_chole', 'triglyceride', 'hemoglobin', 'gamma_GTP', 'SMK_stat_type_cd'].
|
| 381 |
+
BankNoteAuthentication_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition skewness <= 5.16 and the second with the condition curtosis <= 0.19.
|
| 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 class.
|
| 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 ['variance', 'skewness', 'curtosis', 'entropy'].
|
| 394 |
+
Iris_decision_tree.png;
|
| 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 Species.
|
| 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 ['SepalLengthCm', 'SepalWidthCm', 'PetalLengthCm', 'PetalWidthCm'].
|
| 406 |
+
phone_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition int_memory <= 30.5 and the second with the condition mobile_wt <= 91.5.
|
| 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 price_range.
|
| 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 ['battery_power', 'fc', 'int_memory', 'mobile_wt', 'n_cores', 'pc', 'px_height', 'px_width', 'ram', 'sc_h', 'sc_w', 'talk_time'].
|
| 419 |
+
apple_quality_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition Juiciness <= -0.3 and the second with the condition Crunchiness <= 2.25.
|
| 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 Quality.
|
| 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 ['Size', 'Weight', 'Sweetness', 'Crunchiness', 'Juiciness', 'Ripeness', 'Acidity'].
|
| 432 |
+
Employee_decision_tree.png;An image showing a decision tree with depth = 2 where the first decision is made with the condition JoiningYear <= 2017.5 and the second with the condition ExperienceInCurrentDomain <= 3.5.
|
| 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.
|