소스 검색

bug fix -- again

Steve Nyemba 6 년 전
부모
커밋
5a09e89965
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      risk/__init__.py

+ 1 - 1
risk/__init__.py

@@ -48,4 +48,4 @@ mydf.risk.evaluate(pop=pop)
     - Evaluation of how sparse attributes are (the ratio of non-null over rows)
     - Have a smart way to drop attributes (based on the above in random policy search)
 """
-from risk import *
+from risk import risk