浏览代码

fixed logging bug

tanja 4 年之前
父节点
当前提交
deb4e3be85
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cdplib/gridsearch/GridSearchPipelineSelector.py

+ 1 - 1
cdplib/gridsearch/GridSearchPipelineSelector.py

@@ -20,7 +20,7 @@ from itertools import product
 from collections import ChainMap
 from collections import ChainMap
 from sklearn.pipeline import Pipeline
 from sklearn.pipeline import Pipeline
 from typing import Callable, Optional, Literal, Dict, Union, List
 from typing import Callable, Optional, Literal, Dict, Union, List
-from cdplin.log import Log
+from cdplib.log import Log
 
 
 from cdplib.pipeline_selector.PipelineSelector import PipelineSelector
 from cdplib.pipeline_selector.PipelineSelector import PipelineSelector