Browse Source

backward comp

ogert 2 years ago
parent
commit
118087ab46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cdplib/ml_validation/fine_tuning.py

+ 1 - 1
cdplib/ml_validation/fine_tuning.py

@@ -15,7 +15,7 @@ import numpy as np
 if (sys.version_info.major == 3) & (sys.version_info.minor >= 8):
     from typing import Iterable, Callable
 else:
-    from typing_extensions import Iterable, Callable
+    from typing_extensions import * #Iterable, Callable
 
 
 def get_optimal_proba_threshold(score_func: Callable,