This commit is contained in:
Steve Nyemba 2019-03-05 14:50:24 -06:00
parent 593648db78
commit c74e844939
1 changed files with 1 additions and 1 deletions

View File

@ -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 *