From 5a09e8996538acf8b298539b71689a937ee789e0 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Tue, 5 Mar 2019 14:52:34 -0600 Subject: [PATCH] bug fix -- again --- risk/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/risk/__init__.py b/risk/__init__.py index 88a4af9..2134f25 100644 --- a/risk/__init__.py +++ b/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