Priprava podatkov
Izbrane spremenljivke (p < 0.10):
- HospitalizationBeforeSurgeryMo
- Age
- BMI
- CardiogenicSchockYN
- Diabetes
- DiabetesPerOsTherapie
- DiabetesOnInsuline
- PerifernoArterijskoObolenje
- ExtracardiacArteriopathy
- PsychoSyndrome
- TherapyRelevantPsychoSyndrome
- PreoperativeInfectionYN
- KongestiveHeartFailure
- EjectionFractionEF
- EF50
- AtrialFibrillationYN
- ChronicLungDiseaseYN
- CockcraftGaultIndexPreop
- ACEInhibitors
- IABPPreoperatively
- DurationOfTheOperation
- NumberOfGrafts
- PericardDrainage
- RethoracotomyYN
- CoagulationDisorder
- Cardioversion
- SumOtherInfectYN
- AcuteKidneyFailure
- TotalDrainage
- NumberOfPlasmaUnits
- Transfusion
- MoreThan2UnitsOfErythrocytes
- RespiratoryFailureYN
- ProlongedMechanicalVentilation
- Reintubation
- NumberOfReintubations
- Tracheotomy
- AorticClampingTime
- BypassOperationTime
- AorticCalcificatio
- LeukocytesFirstPostoperativeDa
- LeukocytesSecondPostoperativeD
- HbPreop12GDl
- HbPreoperativelyGDl
- PoorGlycemicControlPrediabetes
- ITA
- BIMA
- SaEtAlCreatinine226MgDdlOrPost
- TiesselFibrinGlueMl
- GFRLaurisProdop60NotNormal
- GFRLaurisPostop1stDay60NotNorm
- GFRLaurisPostop2ndDay60NotNorm
- PleuralEffusion
Target: DSWI01 | Predictors: 53 | Samples: 4023
Izvedeno skaliranje s standardizacijo numeričnih spremenljivk in “one-hot encoding” za kategorijske spremenljivke.
Nastavitev hiperparametrov
Najboljša nastavitev (po CV):
- model__class_weight: None
- model__max_depth: None
- model__max_features: log2
- model__min_samples_leaf: 1
- model__min_samples_split: 2
- model__n_estimators: 400
| model__class_weight=None, model__max_depth=None, model__max_features=log2, model__min_samples_leaf=1, model__min_samples_split=2, model__n_estimators=400 |
0.929 |
0.508 |
0.949 |
| model__class_weight=balanced, model__max_depth=None, model__max_features=log2, model__min_samples_leaf=1, model__min_samples_split=2, model__n_estimators=400 |
0.929 |
0.510 |
0.949 |
| model__class_weight=None, model__max_depth=None, model__max_features=sqrt, model__min_samples_leaf=1, model__min_samples_split=2, model__n_estimators=400 |
0.934 |
0.551 |
0.948 |
| model__class_weight=balanced, model__max_depth=None, model__max_features=log2, model__min_samples_leaf=1, model__min_samples_split=2, model__n_estimators=200 |
0.930 |
0.518 |
0.947 |
| model__class_weight=None, model__max_depth=None, model__max_features=sqrt, model__min_samples_leaf=1, model__min_samples_split=2, model__n_estimators=200 |
0.933 |
0.540 |
0.947 |
| model__class_weight=None, model__max_depth=None, model__max_features=log2, model__min_samples_leaf=1, model__min_samples_split=2, model__n_estimators=200 |
0.929 |
0.508 |
0.947 |
| model__class_weight=balanced, model__max_depth=None, model__max_features=sqrt, model__min_samples_leaf=1, model__min_samples_split=2, model__n_estimators=400 |
0.932 |
0.539 |
0.946 |
| model__class_weight=None, model__max_depth=None, model__max_features=log2, model__min_samples_leaf=1, model__min_samples_split=5, model__n_estimators=400 |
0.923 |
0.439 |
0.946 |
| model__class_weight=None, model__max_depth=None, model__max_features=log2, model__min_samples_leaf=1, model__min_samples_split=5, model__n_estimators=200 |
0.924 |
0.452 |
0.944 |
| model__class_weight=balanced, model__max_depth=None, model__max_features=log2, model__min_samples_leaf=1, model__min_samples_split=5, model__n_estimators=400 |
0.934 |
0.555 |
0.944 |
CV setup: StratifiedKFold with 5 folds (shuffle=True, random_state=1974).