-
## Summary
snl.estimate_accuracy(phase="last") returns:
KeyError: 'Value of Fatal or Recovered was not specified with keyword arguments.'
## Codes
```Python
import covsirphy as cs
# Dataset …
-
## Summary
cs.Scenario fit_predict returns _TypeError: @kappa value must be an instance of , but was applied._
snl_summary().head():
```
Scenario Phase Type Start End Population ODE Rt theta kapp…
-
### Packages tests information
| | |
|---------------------------------|--------------------------------------------|
| *…
-
As the wave amplitude rises past a certain point, the wave probe readings drift upwards:
![image](https://user-images.githubusercontent.com/42656158/143151295-5e5968ed-b9d1-4489-8577-afdb4e4ce3bc.png…
-
Hi All, Please help me to utilize the CovsirPhy for US County Level COVID-19 Impact Assessment.
My aim is to index all 3142 US counties as per the impact of COVID-19.
I can request the local hea…
-
## Summary
When we run "snl.estimate_accuracy()" without snl.trend(), such as in case of manually adding change points and estiamting SIR-F values. CovSirPhy shows an error message Please` **execute …
-
## Summary
Decision tree regressor for forecasting shows overfitting.
Train score (0.857) >> Test score (-0.670) in the following example. (Italy, today=06Jun2021)
## Codes
example/scenario_anal…
-
## Summary
## Codes
```Python
import covsirphy as cs
# Dataset preparation
data_loader = cs.DataLoader("input")
jhu_data = data_loader.jhu()
# Scenario analysis
snl = cs.Scenario(country…
-
## Summary
we tried try to stimulate the medical scenerio in INDIA, expected is the infection rate should decrease but the curve goes to peak after using medical scenario
## Codes
```Python
i…
-
## Summary
In `_RegressorBase` (internal class for forecasting), the dataset regarding parmeter values and delayed indicators is shuffled when splitting it to training and test data. This is related …