Steve Nyemba 6 年之前
父节点
当前提交
c74e844939
共有 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)
     - 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)
     - Have a smart way to drop attributes (based on the above in random policy search)
 """
 """
-
+from risk import *