Closed lisphilar closed 2 years ago
Parameter estimation with Brazil data raised ValueError.
ValueError
import covsirphy as cs # Dataset preparation loader = cs.DataLoader("input") jhu_data = loader.jhu() # Scenario analysis snl = cs.Scenario(country="Brazil") snl.register(jhu_data) snl.records("CFR"); snl.trend(); snl.estimate(cs.SIRF, metric="RMSLE")
https://gist.github.com/lisphilar/a8c324b76dfb5fe3175920e361567b5b
ValueError: When the targets have multiple columns, we cannot select RMSLE.
This is solved at this time. https://gist.github.com/lisphilar/a996e320cf7cebe93ab4dfb3940e8819
Summary
Parameter estimation with Brazil data raised
ValueError
.Codes
https://gist.github.com/lisphilar/a8c324b76dfb5fe3175920e361567b5b
Outputs
ValueError
: When the targets have multiple columns, we cannot select RMSLE.Environment