Files
Machine_Learning_Aplicado/proyecto-final/outputs/bitacora_experimentos.csv

4.4 KiB

1experimento_idmodelohiperparametrosarquitecturaprecision_trainrecall_trainf1_trainaccuracy_trainprecision_testrecall_testf1_testaccuracy_test
2RF_01random_forest{'n_estimators': 100, 'max_depth': None, 'min_samples_leaf': 1, 'max_features': 'sqrt', 'criterion': 'gini'}1.01.01.01.00.93491768126976260.93087250397079210.93277243771443960.9203084832904884
3RF_02random_forest{'n_estimators': 200, 'max_depth': 10, 'min_samples_leaf': 1, 'max_features': 'sqrt', 'criterion': 'gini'}0.97317757111902890.96862701259642060.97075477815815850.9651910360029390.93479066306454120.92945416804400850.93190171661101110.9199412412780023
4RF_03random_forest{'n_estimators': 200, 'max_depth': 20, 'min_samples_leaf': 2, 'max_features': 'sqrt', 'criterion': 'gini'}0.99039482342992820.98861339782263170.98948779189940950.98806024981631160.93340764499139210.92901546344907540.93105789891867670.9188395152405435
5RF_04random_forest{'n_estimators': 500, 'max_depth': None, 'min_samples_leaf': 5, 'max_features': 'log2', 'criterion': 'gini'}0.96988860431793530.96693933505824880.96835998578439870.96362968405584130.93371582230940450.92988093595860470.9316524331219540.9192067572530297
6RF_05random_forest{'n_estimators': 300, 'max_depth': None, 'min_samples_leaf': 1, 'max_features': 'sqrt', 'criterion': 'entropy'}1.01.01.01.00.93345570812449130.92991612630461460.93157229977753260.9199412412780023
7XGB_01xgboost{'n_estimators': 100, 'max_depth': 6, 'learning_rate': 0.3, 'subsample': 1.0, 'colsample_bytree': 1.0, 'reg_lambda': 1}0.99994966274036050.99993226309015780.99994095044884850.99990815576781780.93818330176225130.93451069237179220.93627212573589180.9232464193903782
8XGB_02xgboost{'n_estimators': 200, 'max_depth': 6, 'learning_rate': 0.1, 'subsample': 0.8, 'colsample_bytree': 0.8, 'reg_lambda': 1}0.99951246311829110.99938284256681960.99944727784992590.99917340191036010.94001456438913520.93559981089336010.93773377007295210.9258171134777818
9XGB_03xgboost{'n_estimators': 300, 'max_depth': 4, 'learning_rate': 0.05, 'subsample': 0.8, 'colsample_bytree': 0.8, 'reg_lambda': 2}0.97384310575922210.97142709696904080.9725865947410070.9647318148420280.93904955390727360.9350513754474810.93697792457576060.9239809034153507
10XGB_04xgboost{'n_estimators': 200, 'max_depth': 8, 'learning_rate': 0.1, 'subsample': 0.6, 'colsample_bytree': 0.6, 'reg_lambda': 5}0.99794836877857020.99742518021812920.99768525991709840.99715282880235120.93608232654987920.93202383306543880.93397476956586380.9206757253029747
11XGB_05xgboost{'n_estimators': 500, 'max_depth': 6, 'learning_rate': 0.01, 'subsample': 0.8, 'colsample_bytree': 0.8, 'reg_lambda': 1}0.97112839756564630.9684885255877580.96975895841839790.9609662013225570.93885778909360050.93442349864079920.93652608952508240.9243481454278369
12NN_01neural_network{'capas': (64,), 'activacion': 'relu', 'dropout': 0.0, 'lr': 0.001, 'batch_size': 32, 'epochs': 50}[64]→softmax0.95140754833376150.94975022802904140.95053994625712120.93938280675973550.93822002281634960.93676352611219060.93737380916298850.9265515975027543
13NN_02neural_network{'capas': (128, 64), 'activacion': 'relu', 'dropout': 0.3, 'lr': 0.001, 'batch_size': 64, 'epochs': 100}[128,64]+Dropout(0.3)→softmax0.95445046467907930.9516936870996930.952975647275310.9425055106539310.9423512082866150.93953674988113590.94083714248910580.9302240176276166
14NN_03neural_network{'capas': (256, 128, 64), 'activacion': 'relu', 'dropout': 0.3, 'lr': 0.001, 'batch_size': 64, 'epochs': 100}[256,128,64]+Dropout(0.3)→softmax0.95961973318398350.95602825904078930.95765426677189270.94737325495958860.94033005987767790.93755792417693210.93876179546758290.9283878075651855
15NN_04neural_network{'capas': (128, 64), 'activacion': 'relu', 'dropout': 0.2, 'lr': 0.0001, 'batch_size': 32, 'epochs': 150}[128,64]+Dropout(0.2)→softmax(lr=0.0001)0.95154925607187860.94922429539994620.9502943866383840.94011756061719320.93961758915211390.93773479003709060.93860471328991910.9280205655526992
16NN_05neural_network{'capas': (256, 128), 'activacion': 'relu', 'dropout': 0.4, 'lr': 0.001, 'batch_size': 128, 'epochs': 100}[256,128]+Dropout(0.4)→softmax0.95548006135525190.95376005301646730.95455178432516450.94415870683321090.93951089850729460.93722809982113930.93826061726672070.9272860815277267