Jérôme BUISINE преди 3 години
родител
ревизия
9f17305ccc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      find_best_attributes_surrogate_svm.py

+ 1 - 1
find_best_attributes_surrogate_svm.py

@@ -192,7 +192,7 @@ def main():
             diff = end - start
 
             print('----')
-            print("Real evaluation took: {}, score found: {}".format(divmod(diff.days * 86400 + diff.seconds, 60), test_roc_auc))
+            print("Real evaluation took: {}, score found: {}".format(divmod(diff.days * 86400 + diff.seconds, 60), test_roc_auc * (1 - math.pow(test_roc_auc - train_roc_auc, 2))))
 
             return test_roc_auc * (1 - math.pow(test_roc_auc - train_roc_auc, 2))