-
## Summary of this new feature
Improve performance (estimation score and runtime) of parameter estimation with the following solutions.
1. improve estmation score with constant liar
`optuna` prov…
-
## Summary of this new feature
As discussed in #560, the reference date to determine whether a phase is a past phase or a future phase is necessary for `Scenario` class. This property `Scenario.today…
-
## Summary
As discussed in #670, `Scenario.estimate_delay()` returns 53 days as delay period of hungary and this is too long. This causes change points detection failure in S-R trend analysis.
We …
-
At which point in the documentation do we register OxCGRT indicators into the Scenario object? Can we register those manually?
![image](https://user-images.githubusercontent.com/57956871/115752553-…
-
## Summary of this new feature
Revise the title of `Scenario.trend()` figure to simplify it as follows.
Before: "Japan: S-R trend changed on 19Feb2020,......18Mar2021"
After: "Japan: phases detecte…
-
### Packages tests information
| | |
|---------------------------------|--------------------------------------------|
| *…
-
## Summary of this new feature
New class `Filer` will be created to produce filenames.
```Python
import covsirphy as cs
filer = cs.Filer(directory="output", prefix="jpn", suffix=None, numbering="0…
-
## Summary of this new feature
Interface of `Scenario()` instance to register datasets will be simplified. This is required to use many datasets in scenario analysis and forecasting.
The current …
-
## What dataset you need?
## How will you use the dataset for your analysis?
## (Optional) Example datasets
-
## Summary of question
We use hyperparameter optimization with Optuna to estimate ODE parameter values with the number of cases.
To improve accuracy and speed, is it possible to develop the following…