renamed hyperparams to gscv
This commit is contained in:
parent
a82358dbb4
commit
ad5ebad7f8
31 changed files with 4433 additions and 0 deletions
29
earlier_versions/comp_results
Normal file
29
earlier_versions/comp_results
Normal file
|
@ -0,0 +1,29 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Thu Mar 10 10:59:36 2022
|
||||
|
||||
@author: tanu
|
||||
"""
|
||||
# numerical
|
||||
#log_reg (rs)
|
||||
F1_score 0.713380
|
||||
MCC 0.376546
|
||||
Precision 0.687628
|
||||
Recall 0.747231
|
||||
Accuracy 0.687293
|
||||
ROC_curve 0.683199
|
||||
#log_reg (balanced)
|
||||
F1_score 0.715106
|
||||
MCC 0.390225
|
||||
Precision 0.702629
|
||||
Recall 0.733445
|
||||
Accuracy 0.694309
|
||||
ROC_curve 0.691555
|
||||
#log_reg (unbalanced)
|
||||
F1_score 0.713380
|
||||
MCC 0.376546
|
||||
Precision 0.687628
|
||||
Recall 0.747231
|
||||
Accuracy 0.687293
|
||||
ROC_curve 0.683199
|
Loading…
Add table
Add a link
Reference in a new issue