ogert 2 년 전
부모
커밋
4ee1c77cca
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      cdplib/ml_validation/fine_tuning.py

+ 1 - 2
cdplib/ml_validation/fine_tuning.py

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