bug fix -- again
This commit is contained in:
parent
c74e844939
commit
5a09e89965
|
@ -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 *
|
from risk import risk
|
||||||
|
|
Loading…
Reference in New Issue