diff --git a/docs/01_data_preparation.html b/docs/01_data_preparation.html index 44bd14f60..a884c4a08 100644 --- a/docs/01_data_preparation.html +++ b/docs/01_data_preparation.html @@ -520,11 +520,11 @@

1-1. With DataE
-2022-10-10 at 08:17:50 | INFO | Retrieving COVID-19 dataset from https://github.com/lisphilar/covid19-sir/data/
-2022-10-10 at 08:17:50 | INFO | Retrieving datasets from COVID-19 Data Hub https://covid19datahub.io/
-2022-10-10 at 08:17:58 | INFO | Retrieving datasets from Our World In Data https://github.com/owid/covid-19-data/
-2022-10-10 at 08:18:00 | INFO | Retrieving datasets from Our World In Data https://github.com/owid/covid-19-data/
-2022-10-10 at 08:18:00 | INFO | Retrieving datasets from Our World In Data https://github.com/owid/covid-19-data/
+2022-10-10 at 08:54:45 | INFO | Retrieving COVID-19 dataset from https://github.com/lisphilar/covid19-sir/data/
+2022-10-10 at 08:54:45 | INFO | Retrieving datasets from COVID-19 Data Hub https://covid19datahub.io/
+2022-10-10 at 08:54:54 | INFO | Retrieving datasets from Our World In Data https://github.com/owid/covid-19-data/
+2022-10-10 at 08:54:56 | INFO | Retrieving datasets from Our World In Data https://github.com/owid/covid-19-data/
+2022-10-10 at 08:54:56 | INFO | Retrieving datasets from Our World In Data https://github.com/owid/covid-19-data/
 
@@ -533,7 +533,7 @@

1-1. With DataE

-<covsirphy.engineering.engineer.DataEngineer at 0x7f0af2c26d60>
+<covsirphy.engineering.engineer.DataEngineer at 0x7fe409795df0>
 

We can get the all downloaded records as a pandas.DataFrame with DataEngineer().all() method.

@@ -553,37 +553,37 @@

1-1. With DataE
 <class 'pandas.core.frame.DataFrame'>
-RangeIndex: 226891 entries, 0 to 226890
+RangeIndex: 226961 entries, 0 to 226960
 Data columns (total 27 columns):
  #   Column                               Non-Null Count   Dtype
 ---  ------                               --------------   -----
- 0   ISO3                                 226891 non-null  category
- 1   Province                             226891 non-null  category
- 2   City                                 226891 non-null  category
- 3   Date                                 226891 non-null  datetime64[ns]
- 4   Cancel_events                        178070 non-null  Float64
- 5   Confirmed                            205577 non-null  Float64
- 6   Contact_tracing                      178013 non-null  Float64
- 7   Country                              224419 non-null  string
- 8   Fatal                                189037 non-null  Float64
- 9   Gatherings_restrictions              178049 non-null  Float64
- 10  Information_campaigns                178044 non-null  Float64
- 11  Internal_movement_restrictions       178056 non-null  Float64
- 12  International_movement_restrictions  178036 non-null  Float64
- 13  Population                           223427 non-null  Float64
+ 0   ISO3                                 226961 non-null  category
+ 1   Province                             226961 non-null  category
+ 2   City                                 226961 non-null  category
+ 3   Date                                 226961 non-null  datetime64[ns]
+ 4   Cancel_events                        178167 non-null  Float64
+ 5   Confirmed                            205651 non-null  Float64
+ 6   Contact_tracing                      178109 non-null  Float64
+ 7   Country                              224493 non-null  string
+ 8   Fatal                                189110 non-null  Float64
+ 9   Gatherings_restrictions              178146 non-null  Float64
+ 10  Information_campaigns                178140 non-null  Float64
+ 11  Internal_movement_restrictions       178153 non-null  Float64
+ 12  International_movement_restrictions  178132 non-null  Float64
+ 13  Population                           223501 non-null  Float64
  14  Product                              120930 non-null  string
- 15  Recovered                            71762 non-null   Float64
- 16  School_closing                       178088 non-null  Float64
- 17  Stay_home_restrictions               177980 non-null  Float64
- 18  Stringency_index                     178005 non-null  Float64
- 19  Testing_policy                       178026 non-null  Float64
- 20  Tests                                86109 non-null   Float64
- 21  Transport_closing                    178042 non-null  Float64
+ 15  Recovered                            71763 non-null   Float64
+ 16  School_closing                       178185 non-null  Float64
+ 17  Stay_home_restrictions               178077 non-null  Float64
+ 18  Stringency_index                     178102 non-null  Float64
+ 19  Testing_policy                       178122 non-null  Float64
+ 20  Tests                                86110 non-null   Float64
+ 21  Transport_closing                    178139 non-null  Float64
  22  Vaccinated_full                      49138 non-null   Float64
  23  Vaccinated_once                      51722 non-null   Float64
  24  Vaccinations                         54420 non-null   Float64
  25  Vaccinations_boosters                27163 non-null   Float64
- 26  Workplace_closing                    178051 non-null  Float64
+ 26  Workplace_closing                    178148 non-null  Float64
 dtypes: Float64(21), category(3), datetime64[ns](1), string(2)
 memory usage: 47.0 MB
 
@@ -624,8 +624,8 @@

1-1. With DataE
-2022-10-10 at 08:18:06 | INFO | Retrieving COVID-19 dataset from https://github.com/lisphilar/covid19-sir/data/
-2022-10-10 at 08:18:07 | INFO | Retrieving datasets from COVID-19 Data Hub https://covid19datahub.io/
+2022-10-10 at 08:55:02 | INFO | Retrieving COVID-19 dataset from https://github.com/lisphilar/covid19-sir/data/
+2022-10-10 at 08:55:03 | INFO | Retrieving datasets from COVID-19 Data Hub https://covid19datahub.io/
 
@@ -816,7 +816,7 @@

1-1. With DataE

-2022-10-10 at 08:18:10 | INFO | Retrieving datasets from COVID-19 Data Hub https://covid19datahub.io/
+2022-10-10 at 08:55:06 | INFO | Retrieving datasets from COVID-19 Data Hub https://covid19datahub.io/
 
@@ -1020,37 +1020,37 @@

1-2. With DataD
 <class 'pandas.core.frame.DataFrame'>
-RangeIndex: 226891 entries, 0 to 226890
+RangeIndex: 226961 entries, 0 to 226960
 Data columns (total 27 columns):
  #   Column                               Non-Null Count   Dtype
 ---  ------                               --------------   -----
- 0   ISO3                                 226891 non-null  string
- 1   Province                             226891 non-null  string
- 2   City                                 226891 non-null  string
- 3   Date                                 226891 non-null  datetime64[ns]
- 4   Cancel_events                        178070 non-null  Float64
- 5   Confirmed                            205577 non-null  Float64
- 6   Contact_tracing                      178013 non-null  Float64
- 7   Country                              224419 non-null  string
- 8   Fatal                                189037 non-null  Float64
- 9   Gatherings_restrictions              178049 non-null  Float64
- 10  Information_campaigns                178044 non-null  Float64
- 11  Internal_movement_restrictions       178056 non-null  Float64
- 12  International_movement_restrictions  178036 non-null  Float64
- 13  Population                           223427 non-null  Float64
+ 0   ISO3                                 226961 non-null  string
+ 1   Province                             226961 non-null  string
+ 2   City                                 226961 non-null  string
+ 3   Date                                 226961 non-null  datetime64[ns]
+ 4   Cancel_events                        178167 non-null  Float64
+ 5   Confirmed                            205651 non-null  Float64
+ 6   Contact_tracing                      178109 non-null  Float64
+ 7   Country                              224493 non-null  string
+ 8   Fatal                                189110 non-null  Float64
+ 9   Gatherings_restrictions              178146 non-null  Float64
+ 10  Information_campaigns                178140 non-null  Float64
+ 11  Internal_movement_restrictions       178153 non-null  Float64
+ 12  International_movement_restrictions  178132 non-null  Float64
+ 13  Population                           223501 non-null  Float64
  14  Product                              120930 non-null  string
- 15  Recovered                            71762 non-null   Float64
- 16  School_closing                       178088 non-null  Float64
- 17  Stay_home_restrictions               177980 non-null  Float64
- 18  Stringency_index                     178005 non-null  Float64
- 19  Testing_policy                       178026 non-null  Float64
- 20  Tests                                86109 non-null   Float64
- 21  Transport_closing                    178042 non-null  Float64
+ 15  Recovered                            71763 non-null   Float64
+ 16  School_closing                       178185 non-null  Float64
+ 17  Stay_home_restrictions               178077 non-null  Float64
+ 18  Stringency_index                     178102 non-null  Float64
+ 19  Testing_policy                       178122 non-null  Float64
+ 20  Tests                                86110 non-null   Float64
+ 21  Transport_closing                    178139 non-null  Float64
  22  Vaccinated_full                      49138 non-null   Float64
  23  Vaccinated_once                      51722 non-null   Float64
  24  Vaccinations                         54420 non-null   Float64
  25  Vaccinations_boosters                27163 non-null   Float64
- 26  Workplace_closing                    178051 non-null  Float64
+ 26  Workplace_closing                    178148 non-null  Float64
 dtypes: Float64(21), datetime64[ns](1), string(5)
 memory usage: 51.3 MB
 
@@ -2025,7 +2025,7 @@

2-2. Convert line list to the number of cases data
-2022-10-10 at 08:19:35 | INFO | Retrieving GIS data from Natural Earth https://www.naturalearthdata.com/
+2022-10-10 at 08:56:38 | INFO | Retrieving GIS data from Natural Earth https://www.naturalearthdata.com/
 

diff --git a/docs/02_data_engineering.html b/docs/02_data_engineering.html index 0f3d47bf7..43c234cbd 100644 --- a/docs/02_data_engineering.html +++ b/docs/02_data_engineering.html @@ -455,37 +455,37 @@

Data engineering
 <class 'pandas.core.frame.DataFrame'>
-RangeIndex: 226891 entries, 0 to 226890
+RangeIndex: 226961 entries, 0 to 226960
 Data columns (total 27 columns):
  #   Column                               Non-Null Count   Dtype
 ---  ------                               --------------   -----
- 0   ISO3                                 226891 non-null  category
- 1   Province                             226891 non-null  category
- 2   City                                 226891 non-null  category
- 3   Date                                 226891 non-null  datetime64[ns]
- 4   Cancel_events                        178070 non-null  Float64
- 5   Confirmed                            205577 non-null  Float64
- 6   Contact_tracing                      178013 non-null  Float64
- 7   Country                              224419 non-null  string
- 8   Fatal                                189037 non-null  Float64
- 9   Gatherings_restrictions              178049 non-null  Float64
- 10  Information_campaigns                178044 non-null  Float64
- 11  Internal_movement_restrictions       178056 non-null  Float64
- 12  International_movement_restrictions  178036 non-null  Float64
- 13  Population                           223427 non-null  Float64
+ 0   ISO3                                 226961 non-null  category
+ 1   Province                             226961 non-null  category
+ 2   City                                 226961 non-null  category
+ 3   Date                                 226961 non-null  datetime64[ns]
+ 4   Cancel_events                        178167 non-null  Float64
+ 5   Confirmed                            205651 non-null  Float64
+ 6   Contact_tracing                      178109 non-null  Float64
+ 7   Country                              224493 non-null  string
+ 8   Fatal                                189110 non-null  Float64
+ 9   Gatherings_restrictions              178146 non-null  Float64
+ 10  Information_campaigns                178140 non-null  Float64
+ 11  Internal_movement_restrictions       178153 non-null  Float64
+ 12  International_movement_restrictions  178132 non-null  Float64
+ 13  Population                           223501 non-null  Float64
  14  Product                              120930 non-null  string
- 15  Recovered                            71762 non-null   Float64
- 16  School_closing                       178088 non-null  Float64
- 17  Stay_home_restrictions               177980 non-null  Float64
- 18  Stringency_index                     178005 non-null  Float64
- 19  Testing_policy                       178026 non-null  Float64
- 20  Tests                                86109 non-null   Float64
- 21  Transport_closing                    178042 non-null  Float64
+ 15  Recovered                            71763 non-null   Float64
+ 16  School_closing                       178185 non-null  Float64
+ 17  Stay_home_restrictions               178077 non-null  Float64
+ 18  Stringency_index                     178102 non-null  Float64
+ 19  Testing_policy                       178122 non-null  Float64
+ 20  Tests                                86110 non-null   Float64
+ 21  Transport_closing                    178139 non-null  Float64
  22  Vaccinated_full                      49138 non-null   Float64
  23  Vaccinated_once                      51722 non-null   Float64
  24  Vaccinations                         54420 non-null   Float64
  25  Vaccinations_boosters                27163 non-null   Float64
- 26  Workplace_closing                    178051 non-null  Float64
+ 26  Workplace_closing                    178148 non-null  Float64
 dtypes: Float64(21), category(3), datetime64[ns](1), string(2)
 memory usage: 47.0 MB
 

@@ -515,37 +515,37 @@

1. Data cleaning
 <class 'pandas.core.frame.DataFrame'>
-RangeIndex: 226957 entries, 0 to 226956
+RangeIndex: 227027 entries, 0 to 227026
 Data columns (total 27 columns):
  #   Column                               Non-Null Count   Dtype
 ---  ------                               --------------   -----
- 0   ISO3                                 226957 non-null  category
- 1   Province                             226957 non-null  category
- 2   City                                 226957 non-null  category
- 3   Date                                 226957 non-null  datetime64[ns]
- 4   Cancel_events                        226957 non-null  Float64
- 5   Confirmed                            226957 non-null  Float64
- 6   Contact_tracing                      226957 non-null  Float64
- 7   Country                              226957 non-null  object
- 8   Fatal                                226957 non-null  Float64
- 9   Gatherings_restrictions              226957 non-null  Float64
- 10  Information_campaigns                226957 non-null  Float64
- 11  Internal_movement_restrictions       226957 non-null  Float64
- 12  International_movement_restrictions  226957 non-null  Float64
- 13  Population                           226957 non-null  Float64
- 14  Product                              226957 non-null  object
- 15  Recovered                            226957 non-null  Float64
- 16  School_closing                       226957 non-null  Float64
- 17  Stay_home_restrictions               226957 non-null  Float64
- 18  Stringency_index                     226957 non-null  Float64
- 19  Testing_policy                       226957 non-null  Float64
- 20  Tests                                226957 non-null  Float64
- 21  Transport_closing                    226957 non-null  Float64
- 22  Vaccinated_full                      226957 non-null  Float64
- 23  Vaccinated_once                      226957 non-null  Float64
- 24  Vaccinations                         226957 non-null  Float64
- 25  Vaccinations_boosters                226957 non-null  Float64
- 26  Workplace_closing                    226957 non-null  Float64
+ 0   ISO3                                 227027 non-null  category
+ 1   Province                             227027 non-null  category
+ 2   City                                 227027 non-null  category
+ 3   Date                                 227027 non-null  datetime64[ns]
+ 4   Cancel_events                        227027 non-null  Float64
+ 5   Confirmed                            227027 non-null  Float64
+ 6   Contact_tracing                      227027 non-null  Float64
+ 7   Country                              227027 non-null  object
+ 8   Fatal                                227027 non-null  Float64
+ 9   Gatherings_restrictions              227027 non-null  Float64
+ 10  Information_campaigns                227027 non-null  Float64
+ 11  Internal_movement_restrictions       227027 non-null  Float64
+ 12  International_movement_restrictions  227027 non-null  Float64
+ 13  Population                           227027 non-null  Float64
+ 14  Product                              227027 non-null  object
+ 15  Recovered                            227027 non-null  Float64
+ 16  School_closing                       227027 non-null  Float64
+ 17  Stay_home_restrictions               227027 non-null  Float64
+ 18  Stringency_index                     227027 non-null  Float64
+ 19  Testing_policy                       227027 non-null  Float64
+ 20  Tests                                227027 non-null  Float64
+ 21  Transport_closing                    227027 non-null  Float64
+ 22  Vaccinated_full                      227027 non-null  Float64
+ 23  Vaccinated_once                      227027 non-null  Float64
+ 24  Vaccinations                         227027 non-null  Float64
+ 25  Vaccinations_boosters                227027 non-null  Float64
+ 26  Workplace_closing                    227027 non-null  Float64
 dtypes: Float64(21), category(3), datetime64[ns](1), object(2)
 memory usage: 47.0+ MB
 
@@ -612,11 +612,11 @@

2. Data transformation - 226952 + 227022 ZWE - - - 2022-10-04 + 2022-10-05 14439018.0 14181450.0 257568.0 @@ -625,24 +625,24 @@

2. Data transformation82994.0 - 226953 + 227023 ZWE - - - 2022-10-05 + 2022-10-06 14439018.0 - 14181450.0 - 257568.0 - 168971.0 - 5603.0 + 14181363.0 + 257655.0 + 169057.0 + 5604.0 82994.0 - 226954 + 227024 ZWE - - - 2022-10-06 + 2022-10-07 14439018.0 14181363.0 257655.0 @@ -651,11 +651,11 @@

2. Data transformation82994.0 - 226955 + 227025 ZWE - - - 2022-10-07 + 2022-10-08 14439018.0 14181363.0 257655.0 @@ -664,11 +664,11 @@

2. Data transformation82994.0 - 226956 + 227026 ZWE - - - 2022-10-08 + 2022-10-09 14439018.0 14181363.0 257655.0 @@ -727,11 +727,11 @@

2. Data transformation - 226952 + 227022 ZWE - - - 2022-10-04 + 2022-10-05 14439018 14181450.0 257568 @@ -740,24 +740,24 @@

2. Data transformation82994.0 - 226953 + 227023 ZWE - - - 2022-10-05 + 2022-10-06 14439018 - 14181450.0 - 257568 - 168971.0 - 5603.0 + 14181363.0 + 257655 + 169057.0 + 5604.0 82994.0 - 226954 + 227024 ZWE - - - 2022-10-06 + 2022-10-07 14439018 14181363.0 257655 @@ -766,11 +766,11 @@

2. Data transformation82994.0 - 226955 + 227025 ZWE - - - 2022-10-07 + 2022-10-08 14439018 14181363.0 257655 @@ -779,11 +779,11 @@

2. Data transformation82994.0 - 226956 + 227026 ZWE - - - 2022-10-08 + 2022-10-09 14439018 14181363.0 257655 @@ -850,16 +850,7 @@

3. Arithmetic operations - +
- - - - - - - + + + + + + + @@ -1097,24 +1097,24 @@

1-2. Define the 1st phase0th -

- - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
 StartEndRtrhosigma1/beta [day]1/gamma [day]StartEndRtrhosigma1/beta [day]1/gamma [day]
Phase2022-01-01 00:00:002022-02-28 00:00:002.6700000.2000000.075000513
1st2022-03-01 00:00:002022-06-30 00:00:005.3300000.4000000.0750002130th2022-01-01 00:00:002022-02-28 00:00:002.6700000.2000000.075000513
1st2022-03-01 00:00:002022-06-30 00:00:005.3300000.4000000.075000213
@@ -1153,19 +1153,19 @@

1-3. Track ODE parameter values - +
- - - - - + + + + + @@ -1178,36 +1178,36 @@

1-3. Track ODE parameter values2022-02-27 00:00:00 -

- - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + +
 Rtrhosigma1/beta [day]1/gamma [day]Rtrhosigma1/beta [day]1/gamma [day]
Date2.6700000.2000000.0750005132022-02-27 00:00:002.6700000.2000000.075000513
2022-02-28 00:00:002.6700000.2000000.0750005132022-02-28 00:00:002.6700000.2000000.075000513
2022-03-01 00:00:005.3300000.4000000.0750002132022-03-01 00:00:005.3300000.4000000.075000213
2022-03-02 00:00:005.3300000.4000000.0750002132022-03-02 00:00:005.3300000.4000000.075000213
@@ -1405,46 +1405,46 @@

2-3. Plane of phase-dependent models - +
- - - - - - - + + + + + + + @@ -1459,64 +1459,64 @@

2-3. Plane of phase-dependent models0th -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 StartEndRtthetakapparhosigmaStartEndRtthetakapparhosigma
Phase2022-01-01 00:00:002022-02-17 00:00:002.50000.00200.00500.20000.0750
1st2022-02-18 00:00:002022-02-23 00:00:005.00000.00020.00500.40000.0750
2nd2022-02-24 00:00:002022-02-28 00:00:001.87000.00020.00500.15000.0750
3rd2022-03-01 00:00:002022-03-07 00:00:005.13000.00020.00300.40000.0750
4th2022-03-08 00:00:002022-03-14 00:00:002.58000.00020.00500.40000.1500
5th2022-03-15 00:00:002022-06-30 00:00:002.58000.00000.00500.40000.15000th2022-01-01 00:00:002022-02-17 00:00:002.50000.00200.00500.20000.0750
1st2022-02-18 00:00:002022-02-23 00:00:005.00000.00020.00500.40000.0750
2nd2022-02-24 00:00:002022-02-28 00:00:001.87000.00020.00500.15000.0750
3rd2022-03-01 00:00:002022-03-07 00:00:005.13000.00020.00300.40000.0750
4th2022-03-08 00:00:002022-03-14 00:00:002.58000.00020.00500.40000.1500
5th2022-03-15 00:00:002022-06-30 00:00:002.58000.00000.00500.40000.1500
@@ -2276,23 +2276,23 @@

3.3 ODE parameter estimation
-2022-10-10 at 08:21:17 | INFO |
+2022-10-10 at 08:58:32 | INFO |
 <SIR-F Model: parameter estimation>
-2022-10-10 at 08:21:17 | INFO | Running optimization with 2 CPUs...
+2022-10-10 at 08:58:32 | INFO | Running optimization with 2 CPUs...
 
-
+
-2022-10-10 at 08:21:52 | INFO | Completed optimization. Total: 0 min 34 sec
+2022-10-10 at 08:59:02 | INFO | Completed optimization. Total: 0 min 30 sec
 
 
@@ -2340,63 +2340,63 @@

3.3 ODE parameter estimation
-2022-10-10 at 08:22:44 | INFO |
+2022-10-10 at 09:00:05 | INFO |
 <SIR-F Model: parameter estimation>
-2022-10-10 at 08:22:44 | INFO | Running optimization with 2 CPUs...
+2022-10-10 at 09:00:05 | INFO | Running optimization with 2 CPUs...
 
-
+
@@ -3863,63 +3864,63 @@

4-6. Tracking of ODE parameters -{"state": {"c713dd120e3a495094d6a2c158a56039": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "1e06c59444094a40bc4896657d530667": {"model_name": "ProgressStyleModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "StyleView", "bar_color": null, "description_width": ""}}, "cb0243c5d4af40bb850ab557c43d6509": {"model_name": "FloatProgressModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_allow_html": false, "layout": "IPY_MODEL_c713dd120e3a495094d6a2c158a56039", "max": 6.0, "min": 0.0, "orientation": "horizontal", "style": "IPY_MODEL_1e06c59444094a40bc4896657d530667", "tabbable": null, "tooltip": null, "value": 6.0}}, "f3134f6bb1a94abab6ba2bbfcb0b5a90": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "877a7257bc9b4bceab42768227df703e": {"model_name": "HTMLStyleModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "StyleView", "background": null, "description_width": "", "font_size": null, "text_color": null}}, "64489b12eccb463ea22a03fcef1c69e9": {"model_name": "HTMLModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "HTMLView", "description": "", "description_allow_html": false, "layout": "IPY_MODEL_f3134f6bb1a94abab6ba2bbfcb0b5a90", "placeholder": "\u200b", "style": "IPY_MODEL_877a7257bc9b4bceab42768227df703e", "tabbable": null, "tooltip": null, "value": "100%"}}, "382d01ea14224d599c75e6807e33c6a5": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "e463bcaca5c54e99990a2844f14d66de": {"model_name": "HTMLStyleModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "StyleView", "background": null, "description_width": "", "font_size": null, "text_color": null}}, "7f7e1bfae485403c9344b851bc3de4df": {"model_name": "HTMLModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "HTMLView", "description": "", "description_allow_html": false, "layout": "IPY_MODEL_382d01ea14224d599c75e6807e33c6a5", "placeholder": "\u200b", "style": "IPY_MODEL_e463bcaca5c54e99990a2844f14d66de", "tabbable": null, "tooltip": null, "value": " 6/6 [00:34<00:00, 6.92s/it]"}}, "d81de8ef076f4de69e77c4704d43ebdd": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "11f33f3d704546c49580aab6550fe9c9": {"model_name": "HBoxModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "HBoxView", "box_style": "", "children": ["IPY_MODEL_64489b12eccb463ea22a03fcef1c69e9", "IPY_MODEL_cb0243c5d4af40bb850ab557c43d6509", "IPY_MODEL_7f7e1bfae485403c9344b851bc3de4df"], "layout": "IPY_MODEL_d81de8ef076f4de69e77c4704d43ebdd", "tabbable": null, "tooltip": null}}, "eba0acf65a0943798e61b0fece739c06": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "793c9872a2c242ef90d83dd39d9f753c": {"model_name": "ProgressStyleModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "StyleView", "bar_color": null, "description_width": ""}}, "c11456a0b0d5498da64a250a37f004c4": {"model_name": "FloatProgressModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_allow_html": false, "layout": "IPY_MODEL_eba0acf65a0943798e61b0fece739c06", "max": 45.0, "min": 0.0, "orientation": "horizontal", "style": "IPY_MODEL_793c9872a2c242ef90d83dd39d9f753c", "tabbable": null, "tooltip": null, "value": 45.0}}, "113ab34815f148aaba981686101922cb": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "71ca5721d019471a8105ef6d0d8d985e": {"model_name": "HTMLStyleModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "StyleView", "background": null, "description_width": "", "font_size": null, "text_color": null}}, "adfe69eb460a4d35aa0ae6c09566376d": {"model_name": "HTMLModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "HTMLView", "description": "", "description_allow_html": false, "layout": "IPY_MODEL_113ab34815f148aaba981686101922cb", "placeholder": "\u200b", "style": "IPY_MODEL_71ca5721d019471a8105ef6d0d8d985e", "tabbable": null, "tooltip": null, "value": "100%"}}, "7c5b572e968840b2b0a5e45bc0166fe0": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "9c309301354443bb86fa1ac0e2647f0c": {"model_name": "HTMLStyleModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "StyleView", "background": null, "description_width": "", "font_size": null, "text_color": null}}, "355051414e794e158285eee4d47ac246": {"model_name": "HTMLModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "HTMLView", "description": "", "description_allow_html": false, "layout": "IPY_MODEL_7c5b572e968840b2b0a5e45bc0166fe0", "placeholder": "\u200b", "style": "IPY_MODEL_9c309301354443bb86fa1ac0e2647f0c", "tabbable": null, "tooltip": null, "value": " 45/45 [03:02<00:00, 4.14s/it]"}}, "9e6233270df343b394d583f1f90a3f13": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "f95ce48396df47aa80479900cb316c01": {"model_name": "HBoxModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "HBoxView", "box_style": "", "children": ["IPY_MODEL_adfe69eb460a4d35aa0ae6c09566376d", "IPY_MODEL_c11456a0b0d5498da64a250a37f004c4", "IPY_MODEL_355051414e794e158285eee4d47ac246"], "layout": "IPY_MODEL_9e6233270df343b394d583f1f90a3f13", "tabbable": null, "tooltip": null}}}, "version_major": 2, "version_minor": 0} +{"state": {"2530ef04d101447b9aabe7620bb2852e": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "beef373f657e4565added642064a40e2": {"model_name": "ProgressStyleModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "StyleView", "bar_color": null, "description_width": ""}}, "8390cf8ef1d2409ebb1fd6ec6bb43802": {"model_name": "FloatProgressModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_allow_html": false, "layout": "IPY_MODEL_2530ef04d101447b9aabe7620bb2852e", "max": 6.0, "min": 0.0, "orientation": "horizontal", "style": "IPY_MODEL_beef373f657e4565added642064a40e2", "tabbable": null, "tooltip": null, "value": 6.0}}, "07c948a18fcf4b958ad92926c6db536b": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "ae8892e44e0b4a16bde2f7e0e6c00005": {"model_name": "HTMLStyleModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "StyleView", "background": null, "description_width": "", "font_size": null, "text_color": null}}, "45ea345e594244a3afdfe8cca375a800": {"model_name": "HTMLModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "HTMLView", "description": "", "description_allow_html": false, "layout": "IPY_MODEL_07c948a18fcf4b958ad92926c6db536b", "placeholder": "\u200b", "style": "IPY_MODEL_ae8892e44e0b4a16bde2f7e0e6c00005", "tabbable": null, "tooltip": null, "value": "100%"}}, "2b3fab2739bf472096bd1d53e07c17d9": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "2edc5e4f03624c08ae5989caca6bb35d": {"model_name": "HTMLStyleModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "StyleView", "background": null, "description_width": "", "font_size": null, "text_color": null}}, "f39bde1125d24664a41b0012b4e0df6c": {"model_name": "HTMLModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "HTMLView", "description": "", "description_allow_html": false, "layout": "IPY_MODEL_2b3fab2739bf472096bd1d53e07c17d9", "placeholder": "\u200b", "style": "IPY_MODEL_2edc5e4f03624c08ae5989caca6bb35d", "tabbable": null, "tooltip": null, "value": " 6/6 [00:30<00:00, 4.51s/it]"}}, "2d32029c706346109d2ccf974650a228": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "11bb0c51e56a4251b0d0005a679acd1b": {"model_name": "HBoxModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "HBoxView", "box_style": "", "children": ["IPY_MODEL_45ea345e594244a3afdfe8cca375a800", "IPY_MODEL_8390cf8ef1d2409ebb1fd6ec6bb43802", "IPY_MODEL_f39bde1125d24664a41b0012b4e0df6c"], "layout": "IPY_MODEL_2d32029c706346109d2ccf974650a228", "tabbable": null, "tooltip": null}}, "7a0a169275eb4f48b4c60377aca198f3": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "643b6f5e25e946e7a4356c91de296e1e": {"model_name": "ProgressStyleModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "StyleView", "bar_color": null, "description_width": ""}}, "ba3d08ac08f348619c23ae8e6d66e415": {"model_name": "FloatProgressModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_allow_html": false, "layout": "IPY_MODEL_7a0a169275eb4f48b4c60377aca198f3", "max": 45.0, "min": 0.0, "orientation": "horizontal", "style": "IPY_MODEL_643b6f5e25e946e7a4356c91de296e1e", "tabbable": null, "tooltip": null, "value": 45.0}}, "5b0c57efb96a4f6f8018498a98b1f259": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "6a234bd325ea4a17ba9b9e475b64f236": {"model_name": "HTMLStyleModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "StyleView", "background": null, "description_width": "", "font_size": null, "text_color": null}}, "3aed6107e7dc43eda2b582bae7a2a4e4": {"model_name": "HTMLModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "HTMLView", "description": "", "description_allow_html": false, "layout": "IPY_MODEL_5b0c57efb96a4f6f8018498a98b1f259", "placeholder": "\u200b", "style": "IPY_MODEL_6a234bd325ea4a17ba9b9e475b64f236", "tabbable": null, "tooltip": null, "value": "100%"}}, "bd7c966e1fa943959575cf26b051e33a": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "a2ba202ad3fc4aebb82cee5ebab031cf": {"model_name": "HTMLStyleModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "StyleView", "background": null, "description_width": "", "font_size": null, "text_color": null}}, "4cdfc295a25b471da852b43bf325e331": {"model_name": "HTMLModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "HTMLView", "description": "", "description_allow_html": false, "layout": "IPY_MODEL_bd7c966e1fa943959575cf26b051e33a", "placeholder": "\u200b", "style": "IPY_MODEL_a2ba202ad3fc4aebb82cee5ebab031cf", "tabbable": null, "tooltip": null, "value": " 45/45 [03:14<00:00, 3.91s/it]"}}, "5e81ce12b88f48c2970ab50e5a5ed2c7": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "5c0e573c262249fdab605c850f3c176b": {"model_name": "HBoxModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "HBoxView", "box_style": "", "children": ["IPY_MODEL_3aed6107e7dc43eda2b582bae7a2a4e4", "IPY_MODEL_ba3d08ac08f348619c23ae8e6d66e415", "IPY_MODEL_4cdfc295a25b471da852b43bf325e331"], "layout": "IPY_MODEL_5e81ce12b88f48c2970ab50e5a5ed2c7", "tabbable": null, "tooltip": null}}}, "version_major": 2, "version_minor": 0} diff --git a/docs/05_scenario_analysis.html b/docs/05_scenario_analysis.html index 3de8beee5..90273af36 100644 --- a/docs/05_scenario_analysis.html +++ b/docs/05_scenario_analysis.html @@ -466,23 +466,23 @@

1.1 With dataset of recommended servers
-2022-10-10 at 08:27:06 | INFO |
+2022-10-10 at 09:04:59 | INFO |
 <SIR-F Model: parameter estimation>
-2022-10-10 at 08:27:06 | INFO | Running optimization with 2 CPUs...
+2022-10-10 at 09:04:59 | INFO | Running optimization with 2 CPUs...
 
-
+
-2022-10-10 at 08:30:25 | INFO | Completed optimization. Total: 3 min 19 sec
+2022-10-10 at 09:08:27 | INFO | Completed optimization. Total: 3 min 27 sec
 
 
@@ -571,71 +571,71 @@

1.1 With dataset of recommended servers
-2022-10-10 at 08:30:31 | ERROR | validation of end failed
+2022-10-10 at 09:08:35 | ERROR | validation of end failed
 
@@ -1279,28 +1279,28 @@

2.4 Adjustment of the last dates - +
- - - - - - - - - - - - - + + + + + + + + + + + + + @@ -1322,120 +1322,120 @@

2.4 Adjustment of the last datesBaseline -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
   StartEndRtthetakapparhosigmaalpha1 [-]1/alpha2 [day]1/beta [day]1/gamma [day]ODEtauStartEndRtthetakapparhosigmaalpha1 [-]1/alpha2 [day]1/beta [day]1/gamma [day]ODEtau
Scenario0th2022-01-01 00:00:002022-01-31 00:00:002.5000000.0020000.0050000.2000000.0750000.002000200513SIR-F Model1440
Lockdown0th2022-01-01 00:00:002022-01-31 00:00:002.5000000.0020000.0050000.2000000.0750000.002000200513SIR-F Model1440
1st2022-02-01 00:00:002022-06-30 00:00:001.2500000.0020000.0050000.1000000.0750000.0020002001013SIR-F Model1440
Medicine0th2022-01-01 00:00:002022-01-31 00:00:002.5000000.0020000.0050000.2000000.0750000.002000200513SIR-F Model1440
1st2022-02-01 00:00:002022-06-30 00:00:001.3100000.0020000.0025000.2000000.1500000.00200040057SIR-F Model1440
Vaccine0th2022-01-01 00:00:002022-01-31 00:00:002.5000000.0020000.0050000.2000000.0750000.002000200513SIR-F Model1440
1st2022-02-01 00:00:002022-06-30 00:00:001.7200000.0020000.0030000.1600000.0900000.002000333611SIR-F Model1440Baseline0th2022-01-01 00:00:002022-01-31 00:00:002.5000000.0020000.0050000.2000000.0750000.002000200513SIR-F Model1440
Lockdown0th2022-01-01 00:00:002022-01-31 00:00:002.5000000.0020000.0050000.2000000.0750000.002000200513SIR-F Model1440
1st2022-02-01 00:00:002022-06-30 00:00:001.2500000.0020000.0050000.1000000.0750000.0020002001013SIR-F Model1440
Medicine0th2022-01-01 00:00:002022-01-31 00:00:002.5000000.0020000.0050000.2000000.0750000.002000200513SIR-F Model1440
1st2022-02-01 00:00:002022-06-30 00:00:001.3100000.0020000.0025000.2000000.1500000.00200040057SIR-F Model1440
Vaccine0th2022-01-01 00:00:002022-01-31 00:00:002.5000000.0020000.0050000.2000000.0750000.002000200513SIR-F Model1440
1st2022-02-01 00:00:002022-06-30 00:00:001.7200000.0020000.0030000.1600000.0900000.002000333611SIR-F Model1440

@@ -1454,10 +1454,10 @@

2.4 Adjustment of the last dates
-2022-10-10 at 08:30:32 | ERROR | validation of end failed
-2022-10-10 at 08:30:32 | ERROR | validation of end failed
-2022-10-10 at 08:30:32 | ERROR | validation of end failed
-2022-10-10 at 08:30:32 | ERROR | validation of end failed
+2022-10-10 at 09:08:37 | ERROR | validation of end failed
+2022-10-10 at 09:08:37 | ERROR | validation of end failed
+2022-10-10 at 09:08:37 | ERROR | validation of end failed
+2022-10-10 at 09:08:37 | ERROR | validation of end failed
 
@@ -1466,28 +1466,28 @@

2.4 Adjustment of the last dates - +
- - - - - - - - - - - - - + + + + + + + + + + + + + @@ -1509,120 +1509,120 @@

2.4 Adjustment of the last datesBaseline -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
   StartEndRtthetakapparhosigmaalpha1 [-]1/alpha2 [day]1/beta [day]1/gamma [day]ODEtauStartEndRtthetakapparhosigmaalpha1 [-]1/alpha2 [day]1/beta [day]1/gamma [day]ODEtau
Scenario0th2022-01-01 00:00:002022-06-30 00:00:002.5000000.0020000.0050000.2000000.0750000.002000200513SIR-F Model1440
Lockdown0th2022-01-01 00:00:002022-01-31 00:00:002.5000000.0020000.0050000.2000000.0750000.002000200513SIR-F Model1440
1st2022-02-01 00:00:002022-06-30 00:00:001.2500000.0020000.0050000.1000000.0750000.0020002001013SIR-F Model1440
Medicine0th2022-01-01 00:00:002022-01-31 00:00:002.5000000.0020000.0050000.2000000.0750000.002000200513SIR-F Model1440
1st2022-02-01 00:00:002022-06-30 00:00:001.3100000.0020000.0025000.2000000.1500000.00200040057SIR-F Model1440
Vaccine0th2022-01-01 00:00:002022-01-31 00:00:002.5000000.0020000.0050000.2000000.0750000.002000200513SIR-F Model1440
1st2022-02-01 00:00:002022-06-30 00:00:001.7200000.0020000.0030000.1600000.0900000.002000333611SIR-F Model1440Baseline0th2022-01-01 00:00:002022-06-30 00:00:002.5000000.0020000.0050000.2000000.0750000.002000200513SIR-F Model1440
Lockdown0th2022-01-01 00:00:002022-01-31 00:00:002.5000000.0020000.0050000.2000000.0750000.002000200513SIR-F Model1440
1st2022-02-01 00:00:002022-06-30 00:00:001.2500000.0020000.0050000.1000000.0750000.0020002001013SIR-F Model1440
Medicine0th2022-01-01 00:00:002022-01-31 00:00:002.5000000.0020000.0050000.2000000.0750000.002000200513SIR-F Model1440
1st2022-02-01 00:00:002022-06-30 00:00:001.3100000.0020000.0025000.2000000.1500000.00200040057SIR-F Model1440
Vaccine0th2022-01-01 00:00:002022-01-31 00:00:002.5000000.0020000.0050000.2000000.0750000.002000200513SIR-F Model1440
1st2022-02-01 00:00:002022-06-30 00:00:001.7200000.0020000.0030000.1600000.0900000.002000333611SIR-F Model1440

@@ -2426,7 +2426,7 @@

3.4 Get representative scenario -{"state": {"4d3c99cef0c743b8854e5733ea6e622e": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "825da891ee0a4a318c594de55e7aee12": {"model_name": "ProgressStyleModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "StyleView", "bar_color": null, "description_width": ""}}, "4ff28c01631745abab0a130ee8888285": {"model_name": "FloatProgressModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_allow_html": false, "layout": "IPY_MODEL_4d3c99cef0c743b8854e5733ea6e622e", "max": 80.0, "min": 0.0, "orientation": "horizontal", "style": "IPY_MODEL_825da891ee0a4a318c594de55e7aee12", "tabbable": null, "tooltip": null, "value": 80.0}}, "4a8dede6912547ee8e7d995b56985a11": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "da0c4206174549a292f1f8f692cc2fbf": {"model_name": "HTMLStyleModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "StyleView", "background": null, "description_width": "", "font_size": null, "text_color": null}}, "d40f09636aac4be6b0b2e77d77cc14a4": {"model_name": "HTMLModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "HTMLView", "description": "", "description_allow_html": false, "layout": "IPY_MODEL_4a8dede6912547ee8e7d995b56985a11", "placeholder": "\u200b", "style": "IPY_MODEL_da0c4206174549a292f1f8f692cc2fbf", "tabbable": null, "tooltip": null, "value": "100%"}}, "f74285e6334d47e681859ed62eae863f": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "52b445706755468d81b361ec02c50500": {"model_name": "HTMLStyleModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "StyleView", "background": null, "description_width": "", "font_size": null, "text_color": null}}, "0a5fe66bc0b14840ad67954882c43f88": {"model_name": "HTMLModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "HTMLView", "description": "", "description_allow_html": false, "layout": "IPY_MODEL_f74285e6334d47e681859ed62eae863f", "placeholder": "\u200b", "style": "IPY_MODEL_52b445706755468d81b361ec02c50500", "tabbable": null, "tooltip": null, "value": " 80/80 [03:18<00:00, 2.49s/it]"}}, "57d69661a0e643338ae9732b59457239": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "f74e68e3ecea417db139c8c95d2eadc9": {"model_name": "HBoxModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "HBoxView", "box_style": "", "children": ["IPY_MODEL_d40f09636aac4be6b0b2e77d77cc14a4", "IPY_MODEL_4ff28c01631745abab0a130ee8888285", "IPY_MODEL_0a5fe66bc0b14840ad67954882c43f88"], "layout": "IPY_MODEL_57d69661a0e643338ae9732b59457239", "tabbable": null, "tooltip": null}}}, "version_major": 2, "version_minor": 0} +{"state": {"51f16de4459e4f06b2d41cb9519503d5": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "34f32aa46c30451f9f4df8181bc06c6c": {"model_name": "ProgressStyleModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "StyleView", "bar_color": null, "description_width": ""}}, "7b98bf15eef446f6b835e6266704c293": {"model_name": "FloatProgressModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_allow_html": false, "layout": "IPY_MODEL_51f16de4459e4f06b2d41cb9519503d5", "max": 80.0, "min": 0.0, "orientation": "horizontal", "style": "IPY_MODEL_34f32aa46c30451f9f4df8181bc06c6c", "tabbable": null, "tooltip": null, "value": 80.0}}, "9e8948eef1f7421d8d54ce8f592bf824": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "e17957c6e7624143a871f0eac4bd0774": {"model_name": "HTMLStyleModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "StyleView", "background": null, "description_width": "", "font_size": null, "text_color": null}}, "28ffe2d8a40742da9856383b6944ec14": {"model_name": "HTMLModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "HTMLView", "description": "", "description_allow_html": false, "layout": "IPY_MODEL_9e8948eef1f7421d8d54ce8f592bf824", "placeholder": "\u200b", "style": "IPY_MODEL_e17957c6e7624143a871f0eac4bd0774", "tabbable": null, "tooltip": null, "value": "100%"}}, "f5f29afac2e541ae9efc9e84bae57219": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "176dfab8dcca424dbbb05ec2dbde1b25": {"model_name": "HTMLStyleModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "StyleView", "background": null, "description_width": "", "font_size": null, "text_color": null}}, "a7f085eeae834da4913cbfc16017032f": {"model_name": "HTMLModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "HTMLView", "description": "", "description_allow_html": false, "layout": "IPY_MODEL_f5f29afac2e541ae9efc9e84bae57219", "placeholder": "\u200b", "style": "IPY_MODEL_176dfab8dcca424dbbb05ec2dbde1b25", "tabbable": null, "tooltip": null, "value": " 80/80 [03:27<00:00, 2.21s/it]"}}, "c9f385c793eb4e2e801369386ec04b49": {"model_name": "LayoutModel", "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "state": {"_model_module": "@jupyter-widgets/base", "_model_module_version": "2.0.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "2.0.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border_bottom": null, "border_left": null, "border_right": null, "border_top": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null}}, "bcbea821edf04d918078ad2acba509aa": {"model_name": "HBoxModel", "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "state": {"_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "2.0.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "2.0.0", "_view_name": "HBoxView", "box_style": "", "children": ["IPY_MODEL_28ffe2d8a40742da9856383b6944ec14", "IPY_MODEL_7b98bf15eef446f6b835e6266704c293", "IPY_MODEL_a7f085eeae834da4913cbfc16017032f"], "layout": "IPY_MODEL_c9f385c793eb4e2e801369386ec04b49", "tabbable": null, "tooltip": null}}}, "version_major": 2, "version_minor": 0} diff --git a/docs/06_prediction.html b/docs/06_prediction.html index 74f939ce0..b3f14c86d 100644 --- a/docs/06_prediction.html +++ b/docs/06_prediction.html @@ -446,23 +446,23 @@

ODE parameter prediction
-2022-10-10 at 08:31:39 | INFO |
+2022-10-10 at 09:09:57 | INFO |
 <SIR-F Model: parameter estimation>
-2022-10-10 at 08:31:39 | INFO | Running optimization with 2 CPUs...
+2022-10-10 at 09:09:57 | INFO | Running optimization with 2 CPUs...
 
-
+
-2022-10-10 at 08:34:42 | INFO | Completed optimization. Total: 3 min  2 sec
+2022-10-10 at 09:12:51 | INFO | Completed optimization. Total: 2 min 54 sec
 
 
@@ -528,15 +528,15 @@

ODE parameter prediction
-2022-10-10 at 08:34:50 | ERROR | validation of end failed
-2022-10-10 at 08:34:50 | ERROR | validation of end failed
+2022-10-10 at 09:13:04 | ERROR | validation of end failed
+2022-10-10 at 09:13:04 | ERROR | validation of end failed
 
@@ -1658,143 +1586,143 @@

1. Time-series prediction withOUT indicators - +
- - - - + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + +
 PCfeatureloadingtypePCfeatureloadingtype
01Tests0.393498best01Tests0.393498best
11Contact_tracing-0.360204weak11Contact_tracing-0.360204weak
21Vaccinated_full0.362513weak21Vaccinated_full0.362513weak
31Vaccinated_once0.378863weak31Vaccinated_once0.378863weak
41Vaccinations0.316581weak41Vaccinations0.316581weak
51Vaccinations_boosters0.309962weak51Vaccinations_boosters0.309962weak
62Stringency_index-0.517198best62Stringency_index-0.517198best
72International_movement_restrictions-0.505709weak72International_movement_restrictions-0.505709weak
83School_closing-0.550877best83School_closing-0.550877best
94Workplace_closing0.640622best94Workplace_closing0.640622best
105Cancel_events0.536279best105Cancel_events0.536279best
116Information_campaigns-0.605424best116Information_campaigns-0.605424best
127Transport_closing-0.550400best127Transport_closing-0.550400best
138Testing_policy0.595597best138Testing_policy0.595597best
148Gatherings_restrictions-0.404425weak148Gatherings_restrictions-0.404425weak
159Internal_movement_restrictions0.600160best159Internal_movement_restrictions0.600160best
1610Stay_home_restrictions0.599752best1610Stay_home_restrictions0.599752best

@@ -2466,7 +2394,7 @@

2-2. Future values of indicators
-2022-10-10 at 08:35:24 | ERROR | validation of end failed
-2022-10-10 at 08:35:25 | ERROR | validation of end failed
-2022-10-10 at 08:35:25 | ERROR | validation of end failed
+2022-10-10 at 09:13:49 | ERROR | validation of end failed
+2022-10-10 at 09:13:49 | ERROR | validation of end failed
+2022-10-10 at 09:13:49 | ERROR | validation of end failed
 
@@ -2999,35 +2981,35 @@

3. Compare scenarios max(Infected) argmax(Infected) - Confirmed on 06Dec2022 - Infected on 06Dec2022 - Fatal on 06Dec2022 + Confirmed on 08Dec2022 + Infected on 08Dec2022 + Fatal on 08Dec2022 Baseline - 3563952.0 + 3628645.0 2022-08-09 - 22061044 - 143358.0 - 48209.0 + 22243423 + 54975.0 + 47604.0 Predicted - 3563952.0 + 3628645.0 2022-08-09 - 22014761 - 127220.0 - 47879.0 + 22459546 + 123902.0 + 48008.0 Predicted_with_X - 3563952.0 + 3628645.0 2022-08-09 - 22061880 - 143247.0 - 48211.0 + 22243778 + 54966.0 + 47613.0 @@ -3035,7 +3017,7 @@

3. Compare scenarios

Thank you!

diff --git a/docs/_images/04_phase_dependent_101_0.png b/docs/_images/04_phase_dependent_101_0.png index c00b20f90..b6f05a8a0 100644 Binary files a/docs/_images/04_phase_dependent_101_0.png and b/docs/_images/04_phase_dependent_101_0.png differ diff --git a/docs/_images/04_phase_dependent_102_0.png b/docs/_images/04_phase_dependent_102_0.png index 871621f04..1cf539d35 100644 Binary files a/docs/_images/04_phase_dependent_102_0.png and b/docs/_images/04_phase_dependent_102_0.png differ diff --git a/docs/_images/04_phase_dependent_104_0.png b/docs/_images/04_phase_dependent_104_0.png index 93f1aee90..c498c5fc0 100644 Binary files a/docs/_images/04_phase_dependent_104_0.png and b/docs/_images/04_phase_dependent_104_0.png differ diff --git a/docs/_images/04_phase_dependent_105_0.png b/docs/_images/04_phase_dependent_105_0.png index 9d1b05ba1..4c82d2b92 100644 Binary files a/docs/_images/04_phase_dependent_105_0.png and b/docs/_images/04_phase_dependent_105_0.png differ diff --git a/docs/_images/04_phase_dependent_107_0.png b/docs/_images/04_phase_dependent_107_0.png index 4d296984c..bd6038bfb 100644 Binary files a/docs/_images/04_phase_dependent_107_0.png and b/docs/_images/04_phase_dependent_107_0.png differ diff --git a/docs/_images/04_phase_dependent_108_0.png b/docs/_images/04_phase_dependent_108_0.png index efbbace05..4fa22f4eb 100644 Binary files a/docs/_images/04_phase_dependent_108_0.png and b/docs/_images/04_phase_dependent_108_0.png differ diff --git a/docs/_images/04_phase_dependent_110_0.png b/docs/_images/04_phase_dependent_110_0.png index 9feb87993..778c28d08 100644 Binary files a/docs/_images/04_phase_dependent_110_0.png and b/docs/_images/04_phase_dependent_110_0.png differ diff --git a/docs/_images/04_phase_dependent_111_0.png b/docs/_images/04_phase_dependent_111_0.png index 9aab86c4d..36c0a10a6 100644 Binary files a/docs/_images/04_phase_dependent_111_0.png and b/docs/_images/04_phase_dependent_111_0.png differ diff --git a/docs/_images/04_phase_dependent_113_0.png b/docs/_images/04_phase_dependent_113_0.png index 3c040998b..19f9f0bc0 100644 Binary files a/docs/_images/04_phase_dependent_113_0.png and b/docs/_images/04_phase_dependent_113_0.png differ diff --git a/docs/_images/04_phase_dependent_88_0.png b/docs/_images/04_phase_dependent_88_0.png index 0e09e5732..7a7a5facf 100644 Binary files a/docs/_images/04_phase_dependent_88_0.png and b/docs/_images/04_phase_dependent_88_0.png differ diff --git a/docs/_images/04_phase_dependent_91_0.png b/docs/_images/04_phase_dependent_91_0.png index 83079257e..6909efcc0 100644 Binary files a/docs/_images/04_phase_dependent_91_0.png and b/docs/_images/04_phase_dependent_91_0.png differ diff --git a/docs/_images/04_phase_dependent_93_0.png b/docs/_images/04_phase_dependent_93_0.png index 1d18fe56c..93a35c8cf 100644 Binary files a/docs/_images/04_phase_dependent_93_0.png and b/docs/_images/04_phase_dependent_93_0.png differ diff --git a/docs/_images/04_phase_dependent_95_0.png b/docs/_images/04_phase_dependent_95_0.png index a31eb9b1f..f2743be34 100644 Binary files a/docs/_images/04_phase_dependent_95_0.png and b/docs/_images/04_phase_dependent_95_0.png differ diff --git a/docs/_images/05_scenario_analysis_7_0.png b/docs/_images/05_scenario_analysis_7_0.png index 3708fcad9..41cc2a8a0 100644 Binary files a/docs/_images/05_scenario_analysis_7_0.png and b/docs/_images/05_scenario_analysis_7_0.png differ diff --git a/docs/_images/05_scenario_analysis_9_1.png b/docs/_images/05_scenario_analysis_9_1.png index c6b364fe5..203ff6258 100644 Binary files a/docs/_images/05_scenario_analysis_9_1.png and b/docs/_images/05_scenario_analysis_9_1.png differ diff --git a/docs/_images/06_prediction_15_0.png b/docs/_images/06_prediction_15_0.png index d12e879c8..0eabdf779 100644 Binary files a/docs/_images/06_prediction_15_0.png and b/docs/_images/06_prediction_15_0.png differ diff --git a/docs/_images/06_prediction_31_0.png b/docs/_images/06_prediction_31_0.png index 2ab9ab909..a89ae2ab8 100644 Binary files a/docs/_images/06_prediction_31_0.png and b/docs/_images/06_prediction_31_0.png differ diff --git a/docs/_images/06_prediction_33_0.png b/docs/_images/06_prediction_33_0.png index faeea2c47..f776bdd74 100644 Binary files a/docs/_images/06_prediction_33_0.png and b/docs/_images/06_prediction_33_0.png differ diff --git a/docs/searchindex.js b/docs/searchindex.js index be58a6e15..3402488c1 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["01_data_preparation", "02_data_engineering", "03_ode", "04_phase_dependent", "05_scenario_analysis", "06_prediction", "CODE_OF_CONDUCT", "CONTRIBUTING", "README", "SECURITY", "covsirphy", "covsirphy.downloading", "covsirphy.dynamics", "covsirphy.science", "covsirphy.util", "covsirphy.visualization", "index", "markdown/INSTALLATION", "markdown/TERM"], "filenames": ["01_data_preparation.ipynb", "02_data_engineering.ipynb", "03_ode.ipynb", "04_phase_dependent.ipynb", "05_scenario_analysis.ipynb", "06_prediction.ipynb", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "README.rst", "SECURITY.md", "covsirphy.rst", "covsirphy.downloading.rst", "covsirphy.dynamics.rst", "covsirphy.science.rst", "covsirphy.util.rst", "covsirphy.visualization.rst", "index.rst", "markdown/INSTALLATION.md", "markdown/TERM.md"], "titles": ["Data preparation", "Data engineering", "SIR-derived ODE models", "Phase-dependent SIR models", "Scenario analysis", "ODE parameter prediction", "Contributor Covenant Code of Conduct", "Contribution guideline", "CovsirPhy introduction", "Security policy", "covsirphy package", "covsirphy.downloading package", "covsirphy.dynamics package", "covsirphy.science package", "covsirphy.util package", "covsirphy.visualization package", "CovsirPhy introduction", "Installation", "Glossary"], "terms": {"The": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 15, 16, 17, 18], "first": [0, 3, 4, 5, 7, 8, 12, 13, 14, 15, 16, 17], "step": [0, 1, 3, 4, 7, 9, 18], "scienc": [0, 10, 16], "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18], "covsirphi": [0, 1, 2, 3, 4, 5, 9, 17, 18], "ha": [0, 1, 2, 3, 7, 13, 14, 15, 17], "follow": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 15, 16, 17], "three": [0, 12], "function": [0, 1, 3, 5, 8, 14, 15, 16], "server": [0, 11, 16], "datetim": [0, 4, 5], "import": [0, 1, 2, 3, 4, 5, 8, 14, 16, 17], "date": [0, 1, 2, 3, 5, 8, 11, 12, 13, 14, 15, 16, 18], "pprint": [0, 1, 2, 3], "numpi": [0, 1, 2, 5, 12, 13], "np": [0, 1, 2, 5, 12], "pd": [0, 4, 12, 13], "c": [0, 1, 2, 3, 4, 5, 8, 14, 16, 17], "__version__": [0, 1, 2, 3, 4, 5, 7, 8, 16, 17], "39": [0, 1, 2, 3, 4, 5], "0": [0, 1, 2, 3, 4, 5, 7, 10, 12, 13, 14, 15], "dev1": [0, 1, 2, 3, 4, 5], "version": [0, 2, 4, 6, 8, 10, 14, 16], "28": [0, 1, 3, 4, 5], "some": [0, 1, 2, 3, 4, 5, 7, 8, 14, 16, 18], "method": [0, 1, 2, 4, 5, 12, 14, 15, 18], "output": [0, 5, 7, 8, 14, 16], "inform": [0, 5, 6, 7, 8, 12, 13, 16], "us": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18], "loguru": 0, "librari": [0, 3, 8, 12, 16, 17], "which": [0, 1, 3, 4, 6, 8, 12, 13, 14, 16, 17, 18], "aim": 0, "bring": 0, "enjoy": 0, "log": [0, 15, 16], "python": [0, 3, 5, 8, 12, 16, 17], "we": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 14, 16, 17, 18], "can": [0, 1, 2, 3, 4, 5, 7, 8, 12, 13, 14, 16, 17, 18], "chang": [0, 1, 2, 4, 5, 7, 8, 12, 13, 14, 15, 16, 18], "level": [0, 1, 3, 6, 11, 13], "config": [0, 7, 10, 16], "default": [0, 1, 2, 3, 7, 12, 13, 14], "error": [0, 3, 4, 5, 7, 10, 16], "except": [0, 3, 5, 12, 13, 14], "warn": [0, 8, 14, 16, 17], "info": [0, 1, 3, 4, 5], "start": [0, 1, 2, 3, 4, 5, 7, 8, 12, 13, 14, 16], "optim": [0, 3, 4, 5, 12, 18], "debug": 0, "logger": 0, "covid": [0, 2, 3, 7, 8, 11, 12, 16, 17], "19": [0, 1, 2, 3, 4, 5, 7, 8, 11, 12, 16], "hub": [0, 11], "guidotti": 0, "e": [0, 2, 3, 6, 7, 9, 12, 14], "ardia": 0, "d": [0, 1, 3, 5, 12, 14, 16], "2020": [0, 3, 4, 5, 8, 16], "journal": 0, "open": [0, 6], "sourc": [0, 5, 10, 11, 12, 13, 14, 15], "softwar": 0, "5": [0, 4, 5, 12, 15, 16], "51": [0, 3, 5], "2376": 0, "doi": 0, "10": [0, 1, 2, 3, 4, 5, 12], "21105": 0, "joss": 0, "02376": 0, "jhu": [0, 2], "style": [0, 2, 3, 4, 5, 7], "valu": [0, 1, 2, 8, 11, 12, 13, 14, 15, 16, 18], "each": [0, 1, 3, 8, 13, 16], "countri": [0, 1, 3, 4, 8, 11, 13, 14, 16, 18], "provinc": [0, 1, 8, 11, 13, 14, 16], "govern": 0, "respons": [0, 9, 16], "tracker": 0, "oxcgrt": [0, 5], "test": [0, 1, 2, 3, 5, 11, 14, 16], "our": [0, 2, 5, 11, 16, 18], "world": [0, 11], "In": [0, 2, 6, 11], "hasel": 0, "j": 0, "mathieu": 0, "beltekian": 0, "et": 0, "al": 0, "A": [0, 2, 3, 14, 18], "cross": 0, "databas": [0, 1, 3, 5, 11], "sci": 0, "7": [0, 2, 3, 4, 5, 8, 12, 14, 16, 17], "345": 0, "http": [0, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17], "org": [0, 6, 7, 14, 15], "1038": 0, "s41597": 0, "020": 0, "00688": 0, "8": [0, 1, 2, 3, 4, 5, 7, 8, 16, 17], "vaccin": [0, 1, 5, 11, 14, 16], "peopl": [0, 2, 3, 11, 12], "who": [0, 2, 6, 11, 12], "receiv": [0, 9, 11], "googl": [0, 7, 8, 11, 16, 17], "cloud": 0, "platform": [0, 8, 16], "wahltinez": 0, "other": [0, 2, 5, 6, 13, 14, 15], "curat": 0, "fine": 0, "grain": 0, "global": [0, 1, 3], "scale": [0, 1, 5, 15], "repositori": [0, 1, 8, 16, 17], "sar": 0, "cov": [0, 7], "work": [0, 3, 5, 12], "progress": 0, "goo": 0, "gle": 0, "percentag": [0, 3, 13, 14], "baselin": [0, 4, 5, 8, 12, 13, 16], "visit": 0, "note": [0, 1, 2, 3, 4, 5, 7, 9, 12], "pleas": [0, 2, 3, 7, 8, 9, 13, 15, 16, 17], "refer": [0, 3, 8, 12, 13, 14, 15, 17], "term": [0, 3, 7, 10, 11, 12, 13, 15, 16, 18], "servic": 0, "advanc": [0, 6, 14, 17], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 12, 15, 16, 17, 18], "remov": [0, 2, 3, 5, 6, 7, 12, 14], "becaus": [0, 1, 2, 3, 4, 5, 12, 13, 14, 17, 18], "updat": [0, 1, 7, 11, 14], "github": [0, 1, 5, 7, 8, 9, 12, 13, 16, 17], "com": [0, 7, 8, 9, 12, 13, 16, 17], "lisphilar": [0, 6, 7, 8, 9, 12, 16, 17], "covid19": [0, 5, 7, 8, 9, 16, 17], "issu": [0, 2, 6, 8, 9, 16, 17], "1224": 0, "prospect": [0, 11], "2022": [0, 1, 3, 4, 5, 8, 16], "unit": [0, 1, 2, 3, 11, 18], "nation": [0, 6, 11], "depart": 0, "econom": [0, 6], "social": [0, 6], "affair": 0, "divis": [0, 1], "onlin": [0, 6], "edit": [0, 3, 6, 7], "hirokazu": [0, 8, 9, 16], "takaya": [0, 8, 9, 16], "japan": [0, 1, 3, 5, 8, 11, 13, 16], "tree": 0, "master": [0, 7, 9], "prefectur": [0, 1, 3, 11, 13], "metadata": 0, "regard": [0, 2, 4, 6, 12, 13, 18], "how": [0, 2, 3, 9, 14, 18], "request": [0, 9, 16], "new": [0, 1, 2, 3, 4, 5, 7, 8, 12, 13, 14, 16], "loader": [0, 7], "If": [0, 2, 3, 4, 7, 8, 9, 14, 15, 16, 17, 18], "you": [0, 1, 2, 3, 4, 5, 7, 8, 9, 16, 17], "want": [0, 4, 7], "your": [0, 3, 4, 7, 9], "analysi": [0, 1, 8, 12, 13, 14, 16, 18], "kindli": [0, 7, 9, 17], "u": [0, 2, 8, 16, 18], "dataload": 0, "guidelin": [0, 8, 16, 17], "contribut": [0, 6, 8, 9, 16, 17], "quickest": [0, 8, 16], "wai": [0, 3, 5], "eng": [0, 1, 3, 4], "covid19dh": [0, 1, 3, 5, 11], "owid": [0, 1, 5, 11], "08": [0, 1, 2, 3, 4, 5], "17": [0, 1, 2, 3, 4, 5], "50": [0, 3, 4, 5, 12], "covid19datahub": 0, "io": [0, 5, 12], "58": [0, 3, 5], "18": [0, 1, 2, 3, 4, 5], "00": [0, 3, 4, 5], "lt": [0, 1, 3, 4, 5], "engin": [0, 5, 8, 16], "0x7f0af2c26d60": 0, "gt": [0, 1, 3, 4, 5], "get": [0, 1, 3, 5, 12, 16], "all": [0, 1, 3, 4, 6, 7, 9, 11, 12, 13, 14, 15, 17, 18], "record": [0, 1, 2, 3, 4, 8, 12, 13, 14, 16, 17, 18], "all_df": 0, "overview": 0, "core": [0, 1], "frame": [0, 1], "rangeindex": [0, 1], "226891": [0, 1], "entri": [0, 1], "226890": [0, 1], "column": [0, 1, 3, 4, 5, 11, 12, 13, 14, 15], "27": [0, 1, 3, 4, 5], "non": [0, 1, 5, 12, 16], "null": [0, 1, 5], "count": [0, 1, 2, 3, 12], "dtype": [0, 1, 3, 5], "iso3": [0, 1, 11, 14], "categori": [0, 1], "citi": [0, 1, 11, 13, 14], "datetime64": [0, 1, 5], "n": [0, 1, 2, 3, 5, 14, 17], "cancel_ev": [0, 1, 5, 11], "178070": [0, 1], "float64": [0, 1, 5, 12], "confirm": [0, 1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 13, 14, 16, 18], "205577": [0, 1], "6": [0, 1, 4, 5, 16, 18], "contact_trac": [0, 1, 5, 11], "178013": [0, 1], "224419": [0, 1], "string": [0, 1, 11, 14], "fatal": [0, 1, 2, 3, 4, 5, 11, 12, 13, 14], "189037": [0, 1], "9": [0, 1, 2, 3, 4, 5, 12], "gatherings_restrict": [0, 1, 5, 11], "178049": [0, 1], "information_campaign": [0, 1, 5, 11], "178044": [0, 1], "11": [0, 1, 2, 3, 4, 5], "internal_movement_restrict": [0, 1, 5, 11], "178056": [0, 1], "12": [0, 1, 2, 3, 4, 5, 11], "international_movement_restrict": [0, 1, 5, 11], "178036": [0, 1], "13": [0, 1, 2, 3, 4, 5], "223427": [0, 1], "14": [0, 1, 2, 3, 4, 5], "product": [0, 1, 11, 14], "120930": [0, 1], "15": [0, 1, 2, 3, 4, 5], "recov": [0, 1, 2, 3, 4, 5, 11, 12, 13, 14], "71762": [0, 1], "16": [0, 1, 2, 3, 4, 5], "school_clos": [0, 1, 5, 11], "178088": [0, 1], "stay_home_restrict": [0, 1, 5, 11], "177980": [0, 1], "stringency_index": [0, 1, 5, 11], "178005": [0, 1], "testing_polici": [0, 1, 5, 11], "178026": [0, 1], "20": [0, 1, 2, 3, 4, 5], "86109": [0, 1], "21": [0, 1, 3, 4, 5], "transport_clos": [0, 1, 5, 11], "178042": [0, 1], "22": [0, 1, 3, 4, 5], "vaccinated_ful": [0, 1, 5, 11, 14], "49138": [0, 1], "23": [0, 1, 3, 4, 5], "vaccinated_onc": [0, 1, 5, 11, 14], "51722": [0, 1], "24": [0, 1, 3, 4, 5], "54420": [0, 1], "25": [0, 1, 3, 4, 5], "vaccinations_boost": [0, 1, 5, 11, 14], "27163": [0, 1], "26": [0, 1, 3, 4, 5], "workplace_clos": [0, 1, 5, 11], "178051": [0, 1], "memori": [0, 1], "usag": [0, 1, 13], "47": [0, 1, 3, 5], "mb": [0, 1], "citat": [0, 10, 11], "show": [0, 1, 2, 3, 4, 5, 6, 8, 12, 13, 14, 15, 16], "print": [0, 1, 3, 4], "join": [0, 7, 8, 14, 16], "34": [0, 1, 2, 3, 4, 5], "collect": [0, 11], "save": [0, 1, 4, 11, 15], "csv": [0, 14], "file": [0, 1, 4, 5, 7, 8, 13, 14, 16], "input": [0, 4, 5, 11], "directori": [0, 1, 4, 7, 11, 14], "argument": [0, 1, 2, 3, 5, 12, 13, 14, 15], "folder": 0, "current": [0, 3, 12, 13, 18], "last": [0, 1, 3, 5, 8, 12, 13, 16, 18], "modif": 0, "time": [0, 1, 2, 4, 8, 12, 14, 16, 17, 18], "within": [0, 6], "update_interv": [0, 11], "hour": [0, 18], "For": [0, 1, 3, 5, 6], "eg": [0, 1, 14], "state": [0, 1, 11], "avail": [0, 1, 6, 7, 8, 11, 12, 13, 16, 17], "eng_jpn": 0, "head": [0, 4], "06": [0, 1, 2, 3, 4, 5], "07": [0, 1, 2, 3, 4, 5], "jpn": [0, 4, 14], "aichi": 0, "01": [0, 3, 4, 5, 12, 14], "na": [0, 1, 3, 12, 14], "78": [0, 5], "none": [0, 1, 2, 3, 4, 5, 8, 11, 12, 13, 14, 15, 16], "row": [0, 1, 3, 4, 5], "usa": [0, 13], "eng_alabama": 0, "alabama": [0, 13], "autauga": 0, "03": [0, 3, 4, 5], "55869": 0, "68": [0, 3, 5], "98": [0, 3, 5], "73": [0, 3, 5], "61": [0, 3, 4, 5], "move": [0, 2], "forward": 0, "tutori": [0, 1, 5, 7, 17], "clean": [0, 3, 4, 5, 13, 16], "so": [0, 2, 4, 7, 14, 18], "explain": [0, 4, 5, 7, 8, 13, 14, 16], "dl": 0, "dl_df": 0, "layer": [0, 4, 11, 16], "have": [0, 1, 2, 4, 5, 6, 7, 8, 9, 12, 14, 16, 17], "instead": [0, 2, 4, 18], "categor": [0, 2, 12], "feb2020": 0, "project": [0, 6, 7, 8, 9, 16, 17, 18], "kaggl": [0, 2, 3, 8, 12, 16], "notebook": [0, 3, 7, 8, 12, 16], "help": 0, "kaggler": 0, "linelist": 0, "novel": 0, "corona": 0, "viru": [0, 2, 12], "2019": [0, 8, 16], "srk": 0, "forecast": [0, 5, 13, 18], "locat": [0, 5, 11, 13, 14, 15, 16], "dmitri": 0, "grechka": 0, "doe": [0, 2, 3, 5], "interfac": 0, "thei": [0, 2, 3, 5, 6, 9], "ar": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18], "howev": [0, 2, 7], "could": [0, 2, 6, 9], "done": [0, 14], "without": [0, 1, 2, 3, 6, 12, 13, 16, 18], "support": [0, 7, 17], "thank": [0, 1, 2, 3, 4, 5, 7, 9], "mai": [0, 1, 2, 3, 6, 7, 14], "need": [0, 2, 3, 4, 5, 8, 14, 16, 18], "own": 0, "includ": [0, 1, 2, 3, 4, 5, 6, 7, 8, 12, 13, 14, 15, 16], "format": [0, 1, 3], "At": [0, 4, 5], "health": 0, "under": [0, 18], "cc": 0, "BY": 0, "licens": 0, "just": [0, 3, 4, 14], "demonstr": [0, 3, 4, 5], "todai": [0, 12], "mp_cite": 0, "f": [0, 1, 3, 4, 5, 8, 12, 14, 16], "access": 0, "strftime": 0, "y": [0, 1, 2, 3, 5, 12, 13, 14, 15], "m": [0, 2, 3], "kraemer": 0, "tegal": 0, "pigott": 0, "dasgupta": 0, "sheldon": 0, "wilkinson": 0, "schultheiss": 0, "track": [0, 4, 12, 13, 16], "outbreak": [0, 2, 3, 7, 18], "epidemiolog": 0, "real": [0, 1, 3], "lancet": 0, "infecti": [0, 2, 8, 16], "diseas": [0, 2, 8, 16], "1016": 0, "s1473": 0, "3099": 0, "00359": 0, "european": 0, "centr": [0, 12], "prevent": [0, 2], "control": 0, "region": 0, "offic": 0, "europ": 0, "joint": 0, "dai": [0, 1, 2, 3, 4, 5, 8, 12, 13, 16, 18], "month": 0, "read_csv": 0, "pyarrow": 0, "deprec": [0, 14], "final": [0, 2, 4], "09": [0, 1, 3, 4, 5], "raw_url": 0, "raw": 0, "githubusercont": 0, "globaldothealth": 0, "main": [0, 14], "latest_deprec": 0, "69595": 0, "69594": 0, "36": [0, 3, 5], "id": [0, 14], "object": [0, 1, 3, 12, 13, 14, 15, 16], "statu": [0, 1, 3, 6], "country_iso3": 0, "ag": [0, 6], "gender": [0, 6], "date_onset": 0, "77": [0, 3], "date_confirm": 0, "symptom": 0, "hospitalis": 0, "date_hospitalis": 0, "35": [0, 3, 5], "isol": 0, "date_isol": 0, "outcom": 0, "contact_com": 0, "contact_id": 0, "contact_loc": 0, "travel_histori": 0, "travel_history_entri": 0, "travel_history_start": 0, "travel_history_loc": 0, "travel_history_countri": 0, "genomics_metadata": 0, "confirmation_method": 0, "source_ii": 0, "source_iii": 0, "29": [0, 3, 4, 5], "source_iv": 0, "30": [0, 1, 3, 4, 5, 8, 14, 16], "source_v": 0, "31": [0, 3, 4, 5], "source_vi": 0, "32": [0, 3, 4, 5], "source_vii": 0, "33": [0, 3, 5], "date_entri": 0, "date_death": 0, "83": [0, 3, 5], "date_last_modifi": 0, "review": [0, 6, 7], "n1": 0, "gui": 0, "": [0, 1, 2, 4, 6, 8, 12, 13, 14, 16], "st": [0, 14], "thoma": 0, "hospit": 0, "london": 0, "england": 0, "gbr": 0, "04": [0, 1, 2, 3, 4, 5], "05": [0, 1, 2, 3, 4, 5], "www": [0, 6, 7, 12], "gov": 0, "uk": [0, 1], "int": [0, 1, 3, 4, 5, 11, 12, 13, 14, 15], "emerg": [0, 3], "outbr": 0, "n2": 0, "n3": 0, "n4": 0, "male": 0, "n5": 0, "uniqu": [0, 4, 14], "arrai": [0, 13], "discard": 0, "suspect": 0, "omit_error": 0, "death": [0, 2], "analyz": [0, 1, 8, 12, 13, 16, 18], "skip": [0, 3, 4, 12, 14], "ppt": 0, "per": [0, 1, 14, 18], "protocol": [0, 11], "set": [0, 1, 2, 3, 6, 12, 13, 14, 15, 16, 18], "date_col": 0, "col": 0, "df": [0, 1, 2, 3, 4, 5, 13, 15], "loc": [0, 1, 2, 3, 4, 5], "renam": [0, 1, 4, 13], "isin": 0, "to_datetim": [0, 1], "date_min": 0, "min": [0, 1, 2, 3, 4, 5, 12, 13, 14, 15, 18], "axi": [0, 1, 3, 4, 5, 15], "date_recov": 0, "appli": [0, 1, 3, 5, 6, 14], "lambda": [0, 1, 4], "x": [0, 1, 2, 3, 4, 5, 7, 12, 13, 15], "els": [0, 12], "nat": 0, "fillna": [0, 1, 5], "unknown": 0, "ppt_df": 0, "copi": [0, 2, 3, 4, 5], "calcul": [0, 1, 2, 3, 12, 14, 18], "daili": [0, 1], "seri": [0, 1, 4, 8, 12, 13, 14, 15, 16, 18], "groupbi": 0, "name": [0, 1, 2, 3, 4, 5, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18], "c_df": 0, "abw": 0, "AND": 0, "r_df": 0, "au": 0, "melbourn": 0, "tur": 0, "f_df": 0, "bel": 0, "bra": 0, "caf": 0, "cod": 0, "combin": [0, 15], "cumul": [0, 1, 11], "combine_first": 0, "unstack": [0, 1], "asfreq": 0, "cumsum": 0, "stack": 0, "reorder_level": 0, "sort_index": 0, "reset_index": [0, 1, 4, 5], "all_df_citi": 0, "df2": 0, "as_index": 0, "fals": [0, 1, 2, 3, 4, 5, 12, 13, 14, 15], "sum": [0, 1, 2, 3], "insert": [0, 2, 4], "concat": 0, "convert_dtyp": 0, "69745": 0, "zmb": 0, "69746": 0, "69747": 0, "69748": 0, "69749": 0, "98000": 0, "check": [0, 1, 5, 8, 16, 17], "gi": 0, "convert_iso3": 0, "variabl": [0, 2, 4, 5, 11, 12, 13, 14, 15, 16, 18], "choropleth": [0, 1], "filenam": [0, 1, 4, 13, 14, 15], "titl": [0, 1, 2, 3, 4, 7, 8, 13, 14, 15, 16, 18], "map": [0, 1], "natur": [0, 1], "earth": [0, 1], "naturalearthdata": 0, "global_df": 0, "subset": [0, 3, 4, 5, 13, 14, 16], "geo": [0, 1, 3, 4, 5, 8, 13, 14, 16], "set_index": [0, 3], "astyp": [0, 1, 2, 5], "int64": [0, 1, 2, 5, 11, 12, 13], "tail": [0, 1, 2, 3, 4, 5], "line_plot": [0, 1, 2, 3, 4, 10, 13, 16], "necessari": [0, 1, 3, 4, 6, 7, 14], "later": [0, 2, 4, 7, 12, 13, 14], "wpp": [0, 11], "via": [0, 3, 5, 6, 7, 8, 9, 12, 16, 17], "specifi": [0, 1, 2, 3, 4, 5, 7, 12, 13, 14, 15], "code": [0, 7, 8, 9, 11, 12, 14, 16], "standard": [0, 5, 9, 13, 16], "autom": 0, "registr": 0, "rang": [0, 1, 3, 5, 12, 14], "reduc": [0, 3, 12, 13], "date_rang": [0, 1, 2, 3, 4, 5, 12, 13], "max": [0, 1, 3, 4, 5, 12, 13, 15, 18], "kind": [0, 1, 3, 12], "resampl": [0, 1], "displai": [0, 1, 3, 4, 5, 12, 13, 15], "38": [0, 3, 5], "un": [0, 2, 3, 7, 12, 13, 14], "44": [0, 3, 5], "wa": [0, 2, 3, 4, 5, 8, 9, 12, 13, 14, 16], "106445": 0, "afg": 0, "41128771": 0, "ago": 0, "35588987": 0, "aia": 0, "15857": 0, "alb": 0, "2842321": 0, "232": 0, "xkx": 0, "1659714": 0, "233": 0, "yem": 0, "33696614": 0, "234": 0, "zaf": 0, "59893885": 0, "235": 0, "20017675": 0, "236": 0, "zwe": [0, 1], "16320537": 0, "237": 0, "instanc": [0, 2, 3, 4, 6, 13, 14], "98119": 0, "98120": 0, "98121": 0, "98122": 0, "98123": 0, "98124": 0, "subclass": [0, 14], "odemodel": [0, 2, 4, 12, 13], "dynam": [0, 2, 4, 5, 10, 13, 16], "here": [0, 1, 3, 4, 5, 7, 8, 16], "creat": [0, 1, 3, 5, 6, 7, 8, 13, 14, 15, 16, 17], "tau": [0, 2, 4, 5, 12, 13, 14, 16, 18], "1440": [0, 2, 3, 4, 12, 18], "01jan2022": [0, 2, 3, 4], "30jun2022": [0, 3, 4], "paramet": [0, 2, 4, 8, 11, 12, 13, 14, 15, 16, 18], "preset": [0, 2, 3, 14], "solver": 0, "sirmodel": [0, 2, 3, 12], "from_sampl": [0, 2, 3, 4, 12], "initial_dict": [0, 2, 12], "infect": [0, 1, 3, 4, 5, 12, 13, 14, 16], "1000": [0, 2, 3, 4, 5], "suscept": [0, 1, 2, 3, 4, 5, 12, 13, 14], "999000": [0, 2, 3], "param_dict": [0, 2, 12, 14], "rho": [0, 2, 3, 4, 5, 12, 13], "sigma": [0, 2, 3, 4, 5, 12], "075": [0, 2, 3, 4], "solv": [0, 3, 12, 16], "one_df": 0, "02": [0, 3, 4, 5], "998787": 0, "1133": 0, "80": [0, 3, 4], "998546": 0, "1283": 0, "170": 0, "998273": 0, "1454": 0, "273": 0, "997964": 0, "1647": 0, "389": 0, "88354": [0, 2], "750": [0, 2], "910895": [0, 2], "88342": [0, 2], "708": [0, 2], "910950": [0, 2], "88329": [0, 2], "669": [0, 2], "911002": [0, 2], "88318": [0, 2], "632": [0, 2], "911050": [0, 2], "88307": [0, 2], "596": [0, 2, 5], "911096": [0, 2], "plot": [0, 3, 5, 15, 16], "depend": [0, 4, 8, 9, 12, 13, 16, 17], "two": [0, 2, 3, 4, 5, 15], "0th": [0, 4, 5, 12, 13, 16], "28feb2022": [0, 3], "1st": [0, 4, 5, 12, 13, 14, 16], "01mar2022": [0, 3], "th": [0, 3], "dyn": [0, 3], "summari": [0, 3, 4, 5, 8, 12, 13, 16], "end": [0, 1, 2, 3, 4, 5, 12, 13, 14], "rt": [0, 3, 4, 5, 8, 12, 13, 14, 16], "beta": [0, 2, 3, 4, 5, 7, 12, 13], "gamma": [0, 2, 3, 4, 5, 7, 12], "67": [0, 2, 3], "add": [0, 1, 3, 4, 5, 7, 8, 16], "setting_df": [0, 3], "181": [0, 3], "simul": [0, 2, 5, 8, 12, 13, 16, 18], "two_df": 0, "model_specif": [0, 3, 4, 12], "true": [0, 1, 2, 3, 4, 5, 7, 12, 13, 14, 15], "v": [0, 2, 4, 7, 14, 15, 16], "when": [0, 1, 2, 3, 4, 6, 7, 9, 11, 12, 13, 14, 15, 18], "specif": [0, 3, 6, 7, 12], "free": [0, 3, 6, 17], "r": [0, 1, 2, 4, 5, 8, 12, 14, 16], "assum": [0, 1, 3, 4], "sirf": [0, 1, 2, 3, 10, 16], "actual": [0, 2, 4, 8, 12, 13, 14, 16, 18], "observ": [0, 11, 12, 13, 16], "real_df": [0, 3], "With": [1, 16, 18], "prepar": [1, 2, 4, 5, 8, 9, 13, 16, 17], "dataset": [1, 2, 3, 5, 7, 8, 9, 11, 13, 14, 16, 18], "As": [1, 3, 4, 5], "next": [1, 2, 8, 9, 13, 16, 17], "perform": [1, 2, 3, 4, 5, 8, 12, 13, 16], "explanatori": 1, "from": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 15, 16, 18], "recommend": [1, 8, 11, 13, 16, 17], "an": [1, 2, 3, 4, 6, 7, 12, 13, 14], "exampl": [1, 3, 4, 5, 6, 7, 13, 14, 15, 17, 18], "dataengin": [1, 3, 4, 5, 13, 16], "download": [1, 3, 4, 5, 7, 8, 10, 16], "class": [1, 2, 3, 4, 5, 11, 12, 13, 14, 15, 16], "panda": [1, 3, 5, 11, 12, 13, 14, 15, 16], "datafram": [1, 3, 5, 11, 12, 13, 14, 15, 16], "total": [1, 2, 3, 4, 5, 13, 16], "popul": [1, 2, 3, 4, 5, 11, 13, 14, 16], "By": 1, "list": [1, 3, 4, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18], "convert_d": 1, "convert": [1, 3, 12, 14, 16, 18], "timestamp": [1, 3, 5, 11, 12, 13, 14, 15], "fill": [1, 12], "previou": [1, 2, 3, 18], "keyword": [1, 3, 5, 12, 13, 14, 15], "dayfirst": 1, "bool": [1, 3, 12, 13, 14, 15], "whether": [1, 3, 12, 13, 14, 15, 18], "dd": 1, "mm": 1, "tupl": [1, 3, 4, 12, 13, 14, 15], "str": [1, 3, 4, 5, 10, 11, 12, 13, 14, 15], "226957": 1, "226956": 1, "regist": [1, 3, 4, 12, 13, 14, 16], "number": [1, 3, 5, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18], "case": [1, 3, 5, 8, 11, 12, 13, 15, 16, 18], "requir": [1, 12, 14], "sir": [1, 4, 5, 7, 8, 9, 10, 16, 17, 18], "deriv": [1, 3, 4, 8, 12, 16, 18], "model": [1, 4, 5, 8, 12, 13, 16, 18], "main_vari": 1, "226952": 1, "14439018": 1, "14181450": 1, "257568": 1, "168971": 1, "5603": 1, "82994": 1, "226953": 1, "226954": 1, "14181363": 1, "257655": 1, "169057": 1, "5604": 1, "226955": 1, "recalcul": 1, "inverse_transform": [1, 3, 4, 12], "No": [1, 3, 5], "impact": [1, 2, 4, 5, 18], "diff": [1, 3], "suffix": [1, 14], "_diff": 1, "freq": [1, 5], "fill_valu": 1, "element": [1, 14], "wise": 1, "addit": [1, 3, 5, 16], "x1": 1, "x2": 1, "x3": 1, "mul": 1, "multipl": [1, 5, 14], "sub": [1, 3], "minuend": 1, "subtrahend": 1, "subtract": 1, "div": 1, "float": [1, 3, 4, 12, 13, 14, 15], "numer": [1, 3], "denomin": 1, "assign": [1, 2, 7], "kwarg": [1, 3, 5, 11, 12, 13, 14, 15], "confirmed_diff": 1, "87": [1, 3], "88597": 1, "88598": 1, "21376598592": 1, "21383819070": 1, "positive_r": 1, "positive_rate_": 1, "100": [1, 4, 5], "2379907": 1, "822608": 1, "826263": 1, "return": [1, 5, 10, 11, 12, 13, 14, 15], "select": [1, 3, 4, 7, 11, 12, 13, 14], "top": [1, 5, 7, 11, 13, 14], "start_dat": [1, 3, 12, 14], "like": [1, 3, 7, 10, 12, 13, 14], "22jan2020": [1, 14], "end_dat": [1, 13, 14], "01feb2020": [1, 14], "zimbabw": 1, "53": [1, 3, 5], "4734920": 1, "6421140": 1, "12176509": 1, "1020449": 1, "4736084": 1, "6421874": 1, "12179421": 1, "1021463": 1, "onli": [1, 18], "should": [1, 2, 3, 17, 18], "adequ": 1, "kanagawa": 1, "tokyo": [1, 3, 13], "addition": [1, 3], "figur": [1, 3, 5, 12, 13, 15, 18], "logscal": 1, "log10": [1, 3, 12], "geojson": [1, 14], "natural_earth": 1, "extens": [1, 14], "automat": [1, 4, 5, 13, 15], "determin": [1, 3, 6, 9, 13, 14, 15, 18], "matplotlib": [1, 5, 12, 15], "pyplot": [1, 5, 15], "savefig": [1, 15], "legend": [1, 3, 12, 15], "easier": 1, "load": [1, 5, 13], "kingdom": 1, "filter": [1, 14], "recovery_period": 1, "expect": [1, 3, 6, 14], "interv": [1, 3, 11, 12], "max_ignor": 1, "ignor": [1, 2, 7, 13, 14, 18], "max_ending_unupd": 1, "full": [1, 8, 16], "where": [1, 2, 3], "upper_limit_dai": 1, "maximum": [1, 3, 12, 14], "valid": [1, 4, 5, 10, 16], "partial": 1, "90": [1, 5], "lower_limit_dai": 1, "minimum": [1, 3, 5, 12], "upper_percentag": 1, "fraction": 1, "greater": 1, "than": [1, 2, 3, 12, 18], "lower_percentag": 1, "less": [1, 12], "yokohama": 1, "kawasaki": 1, "without_df": 1, "status_dict": 1, "with_df": 1, "WITH": 1, "monoton": [1, 3], "increas": [1, 2, 3, 4], "fulli": [1, 3], "full_recov": 1, "monotonic_confirm": 1, "monotonic_fat": 1, "monotonic_recov": 1, "partial_recov": 1, "report": [1, 2, 6, 7, 16], "sometim": [1, 2], "decreas": [1, 2, 3, 4], "accident": 1, "do": [1, 2, 6, 7, 14, 17], "possibl": [1, 7, 9], "forc": [1, 15], "estim": [1, 2, 4, 5, 8, 12, 14, 16, 18], "averag": [1, 2], "extrapol": 1, "what": [1, 3, 6, 17], "defin": [1, 2, 4, 6, 7, 12, 15, 16, 18], "between": [1, 3, 12, 18], "subject": [1, 18], "mode": 1, "jpn_df": 1, "_": [1, 3, 4, 5, 15], "dt": [1, 2], "pivot_t": 1, "index": [1, 2, 3, 4, 5, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18], "interpol": 1, "limit_area": 1, "insid": 1, "dropna": [1, 3], "elaps": [1, 14], "mode_valu": 1, "round": [1, 3, 5, 12, 13, 14], "mean": [1, 2, 3, 4, 5, 12, 13, 14, 18], "hist": 1, "histogram": 1, "subset_alia": 1, "up": [1, 7, 14], "sub1": 1, "uk_with": 1, "retriev": [1, 7, 16], "sub2": 1, "comparison": [1, 3, 12], "equal": [1, 3, 12, 18], "cifr": 1, "equival": 1, "cirf": 1, "21171011": 1, "774200": [1, 3], "20351654": [1, 3], "45157": [1, 3], "21204451": 1, "744752": [1, 3], "20414451": [1, 3], "45248": [1, 3], "21233894": 1, "733347": [1, 3], "20455226": [1, 3], "45321": [1, 3], "21260679": 1, "722112": [1, 3], "20493163": [1, 3], "45404": [1, 3], "21283475": 1, "684210": [1, 3], "20553804": [1, 3], "45461": [1, 3], "alias": [1, 14], "variables_alia": 1, "t": [1, 2, 3, 14], "cfr": 1, "cr": 1, "p": [1, 3, 5, 14], "content": [1, 7], "jp": [1, 6], "75172266": [1, 5], "163327": 1, "75284014": [1, 5], "165941": 1, "75422826": [1, 5], "15314": 1, "75474171": [1, 5], "169477": 1, "19968": 1, "lineplot": [1, 15], "line_df": 1, "posit": [1, 2, 3, 6], "rate": [1, 2, 3, 5, 12, 18], "ylabel": [1, 2, 3, 15], "math_scal": [1, 2, 3, 15], "show_legend": [1, 3, 15], "lp": 1, "x_axi": [1, 15], "xlabel": [1, 2, 3, 15], "y_axi": [1, 15], "legend_hid": [1, 15], "scatter_plot": [1, 10, 16], "scatterplot": [1, 15], "sc_df": 1, "inplac": 1, "xlim": [1, 3, 15], "sp": 1, "line_straight": [1, 15], "p1": [1, 15], "p2": [1, 15], "ordinari": [2, 12], "differenti": [2, 12], "equat": [2, 3, 12], "epidemiologi": 2, "also": [2, 3, 8, 16], "compart": 2, "understand": 2, "mathemat": 2, "enabl": [2, 8, 15, 16, 18], "describ": [2, 5, 8, 13, 16], "complic": 2, "system": [2, 3], "simpli": 2, "studi": [2, 18], "predict": [2, 3, 8, 12, 13, 16, 18], "deepcopi": [2, 3], "simplest": [2, 3], "let": [2, 8, 16], "propos": 2, "kermack": 2, "w": [2, 14], "o": 2, "mckendrick": 2, "g": [2, 7, 12], "1927": 2, "meet": 2, "patient": 2, "begin": [2, 3], "align": [2, 3, 6, 13], "mathrm": [2, 3], "overset": 2, "longrightarrow": 2, "effect": [2, 3, 5, 12, 14, 18], "contact": [2, 3, 5, 6, 12, 17], "recoveri": [2, 3, 12, 16, 18], "mortal": [2, 12], "though": 2, "immun": 2, "cannot": [2, 3, 8, 12, 14, 16, 17], "To": [2, 3, 4, 5, 7, 17], "simplifi": [2, 3], "z": [2, 5, 7, 13], "result": [2, 3, 5, 6, 8, 12, 13, 16], "frac": [2, 3], "coeffici": [2, 3, 14], "integ": [2, 14, 15], "role": [2, 3], "larg": [2, 4, 5], "faster": 2, "di": 2, "child": [2, 12, 15], "initi": [2, 3, 12, 14, 18], "repr": 2, "10oct2022": 2, "08apr2023": 2, "divisor": [2, 3, 18], "oper": [2, 16], "31dec2022": 2, "720": 2, "directli": [2, 4, 15], "995_000": 2, "4_000": 2, "1_000": 2, "995000": 2, "4000": [2, 3], "dimensional_paramet": [2, 12], "sir_df": 2, "2023": 2, "y_integ": [2, 3, 15], "r_0": 2, "naught": 2, "secondari": 2, "caus": [2, 5], "host": 2, "extern": [2, 3], "link": [2, 7, 8, 14, 16], "part": [2, 5], "r0": [2, 12], "timedelta64": 2, "t0": 2, "argmin": 2, "ab": 2, "y0": 2, "vertic": [2, 3, 15], "line": [2, 3, 5, 12, 15, 16], "h": [2, 3, 15], "bbox_to_anchor": [2, 3, 15], "bbox_loc": [2, 3, 15], "upper": [2, 3, 12], "right": [2, 3, 6], "ncol": [2, 15], "measur": [2, 3, 8, 16, 18], "separ": [2, 3, 6], "call": [2, 5, 15], "alpha": [2, 5, 7, 14], "kappa": [2, 3, 4, 5, 12], "sirdmodel": [2, 12], "sird": [2, 10, 16], "005": [2, 3, 4], "sird_df": 2, "phase": [2, 4, 5, 8, 12, 13, 14, 16, 18], "mani": [2, 17, 18], "were": [2, 3, 7, 8, 13, 14, 16], "after": [2, 7, 12, 13], "consid": [2, 3, 6, 18], "ad": [2, 5, 7], "origin": [2, 7, 8, 12, 16], "alpha_": 2, "differ": [2, 3, 5, 6, 12, 18], "develop": [2, 4, 7, 9, 13], "ast": [2, 13], "alpha_1": [2, 3], "alpha_2": [2, 3], "direct": [2, 5, 12], "probabl": [2, 12], "carrier": 2, "anyon": 2, "themselv": 2, "know": [2, 3, 8, 16], "about": [2, 3, 6, 7], "either": [2, 12, 14], "die": 2, "while": 2, "being": 2, "essenti": 2, "serv": 2, "auxiliari": 2, "situat": [2, 3, 18], "factor": 2, "math": 2, "theta": [2, 3, 4, 5, 12], "small": [2, 4, 18], "pcr": [2, 3], "improv": [2, 9], "rather": 2, "enhanc": [2, 3], "even": 2, "now": [2, 5], "sirfmodel": [2, 3, 4, 5, 8, 12, 16], "002": [2, 3, 4, 5], "sirf_df": 2, "latent": [2, 12], "period": [2, 3, 12, 16, 18], "kei": [2, 14, 15], "well": [2, 7, 18], "occur": 2, "futur": [2, 7, 8, 14, 16, 18], "replac": 2, "beta_1": 2, "beta_2": 2, "beta_3": 2, "diagnosi": [2, 12], "exposur": [2, 12], "encount": [2, 12], "minut": [2, 12], "invers": [2, 5, 12], "x_1": 2, "x_2": 2, "x_3": 2, "beta_i": 2, "rho_i": [2, 12], "rho_1": 2, "rho_2": 2, "rho_3": 2, "sewirfmodel": [2, 12], "sewirf": [2, 10, 16], "994000": 2, "3000": 2, "2000": [2, 3], "rho1": [2, 12], "rho2": [2, 12], "167": 2, "rho3": [2, 12], "sewirf_df": 2, "49": [2, 3, 5], "fv": 2, "omega": 2, "person": [2, 6, 9], "adjust": [2, 5, 16], "its": [2, 6, 14, 15], "safeti": 2, "implement": [2, 15], "driven": 2, "approach": [2, 8, 16], "There": 2, "pattern": [2, 4, 13], "NOT": 2, "alwai": [3, 5, 7, 8, 13, 16, 17], "constant": [3, 5, 12], "assumpt": [3, 4], "conclud": 3, "taken": [3, 8, 16, 18], "sequenti": [3, 12, 18], "fluctuat": 3, "avoid": [3, 17], "section": 3, "sampl": [3, 4, 5, 12, 16], "suggest": [3, 8, 9, 16], "detail": [3, 6, 8, 9, 14, 16], "second": [3, 5, 12, 15], "divid": 3, "third": 3, "fourth": 3, "them": [3, 4, 5, 7, 8, 16], "sympi": 3, "Then": [3, 4, 5, 7], "before_df": 3, "analyt": [3, 12], "solut": [3, 4, 12], "manual": [3, 5, 12], "high": [3, 5], "lighten": 3, "highlight_max": 3, "nbsp": [3, 4, 5], "670000": 3, "200000": [3, 4], "075000": [3, 4], "330000": 3, "400000": 3, "same": [3, 5, 12, 13, 14, 15], "reproduct": [3, 4, 5, 8, 12, 13, 14, 16], "model_nam": [3, 5, 12], "27feb2022": 3, "02mar2022": 3, "did": [3, 12], "group": [3, 15], "accept": [3, 6, 14], "trend": [3, 5, 12, 18], "techniqu": 3, "find": [3, 8, 9, 12, 13, 14, 15, 16, 17], "author": [3, 7, 8, 9, 16], "idea": [3, 7, 8, 16], "balkew": 3, "teshom": 3, "mogessi": 3, "multi": [3, 16], "exponenti": 3, "2010": 3, "electron": [3, 6], "Theses": 3, "dissert": 3, "paper": [3, 8, 16], "1747": 3, "focu": [3, 5], "lead": [3, 7], "const": 3, "symbol": 3, "cl": 3, "sr": [3, 12], "dsolv": 3, "hint": 3, "ic": 3, "displaystyl": 3, "left": 3, "eq": 3, "lh": 3, "rh": 3, "cfrac": 3, "s_": 3, "constantli": 3, "solved_df": 3, "sr_df": 3, "corr": 3, "ylim": [3, 5, 15], "limit": [3, 14, 15], "detect": [3, 5, 8, 12, 16], "correl": 3, "slope": 3, "18feb2022": 3, "0002": 3, "40": [3, 5], "24feb2022": 3, "003": [3, 4], "08mar2022": 3, "150": 3, "15mar2022": 3, "0000": 3, "precis": 3, "background_gradi": 3, "5000": 3, "0020": 3, "0050": 3, "0750": 3, "2nd": [3, 4, 5, 11, 12, 14], "8700": 3, "1500": 3, "3rd": [3, 4, 5, 14], "1300": 3, "0030": 3, "4th": [3, 4, 5], "5800": 3, "5th": [3, 5], "color_dict": [3, 15], "blue": 3, "green": 3, "lower": [3, 5, 15], "center": [3, 5, 15], "nwith": 3, "most": [3, 5], "6th": [3, 5], "difficult": 3, "ruptur": [3, 12, 17], "off": [3, 12, 14], "sim_df": 3, "dyn_sim": 3, "from_data": [3, 12], "dot": 3, "algo": [3, 12], "algorithm": [3, 5, 12], "binseg": [3, 12], "normal": [3, 5, 12, 13], "pelt": [3, 12], "rbf": [3, 12], "bottomup": [3, 12], "document": [3, 7, 8, 9, 12, 16, 17], "size": [3, 6], "min_siz": [3, 12], "fit_df": 3, "fit": [3, 5, 12, 13, 14], "999565": 3, "999569": 3, "nan": 3, "999473": 3, "999476": 3, "169": [3, 4], "999369": 3, "999373": 3, "271": [3, 4], "999252": 3, "999255": 3, "385": [3, 4], "999120": 3, "999123": 3, "910075": 3, "652981": 3, "652989": 3, "910076": 3, "652988": 3, "910077": 3, "652986": 3, "910078": 3, "652985": 3, "910079": 3, "652984": 3, "153": 3, "over": [3, 12, 13], "write": [3, 13], "overwrit": [3, 12, 14], "01jun2022": 3, "01may2022": 3, "dyn_est": 3, "befor": [3, 4, 5, 7, 12], "estimate_tau": [3, 12], "metric": [3, 12, 14], "rmsle": [3, 12, 14, 18], "q": [3, 4, 12, 13], "digit": [3, 12, 14], "n_job": [3, 5, 12], "best": [3, 4, 5, 6, 12, 13, 14], "quantil": [3, 4, 12, 13], "score": [3, 5, 12, 13, 14, 18], "comput": [3, 12], "parallel": [3, 5, 12], "job": [3, 5, 12], "cpu": [3, 4, 5, 12], "candid": [3, 12, 14], "me": [3, 14], "residu": [3, 14], "mae": [3, 14], "absolut": [3, 4, 14], "mse": [3, 14], "squar": [3, 14], "msle": [3, 14], "logarithm": [3, 12, 14], "mape": [3, 14], "rmse": [3, 14], "root": [3, 14], "r2": [3, 14], "sqrt": 3, "sum_": 3, "log_": 3, "a_": 3, "p_": 3, "low": 3, "hyperparamet": [3, 12], "highli": [3, 8, 16], "accur": [3, 7], "site": [3, 5], "medium": 3, "score_df": 3, "48": [3, 4, 5], "estimate_param": [3, 12], "optuna": [3, 12], "cut": [3, 12], "confid": [3, 12], "timeout": [3, 12], "180": [3, 12], "timeout_iter": [3, 12], "one": [3, 5, 7, 11, 12, 13, 14, 16], "iter": [3, 5, 12, 14], "tail_n": [3, 12], "decid": [3, 12], "allow": [3, 12], "99": [3, 5, 12], "pruner": [3, 12], "hyperband": [3, 12], "median": [3, 5, 12], "threshold": [3, 5, 12], "percentil": [3, 12], "intermedi": [3, 12], "larger": [3, 12], "prune": [3, 12], "bottom": [3, 12], "among": [3, 12], "trial": [3, 12, 14], "constant_liar": [3, 12], "liar": [3, 12], "search": [3, 12, 13, 16], "effort": [3, 9, 12], "est_df": 3, "pf": 3, "drop_dupl": 3, "run": [3, 4, 5, 12, 14, 16], "52": [3, 5], "complet": [3, 4, 5, 7], "sec": [3, 4, 5, 12, 14], "runtim": [3, 12, 14], "000599": 3, "000175": [3, 5], "006644": 3, "002477": 3, "005329": 3, "151": 3, "00002": 3, "00019": 3, "015258": 3, "002845": 3, "04776": 3, "317": [3, 5], "000099": 3, "000212": 3, "006513": 3, "003171": 3, "037893": 3, "243": 3, "000052": 3, "000117": 3, "016227": 3, "002881": 3, "054912": 3, "155": 3, "493124": 3, "000091": 3, "013322": 3, "004777": 3, "079517": 3, "88": [3, 4, 5], "000128": 3, "000204": 3, "016928": 3, "006109": 3, "061418": 3, "518": 3, "alpha1": [3, 4, 5, 12], "alpha2": [3, 4, 5, 12], "001": [3, 4, 5, 14], "191": 3, "175": 3, "93": [3, 5], "157": 3, "41": [3, 5], "285": 3, "163": 3, "493": 3, "367": 3, "transform": [3, 4, 5, 12, 16], "complement": [3, 4, 13, 16], "actual_df": 3, "105358089": 3, "105324649": 3, "105295206": 3, "105268421": 3, "105245625": 3, "drop": [3, 4, 5], "dyn_act": [3, 4], "7th": [3, 5], "8th": [3, 5], "9th": [3, 5], "35th": [3, 5], "36th": [3, 5], "37th": [3, 5], "38th": [3, 5], "39th": [3, 5], "40th": [3, 5], "41st": [3, 5], "42nd": [3, 5], "43rd": [3, 5], "44th": [3, 5], "2021": [3, 5], "45": [3, 5], "order": [3, 13], "95": [3, 5, 13], "26963": 3, "000042": [3, 5], "000999": 3, "000206": 3, "201": 3, "002336": 3, "000003": [3, 5], "000554": 3, "000628": 3, "3327": 3, "001221": 3, "000006": [3, 4], "000544": 3, "000309": 3, "1496": 3, "59": [3, 5], "000014": [3, 5], "000007": [3, 4, 5], "000604": 3, "000374": 3, "1117": 3, "004939": 3, "000362": 3, "000509": 3, "1202": 3, "72": [3, 4, 5], "008484": 3, "000011": [3, 4, 5], "000452": 3, "000615": 3, "008": 3, "742": 3, "81": [3, 4, 5], "000562": 3, "00071": 3, "000387": 3, "1336": 3, "63": [3, 5], "000371": 3, "00034": 3, "1470": 3, "002865": 3, "000449": [3, 5], "1311": 3, "000568": 3, "000015": 3, "000318": 3, "000648": 3, "567": 3, "10th": [3, 5], "002585": 3, "000004": 3, "000774": 3, "00052": 3, "1871": 3, "11th": [3, 5], "000147": 3, "000001": [3, 5], "000987": 3, "000219": [3, 5], "10832": 3, "12th": [3, 5], "000139": 3, "000757": 3, "16497": 3, "13th": [3, 5], "000119": 3, "00066": [3, 5], "00043": 3, "7778": 3, "14th": [3, 5], "000034": [3, 5], "000002": [3, 5], "000345": 3, "000559": 3, "4713": 3, "15th": [3, 5], "46": [3, 5], "005666": 3, "000008": [3, 5], "000346": [3, 5], "000733": 3, "006": 3, "1081": 3, "16th": [3, 5], "71": [3, 5], "000883": 3, "001838": 3, "000031": 3, "14872": 3, "17th": [3, 5], "000173": 3, "00138": 3, "000104": 3, "17246": 3, "18th": [3, 5], "000902": 3, "000157": 3, "17325": 3, "19th": [3, 5], "000126": 3, "000671": 3, "000301": [3, 5], "8392": 3, "20th": [3, 5], "000102": 3, "000478": 3, "000445": 3, "8006": 3, "21st": [3, 5], "000533": [3, 5], "000444": [3, 5], "000552": 3, "6917": 3, "22nd": [3, 5], "000016": 3, "000517": 3, "000647": 3, "5204": 3, "23rd": [3, 5], "89": [3, 5], "000591": 3, "000516": 3, "000581": 3, "9644": 3, "24th": [3, 5], "0014": 3, "000609": 3, "7229": 3, "25th": [3, 5], "001025": 3, "000575": 3, "000587": [3, 5], "14995": 3, "26th": [3, 5], "000044": 3, "000534": 3, "00048": 3, "15408": 3, "27th": [3, 5], "000136": 3, "000469": 3, "000608": 3, "12374": 3, "28th": [3, 5], "000364": 3, "0005": 3, "000571": [3, 5], "13867": 3, "29th": [3, 5], "000165": 3, "000511": 3, "13901": 3, "30th": [3, 5], "000754": 3, "000417": [3, 5], "000715": 3, "12935": 3, "31st": [3, 5], "000149": 3, "000484": 3, "000806": 3, "19349": 3, "32nd": [3, 5], "82": [3, 5], "001161": 3, "000582": [3, 5], "10118": 3, "33rd": [3, 5], "000289": 3, "000736": 3, "12065": 3, "34th": [3, 5], "42": [3, 5], "000281": 3, "001097": 3, "000321": 3, "17808": 3, "97": [3, 5], "001413": 3, "001063": 3, "000213": 3, "26633": 3, "000077": 3, "001002": 3, "00024": [3, 4], "31134": 3, "000078": 3, "00068": [3, 5], "000276": 3, "18900": 3, "00009": 3, "000659": 3, "000561": [3, 5], "14482": 3, "000746": 3, "000602": 3, "10903": 3, "000162": [3, 5], "000538": 3, "11433": 3, "000021": 3, "000372": 3, "000547": [3, 5], "9154": 3, "00001": [3, 4, 5], "000816": 3, "10029": 3, "64": [3, 5], "000064": 3, "000514": 3, "000804": [3, 5], "10943": 3, "001776": 3, "000331": 3, "000716": [3, 5], "12409": 3, "compar": [3, 8, 12, 13, 15, 16], "compare_plot": [3, 10, 12, 16], "37": [3, 4, 5], "overal": 3, "9703": 3, "simulated_df": 3, "parse_dai": [3, 12], "ref": [3, 12, 13, 14], "parse_phas": [3, 12], "track_df": 3, "43": [3, 5], "def": [3, 5], "histori": 3, "param_nam": 3, "arg": [3, 5, 12], "nome": 3, "horizont": [3, 5, 15], "suppress": 3, "medic": 3, "declar": 3, "clearli": 3, "explos": 3, "od": [4, 8, 10, 13, 14, 16, 18], "focus": [4, 6], "timedelta": [4, 5], "option": [4, 12], "json": [4, 13, 14], "auto_build": [4, 5, 8, 13, 16], "target": [4, 5, 7, 13, 14, 15], "data": [4, 5, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18], "itali": 4, "intern": 4, "segment": [4, 8, 12, 16], "point": [4, 5, 8, 12, 15, 16, 18], "snr_act": 4, "Or": [4, 7], "produc": [4, 14], "to_dynam": [4, 8, 13, 16], "dyn_act_df": 4, "86": [4, 5], "03295": 4, "000493": 4, "01787": 4, "001705": 4, "033": 4, "135": 4, "050259": 4, "000507": 4, "004723": 4, "001091": 4, "132": 4, "033187": 4, "000239": 4, "001816": 4, "001375": 4, "278": 4, "090531": 4, "00005": 4, "000823": [4, 5], "00217": 4, "091": 4, "1342": 4, "000017": [4, 5], "002798": 4, "000894": 4, "3920": 4, "75": [4, 5], "75th": 4, "002283": 4, "004776": 4, "004138": 4, "9188": 4, "76th": 4, "74": [4, 5], "003732": 4, "003446": 4, "004658": 4, "004": 4, "6719": 4, "77th": 4, "006924": 4, "004671": 4, "003847": 4, "007": [4, 5], "6289": 4, "78th": 4, "000725": 4, "007038": 4, "00373": 4, "10585": 4, "79th": 4, "000862": 4, "007655": 4, "003522": 4, "9557": 4, "shown": [4, 7, 14], "dyn_sampl": 4, "31jan2022": 4, "sample_df": 4, "subset_df": [4, 5], "1000000": 4, "1000001": 4, "1213": 4, "1451": 4, "999999": 4, "1720": 4, "2025": 4, "35218": 4, "13068": 4, "940": 4, "39544": 4, "14753": 4, "1061": 4, "44357": 4, "16637": 4, "1196": 4, "49704": 4, "18741": 4, "1347": 4, "55633": 4, "21088": 4, "1515": 4, "snr": [4, 5, 8, 16], "location_nam": [4, 13], "build_with_dynam": [4, 13], "200": 4, "build_with_model": [4, 13], "data_rang": 4, "to_json": [4, 13], "re": [4, 16], "path": [4, 11, 13, 14], "easili": [4, 5, 8, 16], "filer": [4, 10, 16], "prefix": [4, 14], "file_dict": 4, "json_fil": 4, "snr_recreat": 4, "from_json": [4, 13], "argmax": [4, 5, 13], "33030": 4, "It": [4, 18], "better": [4, 14], "01jan": 4, "31jan": 4, "30jun": 4, "60": [4, 5], "120": [4, 5], "01feb2022": 4, "stai": 4, "home": [4, 5], "restrict": 4, "build_with_templ": [4, 5, 8, 13, 16], "templat": [4, 5, 7, 8, 9, 13, 16], "append": [4, 5, 8, 13, 16], "fail": [4, 5, 7, 14], "extend": 4, "unchang": 4, "applymap": 4, "background": [4, 5], "color": [4, 5, 15], "yellow": [4, 5], "indexslic": 4, "500000": 4, "002000": 4, "005000": 4, "250000": 4, "100000": 4, "310000": 4, "002500": 4, "150000": 4, "400": 4, "720000": 4, "003000": 4, "160000": 4, "090000": 4, "333": 4, "724": 4, "compare_param": [4, 5, 8, 13, 16], "compare_cas": [4, 5, 8, 13, 16], "oe": 4, "232733": 4, "887821": 4, "574": 4, "57116": 4, "47075": 4, "421595": 4, "9267": 4, "26559": 4, "53834": 4, "490556": 4, "284": 4, "10166": 4, "114876": 4, "709162": 4, "24956": 4, "worst": 4, "exclud": [4, 13], "nthe": 4, "old": [4, 13, 14], "delet": [4, 13, 14], "exact": [4, 13], "deleted_scenario": 4, "regular": [4, 13], "express": [4, 6, 13], "deleted_": 4, "deleted_1": 4, "deleted_2": 4, "more": [5, 18], "physic": [5, 6], "dimension": [5, 12, 13, 16], "plt": 5, "odescenario": [5, 8, 13, 16], "05114": 5, "001354": 5, "000702": 5, "051": 5, "309": 5, "006956": 5, "000464": 5, "3294": 5, "66": 5, "000811": 5, "000009": 5, "000422": 5, "1181": 5, "000477": 5, "000697": 5, "0004": 5, "1032": 5, "76": 5, "000573": 5, "000713": 5, "978": 5, "009658": 5, "000866": 5, "756": 5, "000075": 5, "000764": 5, "000351": 5, "1371": 5, "000063": 5, "000665": 5, "000381": 5, "1302": 5, "000325": 5, "000686": 5, "000557": 5, "956": 5, "54": 5, "0166": 5, "000508": 5, "000919": 5, "017": 5, "931": 5, "000005": 5, "000881": 5, "1954": 5, "000768": 5, "001305": 5, "13420": 5, "00036": 5, "000858": 5, "000336": 5, "7335": 5, "000772": 5, "000483": 5, "9062": 5, "57": 5, "000169": 5, "000378": 5, "000663": 5, "6479": 5, "010983": 5, "000421": 5, "000914": 5, "011": 5, "5785": 5, "001156": 5, "002313": 5, "28048": 5, "165": 5, "000022": 5, "00163": 5, "000036": 5, "25223": 5, "289": 5, "000252": 5, "15698": 5, "000155": 5, "000389": 5, "11486": 5, "000053": 5, "00055": 5, "7145": 5, "000365": 5, "000529": 5, "000717": 5, "7111": 5, "79": 5, "000105": 5, "000622": 5, "00079": 5, "5285": 5, "00077": 5, "000718": 5, "11783": 5, "000229": 5, "000625": 5, "000695": 5, "9971": 5, "000065": 5, "000779": 5, "11430": 5, "000704": 5, "000638": 5, "12366": 5, "000876": 5, "00073": 5, "11794": 5, "000889": 5, "12614": 5, "000098": 5, "000682": 5, "19367": 5, "00053": 5, "000798": 5, "15541": 5, "000503": 5, "000567": 5, "000945": 5, "16546": 5, "002119": 5, "000734": 5, "000972": 5, "9228": 5, "000564": 5, "13228": 5, "001441": 5, "17082": 5, "4": [5, 6, 12, 16, 18], "00018": 5, "001448": 5, "52227": 5, "001248": 5, "000291": 5, "18921": 5, "000488": 5, "000853": 5, "000393": 5, "19756": 5, "000135": 5, "000683": 5, "00058": 5, "15832": 5, "000068": 5, "000813": 5, "00064": 5, "12125": 5, "000636": 5, "9997": 5, "000112": 5, "000536": 5, "000743": 5, "9220": 5, "001666": 5, "00105": 5, "11719": 5, "000901": 5, "000535": 5, "000922": 5, "15739": 5, "000423": 5, "000447": 5, "000678": 5, "10496": 5, "future_start_d": 5, "autot": [5, 13], "packag": [5, 7, 8, 16, 17], "design": 5, "rapidli": 5, "deploi": [5, 7], "accuraci": [5, 16, 18], "forecast_length": [5, 13], "averagevaluena": 5, "gener": [5, 9, 18], "param": [5, 13, 16], "fake_d": 5, "differencedtransform": 5, "sintrend": 5, "transformation_param": 5, "clipoutli": 5, "quantiletransform": 5, "clip": [5, 12], "std_threshold": 5, "output_distribut": 5, "uniform": 5, "n_quantil": 5, "rolling_mean_24": 5, "seasonaldiffer": 5, "detrend": 5, "lag_1": 5, "middl": 5, "decim": [5, 13], "on_transform": 5, "on_invers": 5, "gl": 5, "rolling_mean": 5, "rollingmeantransform": 5, "slice": 5, "fix": [5, 7, 9, 11, 12, 18], "window": [5, 16], "linear": 5, "robustscal": 5, "maxabsscal": 5, "lastvaluena": 5, "bkfilter": 5, "powertransform": 5, "positiveshift": 5, "lastvalu": 5, "seasonalna": 5, "lag_2": 5, "eval": 5, "traceback": 5, "recent": 5, "runner": 5, "venv": [5, 17], "lib": 5, "python3": 5, "tool": [5, 7, 17], "py": [5, 7], "3193": 5, "_fit": 5, "self": [5, 7, 12, 13, 14], "fit_transform": [5, 13], "sklearn": [5, 14], "preprocess": [5, 13], "_data": 5, "3058": 5, "force_transform": 5, "3085": 5, "_scaler": 5, "base": [5, 7, 11, 12, 13, 14, 15], "867": 5, "fit_param": 5, "809": 5, "partial_fit": 5, "sample_weight": 5, "844": 5, "_validate_data": 5, "577": 5, "check_arrai": 5, "input_nam": 5, "check_param": 5, "util": [5, 10, 16], "899": 5, "_assert_all_finit": 5, "146": 5, "rais": [5, 12, 13, 14, 15], "valueerror": [5, 13, 14], "msg_err": 5, "contain": [5, 13, 14], "infin": 5, "too": 5, "abov": 5, "evalu": [5, 10, 12, 16], "auto_model": 5, "1298": 5, "templatewizard": 5, "df_forecast": 5, "model_forecast": 5, "1122": 5, "modelpredict": 5, "637": 5, "df_train_transform": 5, "transformer_object": 5, "df_train": 5, "3203": 5, "constantna": 5, "ffill": 5, "364": 5, "nearest": [5, 13], "phi": 5, "transform_dict": 5, "akima": 5, "anomalyremov": 5, "alignlastvalu": 5, "iqr": 5, "method_param": 5, "iqr_threshold": 5, "iqr_quantil": 5, "lag": 5, "strength": 5, "365": 5, "ewmafilt": 5, "span": 5, "weighted_mean": 5, "65": 5, "standardscal": 5, "mad": 5, "distribut": 5, "ffill_mean_bias": 5, "stlfilter": 5, "decomp_typ": 5, "seasonal_decompos": 5, "fifth": 5, "998": 5, "pchip": 5, "hpfilter": 5, "lamb": 5, "129600": 5, "datepartregress": 5, "regression_model": 5, "decisiontre": 5, "model_param": 5, "max_depth": 5, "min_samples_split": 5, "datepart_method": 5, "simpl": [5, 18], "polynomial_degre": 5, "zero": 5, "zscore": 5, "knnimput": 5, "intermittentoccurr": 5, "tenth": 5, "cubic": 5, "168": 5, "pad": 5, "96": 5, "minmaxscal": 5, "cumsumtransform": 5, "900": 5, "poisson": 5, "discret": 5, "n_bin": 5, "btcd": 5, "fastridg": 5, "max_lag": 5, "290": 5, "280": 5, "trained_model": 5, "multioutput": 5, "202": 5, "estimators_": 5, "joblib": 5, "1085": 5, "__call__": 5, "dispatch_one_batch": 5, "901": 5, "_dispatch": 5, "task": 5, "819": 5, "_backend": 5, "apply_async": 5, "batch": [5, 7], "callback": 5, "cb": 5, "_parallel_backend": 5, "208": 5, "immediateresult": 5, "func": 5, "597": 5, "__init__": [5, 7], "288": 5, "listcomp": 5, "117": 5, "_fit_estim": 5, "linear_model": 5, "_glm": 5, "glm": 5, "206": 5, "check_x_i": 5, "1092": 5, "check_consistent_length": 5, "387": 5, "found": [5, 12, 14], "inconsist": 5, "951": 5, "pca": [5, 13], "whiten": 5, "55": 5, "56": 5, "fastica": 5, "fun": 5, "logcosh": 5, "max_it": 5, "nonparametr": 5, "z_init": 5, "z_limit": 5, "z_step": 5, "max_contamin": 5, "mean_weight": 5, "sd_weight": 5, "anomaly_count_weight": 5, "62": 5, "tweedi": 5, "999": 5, "rolling_zscor": 5, "chi2": 5, "rolling_period": 5, "pctchangetransform": 5, "datetimeindex": [5, 12, 14], "length": [5, 12, 14], "921": 5, "avg": 5, "smape": 5, "85": 5, "84": 5, "891": 5, "91": 5, "94": 5, "92": 5, "119": 5, "ensembl": 5, "model_count": 5, "model_metr": 5, "5e75ed52611fa9266c855f5876eb8720": 5, "modelparamet": 5, "transformationparamet": 5, "b05533d44784f3b5dcb411f3d07e1893": 5, "5f08a1fb3dd6249a5ec45ed74147cefb": 5, "succeed": 5, "45th": 5, "000324": 5, "000676": 5, "46th": 5, "000446": 5, "47th": 5, "000025": 5, "48th": 5, "000441": 5, "000684": 5, "49th": 5, "000437": 5, "50th": 5, "000432": 5, "51st": 5, "000427": 5, "000677": 5, "52nd": 5, "53rd": 5, "future_regressor": 5, "winedarksea": [5, 13], "build": [5, 13], "html": [5, 6, 14, 15], "regressor": 5, "__": 5, "data_eng": 5, "indicator_df": 5, "102865813": 5, "104228205": 5, "325097005": 5, "118002987": 5, "102866426": 5, "104228721": 5, "325163986": 5, "118068839": 5, "multicollinear": 5, "insight": 5, "mlengin": [5, 13], "seed": [5, 13], "n_compon": [5, 13], "ml": [5, 10, 16], "pca_dict": 5, "pca_df": 5, "pc": [5, 13], "pc1": [5, 13], "pc2": [5, 13], "pc3": 5, "pc4": 5, "pc5": 5, "pc6": 5, "pc7": 5, "pc8": 5, "pc9": 5, "pc10": 5, "141400": 5, "717722": 5, "025783": 5, "858543": 5, "978264": 5, "489300": 5, "935197": 5, "730445": 5, "286289": 5, "838964": 5, "143444": 5, "717881": 5, "025734": 5, "858147": 5, "977708": 5, "489485": 5, "935583": 5, "730437": 5, "286256": 5, "839162": 5, "145941": 5, "718062": 5, "025672": 5, "857665": 5, "977023": 5, "489720": 5, "936051": 5, "730421": 5, "286215": 5, "839413": 5, "146865": 5, "718129": 5, "025649": 5, "857487": 5, "976770": 5, "489808": 5, "936224": 5, "730415": 5, "286200": 5, "839506": 5, "varianc": [5, 13], "close": [5, 7], "featur": [5, 7, 13, 14], "topfeat": [5, 13], "extract": 5, "sort_valu": 5, "type": [5, 11, 12, 13, 14, 15], "highlight": 5, "393498": 5, "360204": 5, "weak": [5, 13], "362513": 5, "378863": 5, "316581": 5, "309962": 5, "517198": 5, "505709": 5, "550877": 5, "640622": 5, "536279": 5, "605424": 5, "550400": 5, "595597": 5, "404425": 5, "600160": 5, "599752": 5, "future_df": 5, "322": 5, "norm": 5, "centerlastvalu": 5, "midhing": 5, "holidaytransform": 5, "splash_threshold": 5, "use_dayofmonth_holidai": 5, "use_wkdom_holidai": 5, "use_wkdeom_holidai": 5, "use_lunar_holidai": 5, "use_lunar_weekdai": 5, "use_islamic_holidai": 5, "use_hebrew_holidai": 5, "anomaly_detector_param": 5, "remove_excess_anomali": 5, "median_valu": 5, "regression_param": 5, "anomali": 5, "deflat": 5, "cube": 5, "250": 5, "938": 5, "69": 5, "164": 5, "159": 5, "908": 5, "104": 5, "112": 5, "114": 5, "115": 5, "139": 5, "78a37a32974d1d3f3e396343c426909d": 5, "a057327e9ad553fc7becec688b6c9521": 5, "93780f36de5c6d232a269ee1b43a261": 5, "990070e064491025a03483a204995ae5": 5, "10c5dbd44f53d653319e0a9a64f1b916": 5, "b41fa5d83f8a332b3b582c7616ec180d": 5, "767270": 5, "708588": 5, "857484": 5, "979639": 5, "662011": 5, "791382": 5, "707828": 5, "980387": 5, "653332": 5, "815512": 5, "707037": 5, "070387": 5, "643998": 5, "839660": 5, "706214": 5, "160106": 5, "633993": 5, "863827": 5, "705360": 5, "249873": 5, "623304": 5, "predicted_with_x": 5, "infer": 5, "frequenc": 5, "326": 5, "quadrat": 5, "949": 5, "919": 5, "c27a96f070405be64b271dd78ff39f15": 5, "eb80f4295c0e98cdc518186213331b48": 5, "ca75d72df622698769677d270e9ad59": 5, "ymin": 5, "ymin_valu": 5, "repres": [5, 6, 8, 13, 16, 18], "06dec2022": 5, "3563952": 5, "22061044": 5, "143358": 5, "48209": 5, "22014761": 5, "127220": 5, "47879": 5, "22061880": 5, "143247": 5, "48211": 5, "interest": 6, "foster": 6, "welcom": [6, 8, 16, 17], "environ": [6, 7, 17], "maintain": [6, 7, 9], "make": [6, 7, 8, 9, 16], "particip": 6, "commun": [6, 7, 8, 9, 16], "harass": 6, "experi": 6, "everyon": 6, "regardless": 6, "bodi": 6, "disabl": 6, "ethnic": 6, "sex": 6, "characterist": 6, "ident": 6, "educ": 6, "socio": 6, "appear": [6, 15], "race": 6, "religion": 6, "sexual": 6, "orient": 6, "behavior": 6, "inclus": 6, "languag": 6, "Being": 6, "respect": 6, "viewpoint": 6, "gracefulli": 6, "construct": 6, "critic": 6, "empathi": 6, "toward": 6, "member": 6, "unaccept": 6, "imageri": 6, "unwelcom": 6, "attent": 6, "troll": 6, "insult": 6, "derogatori": 6, "comment": [6, 16], "polit": 6, "attack": 6, "public": 6, "privat": 6, "publish": [6, 7, 8, 16], "address": 6, "explicit": 6, "permiss": [6, 14], "reason": [6, 18], "inappropri": 6, "profession": 6, "clarifi": 6, "take": [6, 9, 18], "appropri": [6, 7], "fair": 6, "correct": [6, 14], "action": 6, "ani": [6, 7, 8, 9, 12, 16, 17], "reject": 6, "commit": 6, "wiki": 6, "ban": 6, "temporarili": 6, "perman": 6, "deem": 6, "threaten": 6, "offens": 6, "harm": 6, "both": [6, 14], "space": [6, 13], "individu": [6, 18], "offici": 6, "mail": [6, 9], "post": 6, "media": 6, "account": [6, 7], "act": 6, "appoint": 6, "offlin": 6, "event": 6, "represent": 6, "further": [6, 13], "abus": 6, "otherwis": 6, "team": [6, 8, 9, 16], "outlook": 6, "complaint": 6, "investig": 6, "circumst": 6, "oblig": 6, "confidenti": 6, "incid": 6, "polici": [6, 16], "good": 6, "faith": 6, "face": 6, "temporari": 6, "repercuss": 6, "leadership": 6, "adapt": 6, "1": [6, 7, 8, 12, 13, 14, 16, 18], "answer": 6, "common": [6, 12], "question": [6, 7, 8, 16, 17], "see": [6, 8, 16], "faq": 6, "continu": 7, "hope": 7, "research": 7, "overcom": 7, "conduct": [7, 16], "page": [7, 8, 16, 17], "collabor": 7, "merg": 7, "sphinx": 7, "discuss": [7, 8, 16, 17], "user": [7, 14, 17], "analys": 7, "git": [7, 9, 17], "command": [7, 17], "cd": 7, "remot": 7, "upstream": 7, "branch": 7, "fetch": 7, "checkout": 7, "anyenv": 7, "manag": [7, 14], "lien": 7, "powershel": 7, "invok": 7, "webrequest": 7, "uri": 7, "usebasicpars": 7, "virtualenv": 7, "makefil": 7, "pip": [7, 8, 9, 16, 17], "upgrad": [7, 8, 9, 16, 17], "dev": 7, "shell": 7, "script": 7, "scenario_analysi": 7, "ask": 7, "bug": [7, 9], "ensur": [7, 14], "execut": [7, 12], "alcoa": 7, "attribut": [7, 16], "legibl": 7, "contemporan": 7, "permit": 7, "api": [7, 8], "soon": [7, 9], "latest": [7, 8, 9, 16, 17], "readabl": 7, "successfulli": 7, "revis": 7, "docstr": 7, "readm": 7, "relat": 7, "flow": 7, "issue100": 7, "ipynb": 7, "jupyt": 7, "pyproject": [7, 17], "toml": [7, 17], "pytest": 7, "flake8": 7, "e501": 7, "durat": 7, "maxfail": 7, "miss": 7, "test_scenario": 7, "ci": [7, 14], "3": [7, 8, 12, 13, 14, 16, 17], "semant": 7, "2": [7, 12, 14, 15], "rule": 7, "fu1": 7, "minor": 7, "doc": [7, 12], "lock": 7, "stabl": [7, 8, 9, 14, 16], "upload": 7, "pypi": [7, 8, 16, 17], "releas": [7, 9], "major": 7, "mileston": [7, 8, 16], "qiita": [8, 16], "japanes": [8, 16], "coronaviru": [8, 16], "monkeypox": [8, 16], "scenario": [8, 13, 14, 16, 18], "decis": [8, 16], "monitor": [8, 16], "spread": [8, 16], "relationship": [8, 16, 18], "twitter": [8, 16], "great": [8, 16], "newer": [8, 12, 16, 17], "colab": [8, 16, 17], "binder": [8, 16, 17], "tour": [8, 16], "acknowledg": [8, 9, 16], "plan": [8, 16], "urgent": [8, 16], "matter": [8, 16], "volunt": [8, 16], "12feb2020": [8, 16], "On": [8, 16], "07may2020": [8, 16], "10may2020": [8, 16], "28jun2020": [8, 16], "backer": [8, 16], "cite": [8, 16], "__citation__": [8, 16], "contributor": [8, 16], "wrote": [8, 16], "scientif": [8, 16], "outlin": 9, "procedur": 9, "instal": 9, "egg": [9, 17], "guid": 9, "serious": 9, "notifi": 9, "appreci": 9, "everi": 9, "modul": [9, 10, 16], "coordin": 9, "process": 9, "involv": 9, "problem": [9, 12], "affect": 9, "audit": 9, "potenti": 9, "similar": 9, "submit": 9, "pull": [9, 16], "md": 9, "blob": 9, "get_cit": 10, "get_vers": 10, "v0": 10, "ode_scenario": [10, 16], "alia": [10, 13, 16], "stopwatch": [10, 16], "visual": [10, 16], "bar_plot": [10, 16], "vbase": [10, 16], "datadownload": [11, 16], "pathlib": 11, "reset": [11, 12, 13, 15], "administr": 11, "booster": 11, "least": [11, 13], "dose": 11, "prescrib": 11, "hand": 12, "definit": [12, 13, 14, 16], "plane": [12, 16], "visualizebas": [12, 15], "notenoughdataerror": [12, 14], "enough": [12, 14], "must": [12, 13, 14], "b": [12, 14], "borelli": 12, "from_data_with_optim": 12, "unexpectednoneerror": [12, 14], "classmethod": [12, 13, 14], "properti": [12, 15], "recogn": 12, "older": 12, "nafounderror": [12, 14], "summar": [12, 13], "basic": 12, "dict": [12, 13, 14, 15], "dictionari": [12, 14, 15], "minim": 12, "from_data_with_quantil": 12, "ie": 12, "with_estim": 12, "estimation_dict": 12, "with_quantil": 12, "with_optim": 12, "not_perform": 12, "sewir": [12, 16], "expos": [12, 14, 16], "wait": [12, 14, 16], "zerodivisionerror": 12, "beta1": 12, "beta2": 12, "beta3": 12, "notimplementederror": [12, 15], "plu": 12, "machin": 13, "learn": [13, 14], "random": 13, "given": 13, "indic": [13, 18], "regress": 13, "verbos": 13, "princip": [13, 16], "compon": [13, 16], "train": 13, "vector": 13, "_the": 13, "cover": 13, "structur": 13, "explained_var": 13, "fo": 13, "variance_ratio": 13, "ratio": 13, "scaler": 13, "pcp": 13, "outlier": 13, "y_proba": 13, "y_score": 13, "y_bool": 13, "y_bool_sp": 13, "y_score_sp": 13, "outlier_param": 13, "erdog": 13, "overwritten": 13, "identifi": 13, "subsetnotfounderror": [13, 14], "unexpectedvaluerangeerror": [13, 14], "baldwin": 13, "place": 13, "dimens": 13, "correspond": 13, "usabl": 13, "recreat": 13, "target_class": 14, "rememb": 14, "pars": 14, "defaultdict": 14, "keyerror": 14, "been": 14, "for_vari": 14, "emptyerror": 14, "_validationerror": 14, "empti": 14, "expectedli": 14, "experimentalwarn": 14, "experiment": 14, "required_n": 14, "notincludederror": 14, "key_nam": 14, "container_nam": 14, "notnoneerror": 14, "notregisterederror": 14, "unexecutederror": 14, "yet": 14, "notsubclasserror": 14, "parent": 14, "scenarionotfounderror": 14, "_baseexcept": 14, "unregist": 14, "country_alia": 14, "unexecut": 14, "unexpectedlengtherror": 14, "sequenc": 14, "expend": 14, "unexpectedtypeerror": 14, "unexpectedvalueerror": 14, "unexpect": 14, "value_rang": 14, "out": 14, "decor": 14, "descript": 14, "url": 14, "y_true": 14, "y_pred": 14, "inner": 14, "intersect": 14, "pred": 14, "scikit": 14, "model_evalu": 14, "best_on": 14, "candidate_dict": 14, "smaller_is_bett": 14, "smaller": 14, "png": 14, "jpn_01_record": 14, "jpg": 14, "backup": 14, "jpn_01_backup": 14, "geometri": 14, "driver": 14, "jpn_01_geometri": 14, "path_or_buf": 14, "ext": 14, "static": 14, "time_sec": 14, "stop": 14, "stop_show": 14, "_actual": 14, "area_abbr_col": 14, "area_column": 14, "date_format": 14, "date_format_desc": 14, "ddmmmyyyi": 14, "dsifr_column": 14, "fig_column": 14, "fr": 14, "moder": 14, "mono_column": 14, "nloc_column": 14, "_predict": 14, "past": 14, "rate_column": 14, "rt_full": 14, "sep": 14, "sever": 14, "step_n": 14, "str_column": 14, "sub_column": 14, "suffix_dict": 14, "nd": 14, "rd": 14, "tens": 14, "tests_diff": 14, "vac": 14, "vac_boost": 14, "value_column": 14, "v_full": 14, "v_onc": 14, "y0_dict": 14, "num2str": 14, "num": 14, "etc": [14, 17], "str2num": 14, "accept_non": 14, "time_index": 14, "empty_ok": 14, "give": 14, "itself": 14, "required_kei": 14, "coerc": 14, "round_ok": 14, "exist": 14, "flatten": 14, "duplic": 14, "remain": 14, "barplot": 15, "bbox_inch": 15, "tight": 15, "bar": 15, "bound": [15, 18], "box": 15, "inch": 15, "black": 15, "linestyl": 15, "colormap": 15, "label": 15, "colormaps_refer": 15, "y_logscal": 15, "domain": 15, "latex": 15, "wrapper": 15, "chronolog": 15, "compareplot": 15, "x_logscal": 15, "scatter": [15, 16], "connect": 15, "straight": 15, "reorder": 15, "ax": 15, "distanc": 15, "hide": 15, "tick_param": 15, "tick": 15, "grid": 15, "find_arg": 15, "func_list": 15, "anaconda": 16, "read": 16, "arithmet": 16, "eda": 16, "geospati": 16, "serial": 16, "lockdown": 16, "medicin": 16, "glossari": 16, "coven": 16, "pledg": 16, "scope": 16, "enforc": 16, "secur": 16, "vulner": 16, "disclosur": 16, "clone": 16, "fork": 16, "setup": 16, "poetri": [16, 17], "linux": 16, "wsl": 16, "maco": 16, "virtual": 17, "conda": 17, "concern": 17, "conflict": 17, "fiona": 17, "activ": [17, 18], "forg": 17, "exit": 17, "deactiv": 17, "advic": 17, "feel": 17, "These": 18, "delai": 18, "against": 18, "convers": 18, "predetermin": 18, "Its": 18, "dure": 18, "refresh": 18, "360": 18, "would": 18, "sinc": 18, "whole": 18, "break": 18, "down": 18}, "objects": {"": [[10, 0, 0, "-", "covsirphy"]], "covsirphy": [[11, 0, 0, "-", "downloading"], [12, 0, 0, "-", "dynamics"], [10, 5, 1, "", "get_citation"], [10, 5, 1, "", "get_version"], [13, 0, 0, "-", "science"], [14, 0, 0, "-", "util"], [15, 0, 0, "-", "visualization"]], "covsirphy.downloading": [[11, 0, 0, "-", "downloader"]], "covsirphy.downloading.downloader": [[11, 1, 1, "", "DataDownloader"]], "covsirphy.downloading.downloader.DataDownloader": [[11, 2, 1, "", "LAYERS"], [11, 3, 1, "", "citations"], [11, 3, 1, "", "layer"]], "covsirphy.dynamics": [[12, 0, 0, "-", "dynamics"], [12, 0, 0, "-", "ode"], [12, 0, 0, "-", "sewirf"], [12, 0, 0, "-", "sir"], [12, 0, 0, "-", "sird"], [12, 0, 0, "-", "sirf"]], "covsirphy.dynamics.dynamics": [[12, 1, 1, "", "Dynamics"]], "covsirphy.dynamics.dynamics.Dynamics": [[12, 3, 1, "", "detect"], [12, 3, 1, "", "estimate"], [12, 3, 1, "", "estimate_params"], [12, 3, 1, "", "estimate_tau"], [12, 3, 1, "", "evaluate"], [12, 3, 1, "", "from_data"], [12, 3, 1, "", "from_sample"], [12, 4, 1, "", "model"], [12, 4, 1, "", "model_name"], [12, 4, 1, "", "name"], [12, 3, 1, "", "parse_days"], [12, 3, 1, "", "parse_phases"], [12, 3, 1, "", "register"], [12, 3, 1, "", "segment"], [12, 3, 1, "", "simulate"], [12, 3, 1, "", "start_dates"], [12, 3, 1, "", "summary"], [12, 4, 1, "", "tau"], [12, 3, 1, "", "track"]], "covsirphy.dynamics.ode": [[12, 1, 1, "", "ODEModel"]], "covsirphy.dynamics.ode.ODEModel": [[12, 3, 1, "", "definitions"], [12, 3, 1, "", "dimensional_parameters"], [12, 3, 1, "", "from_data"], [12, 3, 1, "", "from_data_with_optimization"], [12, 3, 1, "", "from_data_with_quantile"], [12, 3, 1, "", "from_sample"], [12, 3, 1, "", "inverse_transform"], [12, 3, 1, "", "name"], [12, 3, 1, "", "r0"], [12, 3, 1, "", "settings"], [12, 3, 1, "", "solve"], [12, 3, 1, "", "sr"], [12, 3, 1, "", "transform"]], "covsirphy.dynamics.sewirf": [[12, 1, 1, "", "SEWIRFModel"]], "covsirphy.dynamics.sewirf.SEWIRFModel": [[12, 3, 1, "", "dimensional_parameters"], [12, 3, 1, "", "from_data_with_optimization"], [12, 3, 1, "", "from_data_with_quantile"], [12, 3, 1, "", "inverse_transform"], [12, 3, 1, "", "r0"], [12, 3, 1, "", "sr"], [12, 3, 1, "", "transform"]], "covsirphy.dynamics.sir": [[12, 1, 1, "", "SIRModel"]], "covsirphy.dynamics.sir.SIRModel": [[12, 3, 1, "", "dimensional_parameters"], [12, 3, 1, "", "inverse_transform"], [12, 3, 1, "", "r0"], [12, 3, 1, "", "sr"], [12, 3, 1, "", "transform"]], "covsirphy.dynamics.sird": [[12, 1, 1, "", "SIRDModel"]], "covsirphy.dynamics.sird.SIRDModel": [[12, 3, 1, "", "dimensional_parameters"], [12, 3, 1, "", "inverse_transform"], [12, 3, 1, "", "r0"], [12, 3, 1, "", "sr"], [12, 3, 1, "", "transform"]], "covsirphy.dynamics.sirf": [[12, 1, 1, "", "SIRFModel"]], "covsirphy.dynamics.sirf.SIRFModel": [[12, 3, 1, "", "dimensional_parameters"], [12, 3, 1, "", "r0"], [12, 3, 1, "", "sr"]], "covsirphy.science": [[13, 0, 0, "-", "ml"], [13, 0, 0, "-", "ode_scenario"]], "covsirphy.science.ml": [[13, 1, 1, "", "MLEngineer"]], "covsirphy.science.ml.MLEngineer": [[13, 3, 1, "", "forecast"], [13, 3, 1, "", "pca"]], "covsirphy.science.ode_scenario": [[13, 1, 1, "", "ODEScenario"]], "covsirphy.science.ode_scenario.ODEScenario": [[13, 3, 1, "", "append"], [13, 3, 1, "", "auto_build"], [13, 3, 1, "", "build_with_dynamics"], [13, 3, 1, "", "build_with_model"], [13, 3, 1, "", "build_with_template"], [13, 3, 1, "", "compare_cases"], [13, 3, 1, "", "compare_param"], [13, 3, 1, "", "delete"], [13, 3, 1, "", "describe"], [13, 3, 1, "", "from_json"], [13, 3, 1, "", "predict"], [13, 3, 1, "", "rename"], [13, 3, 1, "", "represent"], [13, 3, 1, "", "simulate"], [13, 3, 1, "", "summary"], [13, 3, 1, "", "to_dynamics"], [13, 3, 1, "", "to_json"], [13, 3, 1, "", "track"]], "covsirphy.util": [[14, 0, 0, "-", "alias"], [14, 0, 0, "-", "config"], [14, 0, 0, "-", "error"], [14, 0, 0, "-", "evaluator"], [14, 0, 0, "-", "filer"], [14, 0, 0, "-", "stopwatch"], [14, 0, 0, "-", "term"], [14, 0, 0, "-", "validator"]], "covsirphy.util.alias": [[14, 1, 1, "", "Alias"]], "covsirphy.util.alias.Alias": [[14, 3, 1, "", "all"], [14, 3, 1, "", "delete"], [14, 3, 1, "", "find"], [14, 3, 1, "", "for_variables"], [14, 3, 1, "", "update"]], "covsirphy.util.error": [[14, 6, 1, "", "EmptyError"], [14, 6, 1, "", "ExperimentalWarning"], [14, 6, 1, "", "NAFoundError"], [14, 6, 1, "", "NotEnoughDataError"], [14, 6, 1, "", "NotIncludedError"], [14, 6, 1, "", "NotNoneError"], [14, 6, 1, "", "NotRegisteredError"], [14, 6, 1, "", "NotSubclassError"], [14, 6, 1, "", "ScenarioNotFoundError"], [14, 6, 1, "", "SubsetNotFoundError"], [14, 6, 1, "", "UnExecutedError"], [14, 6, 1, "", "UnExpectedLengthError"], [14, 6, 1, "", "UnExpectedNoneError"], [14, 6, 1, "", "UnExpectedTypeError"], [14, 6, 1, "", "UnExpectedValueError"], [14, 6, 1, "", "UnExpectedValueRangeError"], [14, 5, 1, "", "deprecate"], [14, 5, 1, "", "experimental"]], "covsirphy.util.evaluator": [[14, 1, 1, "", "Evaluator"]], "covsirphy.util.evaluator.Evaluator": [[14, 3, 1, "", "best_one"], [14, 3, 1, "", "metrics"], [14, 3, 1, "", "score"], [14, 3, 1, "", "smaller_is_better"]], "covsirphy.util.filer": [[14, 1, 1, "", "Filer"]], "covsirphy.util.filer.Filer": [[14, 3, 1, "", "csv"], [14, 3, 1, "", "files"], [14, 3, 1, "", "geojson"], [14, 3, 1, "", "jpg"], [14, 3, 1, "", "json"], [14, 3, 1, "", "png"]], "covsirphy.util.stopwatch": [[14, 1, 1, "", "StopWatch"]], "covsirphy.util.stopwatch.StopWatch": [[14, 3, 1, "", "show"], [14, 3, 1, "", "stop"], [14, 3, 1, "", "stop_show"]], "covsirphy.util.term": [[14, 1, 1, "", "Term"]], "covsirphy.util.term.Term": [[14, 2, 1, "", "A"], [14, 2, 1, "", "ACTUAL"], [14, 2, 1, "", "AREA_ABBR_COLS"], [14, 2, 1, "", "AREA_COLUMNS"], [14, 2, 1, "", "C"], [14, 2, 1, "", "CI"], [14, 2, 1, "", "CITY"], [14, 2, 1, "", "COLUMNS"], [14, 2, 1, "", "COUNTRY"], [14, 2, 1, "", "DATE"], [14, 2, 1, "", "DATE_FORMAT"], [14, 2, 1, "", "DATE_FORMAT_DESC"], [14, 2, 1, "", "DSIFR_COLUMNS"], [14, 2, 1, "", "E"], [14, 2, 1, "", "END"], [14, 2, 1, "", "F"], [14, 2, 1, "", "FIG_COLUMNS"], [14, 2, 1, "", "FITTED"], [14, 2, 1, "", "FR"], [14, 2, 1, "", "FUTURE"], [14, 2, 1, "", "ID"], [14, 2, 1, "", "INITIAL"], [14, 2, 1, "", "ISO3"], [14, 2, 1, "", "MAIN"], [14, 2, 1, "", "MODERATE"], [14, 2, 1, "", "MONO_COLUMNS"], [14, 2, 1, "", "N"], [14, 2, 1, "", "NA"], [14, 2, 1, "", "NLOC_COLUMNS"], [14, 2, 1, "", "ODE"], [14, 2, 1, "", "OTHERS"], [14, 2, 1, "", "P"], [14, 2, 1, "", "PARAM_DICT"], [14, 2, 1, "", "PAST"], [14, 2, 1, "", "PHASE"], [14, 2, 1, "", "PRODUCT"], [14, 2, 1, "", "PROVINCE"], [14, 2, 1, "", "R"], [14, 2, 1, "", "RATE_COLUMNS"], [14, 2, 1, "", "RT"], [14, 2, 1, "", "RT_FULL"], [14, 2, 1, "", "RUNTIME"], [14, 2, 1, "", "S"], [14, 2, 1, "", "SEP"], [14, 2, 1, "", "SERIES"], [14, 2, 1, "", "SEVERE"], [14, 2, 1, "", "START"], [14, 2, 1, "", "STEP_N"], [14, 2, 1, "", "STR_COLUMNS"], [14, 2, 1, "", "SUB_COLUMNS"], [14, 2, 1, "", "SUFFIX_DICT"], [14, 2, 1, "", "T"], [14, 2, 1, "", "TAU"], [14, 2, 1, "", "TENSE"], [14, 2, 1, "", "TESTS"], [14, 2, 1, "", "TESTS_DIFF"], [14, 2, 1, "", "TRIALS"], [14, 2, 1, "", "TS"], [14, 2, 1, "", "V"], [14, 2, 1, "", "VAC"], [14, 2, 1, "", "VAC_BOOSTERS"], [14, 2, 1, "", "VALUE_COLUMNS"], [14, 2, 1, "", "V_FULL"], [14, 2, 1, "", "V_ONCE"], [14, 2, 1, "", "W"], [14, 2, 1, "", "Y0_DICT"], [14, 3, 1, "", "num2str"], [14, 3, 1, "", "str2num"]], "covsirphy.util.validator": [[14, 1, 1, "", "Validator"]], "covsirphy.util.validator.Validator": [[14, 3, 1, "", "dataframe"], [14, 3, 1, "", "date"], [14, 3, 1, "", "dict"], [14, 3, 1, "", "float"], [14, 3, 1, "", "instance"], [14, 3, 1, "", "int"], [14, 3, 1, "", "kwargs"], [14, 3, 1, "", "sequence"], [14, 3, 1, "", "subclass"], [14, 3, 1, "", "tau"]], "covsirphy.visualization": [[15, 0, 0, "-", "bar_plot"], [15, 0, 0, "-", "compare_plot"], [15, 0, 0, "-", "line_plot"], [15, 0, 0, "-", "scatter_plot"], [15, 0, 0, "-", "vbase"]], "covsirphy.visualization.bar_plot": [[15, 1, 1, "", "BarPlot"], [15, 5, 1, "", "bar_plot"]], "covsirphy.visualization.bar_plot.BarPlot": [[15, 3, 1, "", "line"], [15, 3, 1, "", "plot"], [15, 3, 1, "", "x_axis"], [15, 3, 1, "", "y_axis"]], "covsirphy.visualization.compare_plot": [[15, 1, 1, "", "ComparePlot"], [15, 5, 1, "", "compare_plot"]], "covsirphy.visualization.compare_plot.ComparePlot": [[15, 3, 1, "", "plot"]], "covsirphy.visualization.line_plot": [[15, 1, 1, "", "LinePlot"], [15, 5, 1, "", "line_plot"]], "covsirphy.visualization.line_plot.LinePlot": [[15, 3, 1, "", "line"], [15, 3, 1, "", "plot"], [15, 3, 1, "", "x_axis"], [15, 3, 1, "", "y_axis"]], "covsirphy.visualization.scatter_plot": [[15, 1, 1, "", "ScatterPlot"], [15, 5, 1, "", "scatter_plot"]], "covsirphy.visualization.scatter_plot.ScatterPlot": [[15, 3, 1, "", "legend"], [15, 3, 1, "", "legend_hide"], [15, 3, 1, "", "line_straight"], [15, 3, 1, "", "plot"]], "covsirphy.visualization.vbase": [[15, 1, 1, "", "VisualizeBase"], [15, 5, 1, "", "find_args"]], "covsirphy.visualization.vbase.VisualizeBase": [[15, 4, 1, "", "ax"], [15, 3, 1, "", "legend"], [15, 3, 1, "", "legend_hide"], [15, 3, 1, "", "plot"], [15, 3, 1, "", "tick_params"], [15, 4, 1, "", "title"]]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:attribute", "3": "py:method", "4": "py:property", "5": "py:function", "6": "py:exception"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "attribute", "Python attribute"], "3": ["py", "method", "Python method"], "4": ["py", "property", "Python property"], "5": ["py", "function", "Python function"], "6": ["py", "exception", "Python exception"]}, "titleterms": {"data": [0, 1, 2, 3], "prepar": [0, 3], "1": [0, 1, 2, 3, 4, 5], "download": [0, 11], "dataset": [0, 4], "from": 0, "recommend": [0, 4], "With": [0, 3, 4], "dataengin": 0, "class": 0, "2": [0, 1, 2, 3, 4, 5, 8, 16], "datadownload": 0, "acknowledg": 0, "read": 0, "panda": [0, 4], "datafram": [0, 4], "retriev": 0, "monkeypox": 0, "line": [0, 1], "list": 0, "convert": 0, "number": [0, 2, 4], "case": [0, 2, 4], "3": [0, 1, 2, 3, 4, 5], "total": 0, "popul": 0, "4": [0, 1, 2, 3, 4], "regist": 0, "gener": [0, 16], "sampl": [0, 2], "sir": [0, 2, 3, 12], "deriv": [0, 2], "od": [0, 2, 3, 5, 12], "model": [0, 2, 3], "one": 0, "phase": [0, 3], "multi": 0, "engin": 1, "clean": 1, "transform": 1, "arithmet": 1, "oper": 1, "eda": 1, "geospati": 1, "layer": 1, "5": [1, 2, 3], "subset": 1, "locat": 1, "complement": 1, "detail": 1, "recoveri": 1, "period": 1, "alia": [1, 14], "7": 1, "variabl": [1, 3], "plot": 1, "scatter": 1, "definit": 2, "non": 2, "dimension": 2, "creat": [2, 4], "solv": 2, "reproduct": 2, "d": 2, "f": 2, "expos": 2, "wait": 2, "sewir": 2, "vaccin": [2, 4], "6": [2, 3], "re": 2, "infect": 2, "depend": [3, 7], "dynam": [3, 12], "defin": 3, "0th": 3, "1st": 3, "track": 3, "paramet": [3, 5], "valu": [3, 4, 5], "simul": [3, 4], "observ": 3, "": 3, "r": 3, "chang": 3, "point": 3, "analysi": [3, 4, 5, 17], "plane": 3, "log": 3, "v": 3, "time": [3, 5], "seri": [3, 5], "segment": 3, "estim": 3, "tau": 3, "actual": 3, "accuraci": 3, "evalu": [3, 4, 14], "scenario": [4, 5], "analyz": 4, "server": 4, "serial": 4, "odescenario": 4, "object": 4, "set": 4, "addit": 4, "lockdown": 4, "medicin": 4, "adjust": 4, "last": 4, "date": 4, "compar": [4, 5], "param": 4, "describ": 4, "repres": 4, "get": 4, "predict": 5, "without": 5, "indic": [5, 16], "princip": 5, "compon": 5, "futur": 5, "contributor": 6, "coven": 6, "code": 6, "conduct": 6, "our": 6, "pledg": 6, "standard": 6, "respons": 6, "scope": 6, "enforc": 6, "attribut": 6, "contribut": 7, "guidelin": 7, "clone": 7, "covsirphi": [7, 8, 10, 11, 12, 13, 14, 15, 16], "repositori": 7, "instal": [7, 8, 16, 17], "fork": 7, "setup": 7, "python": 7, "poetri": 7, "window": 7, "linux": 7, "wsl": 7, "maco": 7, "issu": 7, "pull": 7, "request": 7, "run": 7, "test": 7, "version": [7, 9, 17], "introduct": [8, 16], "inspir": [8, 16], "demo": [8, 16], "tutori": [8, 16], "releas": [8, 16], "note": [8, 16], "develop": [8, 16, 17], "support": [8, 9, 16], "licens": [8, 16], "apach": [8, 16], "0": [8, 16], "citat": [8, 16], "secur": 9, "polici": 9, "report": 9, "vulner": 9, "disclosur": 9, "comment": 9, "thi": 9, "packag": [10, 11, 12, 13, 14, 15], "modul": [11, 12, 13, 14, 15], "sewirf": 12, "sird": 12, "sirf": 12, "scienc": 13, "ml": 13, "ode_scenario": 13, "util": 14, "config": 14, "error": 14, "filer": 14, "stopwatch": 14, "term": 14, "valid": 14, "visual": 15, "bar_plot": 15, "compare_plot": 15, "line_plot": 15, "scatter_plot": 15, "vbase": 15, "api": 16, "refer": 16, "tabl": 16, "stabl": 17, "anaconda": 17, "start": 17, "glossari": 18}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 6, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx.ext.viewcode": 1, "nbsphinx": 4, "sphinx": 56}}) \ No newline at end of file +Search.setIndex({"docnames": ["01_data_preparation", "02_data_engineering", "03_ode", "04_phase_dependent", "05_scenario_analysis", "06_prediction", "CODE_OF_CONDUCT", "CONTRIBUTING", "README", "SECURITY", "covsirphy", "covsirphy.downloading", "covsirphy.dynamics", "covsirphy.science", "covsirphy.util", "covsirphy.visualization", "index", "markdown/INSTALLATION", "markdown/TERM"], "filenames": ["01_data_preparation.ipynb", "02_data_engineering.ipynb", "03_ode.ipynb", "04_phase_dependent.ipynb", "05_scenario_analysis.ipynb", "06_prediction.ipynb", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "README.rst", "SECURITY.md", "covsirphy.rst", "covsirphy.downloading.rst", "covsirphy.dynamics.rst", "covsirphy.science.rst", "covsirphy.util.rst", "covsirphy.visualization.rst", "index.rst", "markdown/INSTALLATION.md", "markdown/TERM.md"], "titles": ["Data preparation", "Data engineering", "SIR-derived ODE models", "Phase-dependent SIR models", "Scenario analysis", "ODE parameter prediction", "Contributor Covenant Code of Conduct", "Contribution guideline", "CovsirPhy introduction", "Security policy", "covsirphy package", "covsirphy.downloading package", "covsirphy.dynamics package", "covsirphy.science package", "covsirphy.util package", "covsirphy.visualization package", "CovsirPhy introduction", "Installation", "Glossary"], "terms": {"The": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 15, 16, 17, 18], "first": [0, 3, 4, 5, 7, 8, 12, 13, 14, 15, 16, 17], "step": [0, 1, 3, 4, 7, 9, 18], "scienc": [0, 10, 16], "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18], "covsirphi": [0, 1, 2, 3, 4, 5, 9, 17, 18], "ha": [0, 1, 2, 3, 7, 13, 14, 15, 17], "follow": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 15, 16, 17], "three": [0, 12], "function": [0, 1, 3, 5, 8, 14, 15, 16], "server": [0, 11, 16], "datetim": [0, 4, 5], "import": [0, 1, 2, 3, 4, 5, 8, 14, 16, 17], "date": [0, 1, 2, 3, 5, 8, 11, 12, 13, 14, 15, 16, 18], "pprint": [0, 1, 2, 3], "numpi": [0, 1, 2, 5, 12, 13], "np": [0, 1, 2, 5, 12], "pd": [0, 4, 12, 13], "c": [0, 1, 2, 3, 4, 5, 8, 14, 16, 17], "__version__": [0, 1, 2, 3, 4, 5, 7, 8, 16, 17], "39": [0, 1, 2, 3, 4, 5], "0": [0, 1, 2, 3, 4, 5, 7, 10, 12, 13, 14, 15], "dev1": [0, 1, 2, 3, 4, 5], "version": [0, 2, 4, 6, 8, 10, 14, 16], "28": [0, 1, 3, 4, 5], "some": [0, 1, 2, 3, 4, 5, 7, 8, 14, 16, 18], "method": [0, 1, 2, 4, 5, 12, 14, 15, 18], "output": [0, 5, 7, 8, 14, 16], "inform": [0, 5, 6, 7, 8, 12, 13, 16], "us": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18], "loguru": 0, "librari": [0, 3, 8, 12, 16, 17], "which": [0, 1, 3, 4, 6, 8, 12, 13, 14, 16, 17, 18], "aim": 0, "bring": 0, "enjoy": 0, "log": [0, 15, 16], "python": [0, 3, 5, 8, 12, 16, 17], "we": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 14, 16, 17, 18], "can": [0, 1, 2, 3, 4, 5, 7, 8, 12, 13, 14, 16, 17, 18], "chang": [0, 1, 2, 4, 5, 7, 8, 12, 13, 14, 15, 16, 18], "level": [0, 1, 3, 6, 11, 13], "config": [0, 7, 10, 16], "default": [0, 1, 2, 3, 7, 12, 13, 14], "error": [0, 3, 4, 5, 7, 10, 16], "except": [0, 3, 5, 12, 13, 14], "warn": [0, 8, 14, 16, 17], "info": [0, 1, 3, 4, 5], "start": [0, 1, 2, 3, 4, 5, 7, 8, 12, 13, 14, 16], "optim": [0, 3, 4, 5, 12, 18], "debug": 0, "logger": 0, "covid": [0, 2, 3, 7, 8, 11, 12, 16, 17], "19": [0, 1, 2, 3, 4, 5, 7, 8, 11, 12, 16], "hub": [0, 11], "guidotti": 0, "e": [0, 2, 3, 6, 7, 9, 12, 14], "ardia": 0, "d": [0, 1, 3, 5, 12, 14, 16], "2020": [0, 3, 4, 5, 8, 16], "journal": 0, "open": [0, 6], "sourc": [0, 5, 10, 11, 12, 13, 14, 15], "softwar": 0, "5": [0, 4, 5, 12, 15, 16], "51": [0, 3, 5], "2376": 0, "doi": 0, "10": [0, 1, 2, 3, 4, 5, 12], "21105": 0, "joss": 0, "02376": 0, "jhu": [0, 2], "style": [0, 2, 3, 4, 5, 7], "valu": [0, 1, 2, 8, 11, 12, 13, 14, 15, 16, 18], "each": [0, 1, 3, 8, 13, 16], "countri": [0, 1, 3, 4, 8, 11, 13, 14, 16, 18], "provinc": [0, 1, 8, 11, 13, 14, 16], "govern": 0, "respons": [0, 9, 16], "tracker": 0, "oxcgrt": [0, 5], "test": [0, 1, 2, 3, 5, 11, 14, 16], "our": [0, 2, 5, 11, 16, 18], "world": [0, 11], "In": [0, 2, 6, 11], "hasel": 0, "j": 0, "mathieu": 0, "beltekian": 0, "et": 0, "al": 0, "A": [0, 2, 3, 14, 18], "cross": 0, "databas": [0, 1, 3, 5, 11], "sci": 0, "7": [0, 2, 3, 4, 5, 8, 12, 14, 16, 17], "345": 0, "http": [0, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17], "org": [0, 6, 7, 14, 15], "1038": 0, "s41597": 0, "020": 0, "00688": 0, "8": [0, 1, 2, 3, 4, 5, 7, 8, 16, 17], "vaccin": [0, 1, 5, 11, 14, 16], "peopl": [0, 2, 3, 11, 12], "who": [0, 2, 6, 11, 12], "receiv": [0, 9, 11], "googl": [0, 7, 8, 11, 16, 17], "cloud": 0, "platform": [0, 8, 16], "wahltinez": 0, "other": [0, 2, 5, 6, 13, 14, 15], "curat": 0, "fine": 0, "grain": 0, "global": [0, 1, 3], "scale": [0, 1, 5, 15], "repositori": [0, 1, 8, 16, 17], "sar": 0, "cov": [0, 7], "work": [0, 3, 5, 12], "progress": 0, "goo": 0, "gle": 0, "percentag": [0, 3, 13, 14], "baselin": [0, 4, 5, 8, 12, 13, 16], "visit": 0, "note": [0, 1, 2, 3, 4, 5, 7, 9, 12], "pleas": [0, 2, 3, 7, 8, 9, 13, 15, 16, 17], "refer": [0, 3, 8, 12, 13, 14, 15, 17], "term": [0, 3, 7, 10, 11, 12, 13, 15, 16, 18], "servic": 0, "advanc": [0, 6, 14, 17], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 12, 15, 16, 17, 18], "remov": [0, 2, 3, 5, 6, 7, 12, 14], "becaus": [0, 1, 2, 3, 4, 5, 12, 13, 14, 17, 18], "updat": [0, 1, 7, 11, 14], "github": [0, 1, 5, 7, 8, 9, 12, 13, 16, 17], "com": [0, 7, 8, 9, 12, 13, 16, 17], "lisphilar": [0, 6, 7, 8, 9, 12, 16, 17], "covid19": [0, 5, 7, 8, 9, 16, 17], "issu": [0, 2, 6, 8, 9, 16, 17], "1224": 0, "prospect": [0, 11], "2022": [0, 1, 3, 4, 5, 8, 16], "unit": [0, 1, 2, 3, 11, 18], "nation": [0, 6, 11], "depart": 0, "econom": [0, 6], "social": [0, 6], "affair": 0, "divis": [0, 1], "onlin": [0, 6], "edit": [0, 3, 6, 7], "hirokazu": [0, 8, 9, 16], "takaya": [0, 8, 9, 16], "japan": [0, 1, 3, 5, 8, 11, 13, 16], "tree": 0, "master": [0, 7, 9], "prefectur": [0, 1, 3, 11, 13], "metadata": 0, "regard": [0, 2, 4, 6, 12, 13, 18], "how": [0, 2, 3, 9, 14, 18], "request": [0, 9, 16], "new": [0, 1, 2, 3, 4, 5, 7, 8, 12, 13, 14, 16], "loader": [0, 7], "If": [0, 2, 3, 4, 7, 8, 9, 14, 15, 16, 17, 18], "you": [0, 1, 2, 3, 4, 5, 7, 8, 9, 16, 17], "want": [0, 4, 7], "your": [0, 3, 4, 7, 9], "analysi": [0, 1, 8, 12, 13, 14, 16, 18], "kindli": [0, 7, 9, 17], "u": [0, 2, 8, 16, 18], "dataload": 0, "guidelin": [0, 8, 16, 17], "contribut": [0, 6, 8, 9, 16, 17], "quickest": [0, 8, 16], "wai": [0, 3, 5], "eng": [0, 1, 3, 4], "covid19dh": [0, 1, 3, 5, 11], "owid": [0, 1, 5, 11], "08": [0, 1, 2, 3, 4, 5], "54": [0, 3, 5], "45": [0, 3, 5], "covid19datahub": 0, "io": [0, 5, 12], "56": [0, 3, 5], "lt": [0, 1, 3, 4, 5], "engin": [0, 5, 8, 16], "0x7fe409795df0": 0, "gt": [0, 1, 3, 4, 5], "get": [0, 1, 3, 5, 12, 16], "all": [0, 1, 3, 4, 6, 7, 9, 11, 12, 13, 14, 15, 17, 18], "record": [0, 1, 2, 3, 4, 8, 12, 13, 14, 16, 17, 18], "all_df": 0, "overview": 0, "core": [0, 1], "frame": [0, 1], "rangeindex": [0, 1], "226961": [0, 1], "entri": [0, 1], "226960": [0, 1], "column": [0, 1, 3, 4, 5, 11, 12, 13, 14, 15], "27": [0, 1, 3, 4, 5], "non": [0, 1, 5, 12, 16], "null": [0, 1, 5], "count": [0, 1, 2, 3, 12], "dtype": [0, 1, 3, 5], "iso3": [0, 1, 11, 14], "categori": [0, 1], "citi": [0, 1, 11, 13, 14], "datetime64": [0, 1, 5], "n": [0, 1, 2, 3, 5, 14, 17], "cancel_ev": [0, 1, 5, 11], "178167": [0, 1], "float64": [0, 1, 5, 12], "confirm": [0, 1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 13, 14, 16, 18], "205651": [0, 1], "6": [0, 1, 4, 5, 16, 18], "contact_trac": [0, 1, 5, 11], "178109": [0, 1], "224493": [0, 1], "string": [0, 1, 11, 14], "fatal": [0, 1, 2, 3, 4, 5, 11, 12, 13, 14], "189110": [0, 1], "9": [0, 1, 2, 3, 4, 5, 12], "gatherings_restrict": [0, 1, 5, 11], "178146": [0, 1], "information_campaign": [0, 1, 5, 11], "178140": [0, 1], "11": [0, 1, 2, 3, 4, 5], "internal_movement_restrict": [0, 1, 5, 11], "178153": [0, 1], "12": [0, 1, 2, 3, 4, 5, 11], "international_movement_restrict": [0, 1, 5, 11], "178132": [0, 1], "13": [0, 1, 2, 3, 4, 5], "223501": [0, 1], "14": [0, 1, 2, 3, 4, 5], "product": [0, 1, 11, 14], "120930": [0, 1], "15": [0, 1, 2, 3, 4, 5], "recov": [0, 1, 2, 3, 4, 5, 11, 12, 13, 14], "71763": [0, 1], "16": [0, 1, 2, 3, 4, 5], "school_clos": [0, 1, 5, 11], "178185": [0, 1], "17": [0, 1, 2, 3, 4, 5], "stay_home_restrict": [0, 1, 5, 11], "178077": [0, 1], "18": [0, 1, 2, 3, 4, 5], "stringency_index": [0, 1, 5, 11], "178102": [0, 1], "testing_polici": [0, 1, 5, 11], "178122": [0, 1], "20": [0, 1, 2, 3, 4, 5], "86110": [0, 1], "21": [0, 1, 3, 4, 5], "transport_clos": [0, 1, 5, 11], "178139": [0, 1], "22": [0, 1, 3, 4, 5], "vaccinated_ful": [0, 1, 5, 11, 14], "49138": [0, 1], "23": [0, 1, 3, 4, 5], "vaccinated_onc": [0, 1, 5, 11, 14], "51722": [0, 1], "24": [0, 1, 3, 4, 5], "54420": [0, 1], "25": [0, 1, 3, 4, 5], "vaccinations_boost": [0, 1, 5, 11, 14], "27163": [0, 1], "26": [0, 1, 3, 4, 5], "workplace_clos": [0, 1, 5, 11], "178148": [0, 1], "memori": [0, 1], "usag": [0, 1, 13], "47": [0, 1, 3, 5], "mb": [0, 1], "citat": [0, 10, 11], "show": [0, 1, 2, 3, 4, 5, 6, 8, 12, 13, 14, 15, 16], "print": [0, 1, 3, 4], "join": [0, 7, 8, 14, 16], "34": [0, 1, 2, 3, 5], "collect": [0, 11], "save": [0, 1, 4, 11, 15], "csv": [0, 14], "file": [0, 1, 4, 5, 7, 8, 13, 14, 16], "input": [0, 4, 5, 11], "directori": [0, 1, 4, 7, 11, 14], "argument": [0, 1, 2, 3, 5, 12, 13, 14, 15], "folder": 0, "current": [0, 3, 12, 13, 18], "last": [0, 1, 3, 5, 8, 12, 13, 16, 18], "modif": 0, "time": [0, 1, 2, 4, 8, 12, 14, 16, 17, 18], "within": [0, 6], "update_interv": [0, 11], "hour": [0, 18], "For": [0, 1, 3, 5, 6], "eg": [0, 1, 14], "state": [0, 1, 11], "avail": [0, 1, 6, 7, 8, 11, 12, 13, 16, 17], "eng_jpn": 0, "head": [0, 4], "55": [0, 5], "02": [0, 3, 4, 5], "03": [0, 3, 4, 5], "jpn": [0, 4, 14], "aichi": 0, "01": [0, 3, 4, 5, 12, 14], "na": [0, 1, 3, 12, 14], "78": [0, 3, 5], "none": [0, 1, 2, 3, 4, 5, 8, 11, 12, 13, 14, 15, 16], "row": [0, 1, 3, 4, 5], "usa": [0, 13], "eng_alabama": 0, "alabama": [0, 13], "06": [0, 1, 2, 3, 4, 5], "autauga": 0, "55869": 0, "68": [0, 3, 4, 5], "98": [0, 4, 5], "73": [0, 3, 5], "61": [0, 3, 5], "move": [0, 2], "forward": 0, "tutori": [0, 1, 5, 7, 17], "clean": [0, 3, 4, 5, 13, 16], "so": [0, 2, 4, 7, 14, 18], "explain": [0, 4, 5, 7, 8, 13, 14, 16], "dl": 0, "dl_df": 0, "layer": [0, 4, 11, 16], "have": [0, 1, 2, 4, 5, 6, 7, 8, 9, 12, 14, 16, 17], "instead": [0, 2, 4, 18], "categor": [0, 2, 12], "feb2020": 0, "project": [0, 6, 7, 8, 9, 16, 17, 18], "kaggl": [0, 2, 3, 8, 12, 16], "notebook": [0, 3, 7, 8, 12, 16], "help": 0, "kaggler": 0, "linelist": 0, "novel": 0, "corona": 0, "viru": [0, 2, 12], "2019": [0, 8, 16], "srk": 0, "forecast": [0, 5, 13, 18], "locat": [0, 5, 11, 13, 14, 15, 16], "dmitri": 0, "grechka": 0, "doe": [0, 2, 3, 5], "interfac": 0, "thei": [0, 2, 3, 5, 6, 9], "ar": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18], "howev": [0, 2, 7], "could": [0, 2, 6, 9], "done": [0, 14], "without": [0, 1, 2, 3, 6, 12, 13, 16, 18], "support": [0, 7, 17], "thank": [0, 1, 2, 3, 4, 5, 7, 9], "mai": [0, 1, 2, 3, 6, 7, 14], "need": [0, 2, 3, 4, 5, 8, 14, 16, 18], "own": 0, "includ": [0, 1, 2, 3, 4, 5, 6, 7, 8, 12, 13, 14, 15, 16], "format": [0, 1, 3], "At": [0, 4, 5], "health": 0, "under": [0, 18], "cc": 0, "BY": 0, "licens": 0, "just": [0, 3, 4, 14], "demonstr": [0, 3, 4, 5], "todai": [0, 12], "mp_cite": 0, "f": [0, 1, 3, 4, 5, 8, 12, 14, 16], "access": 0, "strftime": 0, "y": [0, 1, 2, 3, 5, 12, 13, 14, 15], "m": [0, 2, 3], "kraemer": 0, "tegal": 0, "pigott": 0, "dasgupta": 0, "sheldon": 0, "wilkinson": 0, "schultheiss": 0, "track": [0, 4, 12, 13, 16], "outbreak": [0, 2, 3, 7, 18], "epidemiolog": 0, "real": [0, 1, 3], "lancet": 0, "infecti": [0, 2, 8, 16], "diseas": [0, 2, 8, 16], "1016": 0, "s1473": 0, "3099": 0, "00359": 0, "european": 0, "centr": [0, 12], "prevent": [0, 2], "control": 0, "region": 0, "offic": 0, "europ": 0, "joint": 0, "dai": [0, 1, 2, 3, 4, 5, 8, 12, 13, 16, 18], "month": 0, "read_csv": 0, "pyarrow": 0, "deprec": [0, 14], "final": [0, 2, 4], "09": [0, 1, 3, 4, 5], "raw_url": 0, "raw": 0, "githubusercont": 0, "globaldothealth": 0, "main": [0, 14], "latest_deprec": 0, "69595": 0, "69594": 0, "36": [0, 3, 4, 5], "id": [0, 14], "object": [0, 1, 3, 12, 13, 14, 15, 16], "statu": [0, 1, 3, 6], "country_iso3": 0, "ag": [0, 6], "gender": [0, 6], "date_onset": 0, "77": [0, 3, 5], "date_confirm": 0, "symptom": 0, "hospitalis": 0, "date_hospitalis": 0, "35": [0, 3, 4, 5], "isol": 0, "date_isol": 0, "outcom": 0, "contact_com": 0, "contact_id": 0, "contact_loc": 0, "travel_histori": 0, "travel_history_entri": 0, "travel_history_start": 0, "travel_history_loc": 0, "travel_history_countri": 0, "genomics_metadata": 0, "confirmation_method": 0, "source_ii": 0, "source_iii": 0, "29": [0, 3, 4, 5], "source_iv": 0, "30": [0, 3, 4, 5, 8, 14, 16], "source_v": 0, "31": [0, 3, 4, 5], "source_vi": 0, "32": [0, 3, 4, 5], "source_vii": 0, "33": [0, 3, 4, 5], "date_entri": 0, "date_death": 0, "83": [0, 3, 5], "date_last_modifi": 0, "review": [0, 6, 7], "n1": 0, "gui": 0, "": [0, 1, 2, 4, 6, 8, 12, 13, 14, 16], "st": [0, 14], "thoma": 0, "hospit": 0, "london": 0, "england": 0, "gbr": 0, "04": [0, 2, 3, 4, 5], "05": [0, 1, 2, 3, 4, 5], "www": [0, 6, 7, 12], "gov": 0, "uk": [0, 1], "int": [0, 1, 3, 4, 5, 11, 12, 13, 14, 15], "emerg": [0, 3], "outbr": 0, "n2": 0, "n3": 0, "n4": 0, "male": 0, "n5": 0, "uniqu": [0, 4, 14], "arrai": [0, 13], "discard": 0, "suspect": 0, "omit_error": 0, "death": [0, 2], "analyz": [0, 1, 8, 12, 13, 16, 18], "skip": [0, 3, 4, 12, 14], "ppt": 0, "per": [0, 1, 14, 18], "protocol": [0, 11], "set": [0, 1, 2, 3, 6, 12, 13, 14, 15, 16, 18], "date_col": 0, "col": 0, "df": [0, 1, 2, 3, 4, 5, 13, 15], "loc": [0, 1, 2, 3, 4, 5], "renam": [0, 1, 4, 13], "isin": 0, "to_datetim": [0, 1], "date_min": 0, "min": [0, 1, 2, 3, 4, 5, 12, 13, 14, 15, 18], "axi": [0, 1, 3, 4, 5, 15], "date_recov": 0, "appli": [0, 1, 3, 5, 6, 14], "lambda": [0, 1, 4], "x": [0, 1, 2, 3, 4, 5, 7, 12, 13, 15], "els": [0, 12], "nat": 0, "fillna": [0, 1, 5], "unknown": 0, "ppt_df": 0, "copi": [0, 2, 3, 4, 5], "calcul": [0, 1, 2, 3, 12, 14, 18], "daili": [0, 1], "seri": [0, 1, 4, 8, 12, 13, 14, 15, 16, 18], "groupbi": 0, "name": [0, 1, 2, 3, 4, 5, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18], "c_df": 0, "abw": 0, "AND": 0, "07": [0, 1, 2, 3, 5], "r_df": 0, "au": 0, "melbourn": 0, "tur": 0, "f_df": 0, "bel": 0, "bra": 0, "caf": 0, "cod": 0, "combin": [0, 15], "cumul": [0, 1, 11], "combine_first": 0, "unstack": [0, 1], "asfreq": 0, "cumsum": 0, "stack": 0, "reorder_level": 0, "sort_index": 0, "reset_index": [0, 1, 4, 5], "all_df_citi": 0, "df2": 0, "as_index": 0, "fals": [0, 1, 2, 3, 4, 5, 12, 13, 14, 15], "sum": [0, 1, 2, 3], "insert": [0, 2, 4], "concat": 0, "convert_dtyp": 0, "69745": 0, "zmb": 0, "69746": 0, "69747": 0, "69748": 0, "69749": 0, "98000": 0, "check": [0, 1, 5, 8, 16, 17], "gi": 0, "convert_iso3": 0, "variabl": [0, 2, 4, 5, 11, 12, 13, 14, 15, 16, 18], "choropleth": [0, 1], "filenam": [0, 1, 4, 13, 14, 15], "titl": [0, 1, 2, 3, 4, 7, 8, 13, 14, 15, 16, 18], "map": [0, 1], "38": [0, 3, 5], "natur": [0, 1], "earth": [0, 1], "naturalearthdata": 0, "global_df": 0, "subset": [0, 3, 4, 5, 13, 14, 16], "geo": [0, 1, 3, 4, 5, 8, 13, 14, 16], "set_index": [0, 3], "astyp": [0, 1, 2, 5], "int64": [0, 1, 2, 5, 11, 12, 13], "tail": [0, 1, 2, 3, 4, 5], "line_plot": [0, 1, 2, 3, 4, 10, 13, 16], "necessari": [0, 1, 3, 4, 6, 7, 14], "later": [0, 2, 4, 7, 12, 13, 14], "wpp": [0, 11], "via": [0, 3, 5, 6, 7, 8, 9, 12, 16, 17], "specifi": [0, 1, 2, 3, 4, 5, 7, 12, 13, 14, 15], "code": [0, 7, 8, 9, 11, 12, 14, 16], "standard": [0, 5, 9, 13, 16], "autom": 0, "registr": 0, "rang": [0, 1, 3, 5, 12, 14], "reduc": [0, 3, 12, 13], "date_rang": [0, 1, 2, 3, 4, 5, 12, 13], "max": [0, 1, 3, 4, 5, 12, 13, 15, 18], "kind": [0, 1, 3, 12], "resampl": [0, 1], "displai": [0, 1, 3, 4, 5, 12, 13, 15], "42": [0, 3, 5], "un": [0, 2, 3, 7, 12, 13, 14], "wa": [0, 2, 3, 4, 5, 8, 9, 12, 13, 14, 16], "106445": 0, "afg": 0, "41128771": 0, "ago": 0, "35588987": 0, "aia": 0, "15857": 0, "alb": 0, "2842321": 0, "232": 0, "xkx": 0, "1659714": 0, "233": 0, "yem": 0, "33696614": 0, "234": 0, "zaf": 0, "59893885": 0, "235": 0, "20017675": 0, "236": 0, "zwe": [0, 1], "16320537": 0, "237": 0, "instanc": [0, 2, 3, 4, 6, 13, 14], "98119": 0, "98120": 0, "98121": 0, "98122": 0, "98123": 0, "98124": 0, "subclass": [0, 14], "odemodel": [0, 2, 4, 12, 13], "dynam": [0, 2, 4, 5, 10, 13, 16], "here": [0, 1, 3, 4, 5, 7, 8, 16], "creat": [0, 1, 3, 5, 6, 7, 8, 13, 14, 15, 16, 17], "tau": [0, 2, 4, 5, 12, 13, 14, 16, 18], "1440": [0, 2, 3, 4, 12, 18], "01jan2022": [0, 2, 3, 4], "30jun2022": [0, 3, 4], "paramet": [0, 2, 4, 8, 11, 12, 13, 14, 15, 16, 18], "preset": [0, 2, 3, 14], "solver": [0, 5], "sirmodel": [0, 2, 3, 12], "from_sampl": [0, 2, 3, 4, 12], "initial_dict": [0, 2, 12], "infect": [0, 1, 3, 4, 5, 12, 13, 14, 16], "1000": [0, 2, 3, 4, 5], "suscept": [0, 1, 2, 3, 4, 5, 12, 13, 14], "999000": [0, 2, 3], "param_dict": [0, 2, 12, 14], "rho": [0, 2, 3, 4, 5, 12, 13], "sigma": [0, 2, 3, 4, 5, 12], "075": [0, 2, 3, 4], "solv": [0, 3, 12, 16], "one_df": 0, "998787": 0, "1133": 0, "80": [0, 3, 4], "998546": 0, "1283": 0, "170": 0, "998273": 0, "1454": 0, "273": 0, "997964": 0, "1647": 0, "389": 0, "88354": [0, 2], "750": [0, 2], "910895": [0, 2], "88342": [0, 2], "708": [0, 2], "910950": [0, 2], "88329": [0, 2], "669": [0, 2], "911002": [0, 2], "88318": [0, 2], "632": [0, 2, 3], "911050": [0, 2], "88307": [0, 2], "596": [0, 2, 5], "911096": [0, 2], "plot": [0, 3, 5, 15, 16], "depend": [0, 4, 8, 9, 12, 13, 16, 17], "two": [0, 2, 3, 4, 5, 15], "0th": [0, 4, 5, 12, 13, 16], "28feb2022": [0, 3], "1st": [0, 4, 5, 12, 13, 14, 16], "01mar2022": [0, 3], "th": [0, 3], "dyn": [0, 3], "summari": [0, 3, 4, 5, 8, 12, 13, 16], "end": [0, 1, 2, 3, 4, 5, 12, 13, 14], "rt": [0, 3, 4, 5, 8, 12, 13, 14, 16], "beta": [0, 2, 3, 4, 5, 7, 12, 13], "gamma": [0, 2, 3, 4, 5, 7, 12], "67": [0, 2, 3, 5], "add": [0, 1, 3, 4, 5, 7, 8, 16], "setting_df": [0, 3], "181": [0, 3], "simul": [0, 2, 5, 8, 12, 13, 16, 18], "two_df": 0, "model_specif": [0, 3, 4, 12], "true": [0, 1, 2, 3, 4, 5, 7, 12, 13, 14, 15], "v": [0, 2, 4, 7, 14, 15, 16], "when": [0, 1, 2, 3, 4, 6, 7, 9, 11, 12, 13, 14, 15, 18], "specif": [0, 3, 6, 7, 12], "free": [0, 3, 6, 17], "r": [0, 1, 2, 4, 5, 8, 12, 14, 16], "assum": [0, 1, 3, 4], "sirf": [0, 1, 2, 3, 10, 16], "actual": [0, 2, 4, 8, 12, 13, 14, 16, 18], "observ": [0, 11, 12, 13, 16], "real_df": [0, 3], "With": [1, 16, 18], "prepar": [1, 2, 4, 5, 8, 9, 13, 16, 17], "dataset": [1, 2, 3, 5, 7, 8, 9, 11, 13, 14, 16, 18], "As": [1, 3, 4, 5], "next": [1, 2, 8, 9, 13, 16, 17], "perform": [1, 2, 3, 4, 5, 8, 12, 13, 16], "explanatori": 1, "from": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 15, 16, 18], "recommend": [1, 8, 11, 13, 16, 17], "an": [1, 2, 3, 4, 6, 7, 12, 13, 14], "exampl": [1, 3, 4, 5, 6, 7, 13, 14, 15, 17, 18], "dataengin": [1, 3, 4, 5, 13, 16], "download": [1, 3, 4, 5, 7, 8, 10, 16], "class": [1, 2, 3, 4, 5, 11, 12, 13, 14, 15, 16], "panda": [1, 3, 5, 11, 12, 13, 14, 15, 16], "datafram": [1, 3, 5, 11, 12, 13, 14, 15, 16], "total": [1, 2, 3, 4, 5, 13, 16], "popul": [1, 2, 3, 4, 5, 11, 13, 14, 16], "By": 1, "list": [1, 3, 4, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18], "convert_d": 1, "convert": [1, 3, 12, 14, 16, 18], "timestamp": [1, 3, 5, 11, 12, 13, 14, 15], "fill": [1, 12], "previou": [1, 2, 3, 18], "keyword": [1, 3, 5, 12, 13, 14, 15], "dayfirst": 1, "bool": [1, 3, 12, 13, 14, 15], "whether": [1, 3, 12, 13, 14, 15, 18], "dd": 1, "mm": 1, "tupl": [1, 3, 4, 12, 13, 14, 15], "str": [1, 3, 4, 5, 10, 11, 12, 13, 14, 15], "227027": 1, "227026": 1, "regist": [1, 3, 4, 12, 13, 14, 16], "number": [1, 3, 5, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18], "case": [1, 3, 5, 8, 11, 12, 13, 15, 16, 18], "requir": [1, 12, 14], "sir": [1, 4, 5, 7, 8, 9, 10, 16, 17, 18], "deriv": [1, 3, 4, 8, 12, 16, 18], "model": [1, 4, 5, 8, 12, 13, 16, 18], "main_vari": 1, "227022": 1, "14439018": 1, "14181450": 1, "257568": 1, "168971": 1, "5603": 1, "82994": 1, "227023": 1, "14181363": 1, "257655": 1, "169057": 1, "5604": 1, "227024": 1, "227025": 1, "recalcul": 1, "inverse_transform": [1, 3, 4, 12], "No": [1, 3, 5], "impact": [1, 2, 4, 5, 18], "diff": [1, 3], "suffix": [1, 14], "_diff": 1, "freq": [1, 5], "fill_valu": 1, "element": [1, 14], "wise": 1, "addit": [1, 3, 5, 16], "x1": 1, "x2": 1, "x3": 1, "mul": 1, "multipl": [1, 5, 14], "sub": [1, 3], "minuend": 1, "subtrahend": 1, "subtract": 1, "div": 1, "float": [1, 3, 4, 12, 13, 14, 15], "numer": [1, 3], "denomin": 1, "assign": [1, 2, 7], "kwarg": [1, 3, 5, 11, 12, 13, 14, 15], "confirmed_diff": 1, "87": [1, 3, 5], "88597": 1, "88598": 1, "21376598592": 1, "21383819070": 1, "positive_r": 1, "positive_rate_": 1, "100": [1, 4, 5], "2379907": 1, "822608": 1, "826263": 1, "return": [1, 5, 10, 11, 12, 13, 14, 15], "select": [1, 3, 4, 7, 11, 12, 13, 14], "top": [1, 5, 7, 11, 13, 14], "start_dat": [1, 3, 12, 14], "like": [1, 3, 7, 10, 12, 13, 14], "22jan2020": [1, 14], "end_dat": [1, 13, 14], "01feb2020": [1, 14], "zimbabw": 1, "53": [1, 3, 5], "4736084": 1, "6421874": 1, "12179421": 1, "1021463": 1, "onli": [1, 18], "should": [1, 2, 3, 17, 18], "adequ": 1, "kanagawa": 1, "tokyo": [1, 3, 13], "addition": [1, 3], "figur": [1, 3, 5, 12, 13, 15, 18], "logscal": 1, "log10": [1, 3, 12], "geojson": [1, 14], "natural_earth": 1, "extens": [1, 14], "automat": [1, 4, 5, 13, 15], "determin": [1, 3, 6, 9, 13, 14, 15, 18], "matplotlib": [1, 5, 12, 15], "pyplot": [1, 5, 15], "savefig": [1, 15], "legend": [1, 3, 12, 15], "easier": 1, "load": [1, 5, 13], "kingdom": 1, "filter": [1, 14], "recovery_period": 1, "expect": [1, 3, 6, 14], "interv": [1, 3, 11, 12], "max_ignor": 1, "ignor": [1, 2, 7, 13, 14, 18], "max_ending_unupd": 1, "full": [1, 8, 16], "where": [1, 2, 3], "upper_limit_dai": 1, "maximum": [1, 3, 12, 14], "valid": [1, 4, 5, 10, 16], "partial": 1, "90": [1, 5], "lower_limit_dai": 1, "minimum": [1, 3, 5, 12], "upper_percentag": 1, "fraction": 1, "greater": 1, "than": [1, 2, 3, 12, 18], "lower_percentag": 1, "less": [1, 12], "yokohama": 1, "kawasaki": 1, "without_df": 1, "status_dict": 1, "with_df": 1, "WITH": 1, "monoton": [1, 3], "increas": [1, 2, 3, 4], "fulli": [1, 3], "full_recov": 1, "monotonic_confirm": 1, "monotonic_fat": 1, "monotonic_recov": 1, "partial_recov": 1, "report": [1, 2, 6, 7, 16], "sometim": [1, 2], "decreas": [1, 2, 3, 4], "accident": 1, "do": [1, 2, 6, 7, 14, 17], "possibl": [1, 7, 9], "forc": [1, 15], "estim": [1, 2, 4, 5, 8, 12, 14, 16, 18], "averag": [1, 2], "extrapol": 1, "what": [1, 3, 6, 17], "defin": [1, 2, 4, 6, 7, 12, 15, 16, 18], "between": [1, 3, 12, 18], "subject": [1, 18], "mode": 1, "jpn_df": 1, "_": [1, 3, 4, 5, 15], "dt": [1, 2], "pivot_t": 1, "index": [1, 2, 3, 4, 5, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18], "interpol": 1, "limit_area": 1, "insid": 1, "dropna": [1, 3], "elaps": [1, 14], "mode_valu": 1, "round": [1, 3, 5, 12, 13, 14], "mean": [1, 2, 3, 4, 5, 12, 13, 14, 18], "hist": 1, "histogram": 1, "subset_alia": 1, "up": [1, 7, 14], "sub1": 1, "uk_with": 1, "retriev": [1, 7, 16], "sub2": 1, "comparison": [1, 3, 12], "equal": [1, 3, 12, 18], "cifr": 1, "equival": 1, "cirf": 1, "21171011": 1, "774200": [1, 3], "20351654": [1, 3], "45157": [1, 3], "21204451": 1, "744752": [1, 3], "20414451": [1, 3], "45248": [1, 3], "21233894": 1, "733347": [1, 3], "20455226": [1, 3], "45321": [1, 3], "21260679": 1, "722112": [1, 3], "20493163": [1, 3], "45404": [1, 3], "21283475": 1, "684210": [1, 3], "20553804": [1, 3], "45461": [1, 3], "alias": [1, 14], "variables_alia": 1, "t": [1, 2, 3, 14], "cfr": 1, "cr": 1, "p": [1, 3, 5, 14], "content": [1, 7], "jp": [1, 6], "75172266": [1, 5], "163327": 1, "75284014": [1, 5], "165941": 1, "75422826": [1, 5], "15314": 1, "75474171": [1, 5], "169477": 1, "19968": 1, "lineplot": [1, 15], "line_df": 1, "posit": [1, 2, 3, 6], "rate": [1, 2, 3, 5, 12, 18], "ylabel": [1, 2, 3, 15], "math_scal": [1, 2, 3, 15], "show_legend": [1, 3, 15], "lp": 1, "x_axi": [1, 15], "xlabel": [1, 2, 3, 15], "y_axi": [1, 15], "legend_hid": [1, 15], "scatter_plot": [1, 10, 16], "scatterplot": [1, 15], "sc_df": 1, "inplac": 1, "xlim": [1, 3, 15], "sp": 1, "line_straight": [1, 15], "p1": [1, 15], "p2": [1, 15], "ordinari": [2, 12], "differenti": [2, 12], "equat": [2, 3, 12], "epidemiologi": 2, "also": [2, 3, 8, 16], "compart": 2, "understand": 2, "mathemat": 2, "enabl": [2, 8, 15, 16, 18], "describ": [2, 5, 8, 13, 16], "complic": 2, "system": [2, 3], "simpli": 2, "studi": [2, 18], "predict": [2, 3, 8, 12, 13, 16, 18], "deepcopi": [2, 3], "simplest": [2, 3], "let": [2, 8, 16], "propos": 2, "kermack": 2, "w": [2, 14], "o": 2, "mckendrick": 2, "g": [2, 7, 12], "1927": 2, "meet": 2, "patient": 2, "begin": [2, 3], "align": [2, 3, 6, 13], "mathrm": [2, 3], "overset": 2, "longrightarrow": 2, "effect": [2, 3, 5, 12, 14, 18], "contact": [2, 3, 5, 6, 12, 17], "recoveri": [2, 3, 12, 16, 18], "mortal": [2, 12], "though": 2, "immun": 2, "cannot": [2, 3, 8, 12, 14, 16, 17], "To": [2, 3, 4, 5, 7, 17], "simplifi": [2, 3], "z": [2, 5, 7, 13], "result": [2, 3, 5, 6, 8, 12, 13, 16], "frac": [2, 3], "coeffici": [2, 3, 14], "integ": [2, 14, 15], "role": [2, 3], "larg": [2, 4, 5], "faster": 2, "di": 2, "child": [2, 12, 15], "initi": [2, 3, 12, 14, 18], "repr": 2, "10oct2022": 2, "08apr2023": 2, "divisor": [2, 3, 18], "oper": [2, 16], "31dec2022": 2, "720": 2, "directli": [2, 4, 15], "995_000": 2, "4_000": 2, "1_000": 2, "995000": 2, "4000": [2, 3], "dimensional_paramet": [2, 12], "sir_df": 2, "2023": 2, "y_integ": [2, 3, 15], "r_0": 2, "naught": 2, "secondari": 2, "caus": [2, 5], "host": 2, "extern": [2, 3], "link": [2, 7, 8, 14, 16], "part": [2, 5], "r0": [2, 12], "timedelta64": 2, "t0": 2, "argmin": 2, "ab": 2, "y0": 2, "vertic": [2, 3, 15], "line": [2, 3, 5, 12, 15, 16], "h": [2, 3, 15], "bbox_to_anchor": [2, 3, 15], "bbox_loc": [2, 3, 15], "upper": [2, 3, 12], "right": [2, 3, 6], "ncol": [2, 15], "measur": [2, 3, 8, 16, 18], "separ": [2, 3, 6], "call": [2, 5, 15], "alpha": [2, 5, 7, 14], "kappa": [2, 3, 4, 5, 12], "sirdmodel": [2, 12], "sird": [2, 10, 16], "005": [2, 3, 4], "sird_df": 2, "phase": [2, 4, 5, 8, 12, 13, 14, 16, 18], "mani": [2, 17, 18], "were": [2, 3, 7, 8, 13, 14, 16], "after": [2, 7, 12, 13], "consid": [2, 3, 6, 18], "ad": [2, 5, 7], "origin": [2, 7, 8, 12, 16], "alpha_": 2, "differ": [2, 3, 5, 6, 12, 18], "develop": [2, 4, 7, 9, 13], "ast": [2, 13], "alpha_1": [2, 3], "alpha_2": [2, 3], "direct": [2, 5, 12], "probabl": [2, 12], "carrier": 2, "anyon": 2, "themselv": 2, "know": [2, 3, 8, 16], "about": [2, 3, 6, 7], "either": [2, 12, 14], "die": 2, "while": 2, "being": 2, "essenti": 2, "serv": 2, "auxiliari": 2, "situat": [2, 3, 18], "factor": 2, "math": 2, "theta": [2, 3, 4, 5, 12], "small": [2, 4, 18], "pcr": [2, 3], "improv": [2, 9], "rather": 2, "enhanc": [2, 3], "even": 2, "now": [2, 5], "sirfmodel": [2, 3, 4, 5, 8, 12, 16], "002": [2, 3, 4, 5], "sirf_df": 2, "latent": [2, 12], "period": [2, 3, 12, 16, 18], "kei": [2, 14, 15], "well": [2, 7, 18], "occur": 2, "futur": [2, 7, 8, 14, 16, 18], "replac": 2, "beta_1": 2, "beta_2": 2, "beta_3": 2, "diagnosi": [2, 12], "exposur": [2, 12], "encount": [2, 12], "minut": [2, 12], "invers": [2, 5, 12], "x_1": 2, "x_2": 2, "x_3": 2, "beta_i": 2, "rho_i": [2, 12], "rho_1": 2, "rho_2": 2, "rho_3": 2, "sewirfmodel": [2, 12], "sewirf": [2, 10, 16], "994000": 2, "3000": 2, "2000": [2, 3], "rho1": [2, 12], "rho2": [2, 12], "167": 2, "rho3": [2, 12], "sewirf_df": 2, "49": [2, 3, 4, 5], "fv": 2, "omega": 2, "person": [2, 6, 9], "adjust": [2, 5, 16], "its": [2, 6, 14, 15], "safeti": 2, "implement": [2, 15], "driven": 2, "approach": [2, 8, 16], "There": 2, "pattern": [2, 4, 13], "NOT": 2, "alwai": [3, 5, 7, 8, 13, 16, 17], "constant": [3, 5, 12], "assumpt": [3, 4], "conclud": 3, "taken": [3, 8, 16, 18], "sequenti": [3, 12, 18], "fluctuat": 3, "avoid": [3, 17], "section": 3, "sampl": [3, 4, 5, 12, 16], "suggest": [3, 8, 9, 16], "detail": [3, 6, 8, 9, 14, 16], "second": [3, 5, 12, 15], "divid": 3, "third": 3, "fourth": 3, "them": [3, 4, 5, 7, 8, 16], "sympi": 3, "Then": [3, 4, 5, 7], "before_df": 3, "analyt": [3, 12], "solut": [3, 4, 12], "manual": [3, 5, 12], "high": [3, 5], "lighten": 3, "highlight_max": 3, "nbsp": [3, 4, 5], "00": [3, 4, 5], "670000": 3, "200000": [3, 4], "075000": [3, 4], "330000": 3, "400000": 3, "same": [3, 5, 12, 13, 14, 15], "reproduct": [3, 4, 5, 8, 12, 13, 14, 16], "model_nam": [3, 5, 12], "27feb2022": 3, "02mar2022": 3, "did": [3, 12], "group": [3, 15], "accept": [3, 6, 14], "trend": [3, 5, 12, 18], "techniqu": 3, "find": [3, 8, 9, 12, 13, 14, 15, 16, 17], "author": [3, 7, 8, 9, 16], "idea": [3, 7, 8, 16], "balkew": 3, "teshom": 3, "mogessi": 3, "multi": [3, 16], "exponenti": 3, "2010": 3, "electron": [3, 6], "Theses": 3, "dissert": 3, "paper": [3, 8, 16], "1747": 3, "focu": [3, 5], "lead": [3, 7], "const": 3, "symbol": 3, "cl": 3, "sr": [3, 12], "dsolv": 3, "hint": 3, "ic": 3, "displaystyl": 3, "left": 3, "eq": 3, "lh": 3, "rh": 3, "cfrac": 3, "s_": 3, "constantli": 3, "solved_df": 3, "sr_df": 3, "corr": 3, "ylim": [3, 5, 15], "limit": [3, 14, 15], "detect": [3, 5, 8, 12, 16], "correl": 3, "slope": 3, "18feb2022": 3, "0002": 3, "40": [3, 5], "24feb2022": 3, "003": [3, 4], "08mar2022": 3, "150": 3, "15mar2022": 3, "0000": 3, "precis": 3, "background_gradi": 3, "5000": 3, "0020": 3, "0050": 3, "0750": 3, "2nd": [3, 4, 5, 11, 12, 14], "8700": 3, "1500": 3, "3rd": [3, 4, 5, 14], "1300": 3, "0030": 3, "4th": [3, 4, 5], "5800": 3, "5th": [3, 5], "color_dict": [3, 15], "blue": 3, "green": 3, "lower": [3, 15], "center": [3, 5, 15], "nwith": 3, "most": [3, 5], "6th": [3, 5], "difficult": 3, "ruptur": [3, 12, 17], "off": [3, 12, 14], "sim_df": 3, "dyn_sim": 3, "from_data": [3, 12], "dot": 3, "algo": [3, 12], "algorithm": [3, 5, 12], "binseg": [3, 12], "normal": [3, 5, 12, 13], "pelt": [3, 12], "rbf": [3, 12], "bottomup": [3, 12], "document": [3, 7, 8, 9, 12, 16, 17], "size": [3, 6], "min_siz": [3, 12], "fit_df": 3, "fit": [3, 5, 12, 13, 14], "999565": 3, "999569": 3, "nan": 3, "999473": 3, "999476": 3, "169": [3, 4], "999369": 3, "999373": 3, "271": [3, 4], "999252": 3, "999255": 3, "385": [3, 4], "999120": 3, "999123": 3, "910075": 3, "652981": 3, "652989": 3, "910076": 3, "652988": 3, "910077": 3, "652986": 3, "910078": 3, "652985": 3, "910079": 3, "652984": 3, "153": 3, "over": [3, 12, 13], "write": [3, 13], "overwrit": [3, 12, 14], "01jun2022": 3, "01may2022": 3, "dyn_est": 3, "befor": [3, 4, 5, 7, 12], "estimate_tau": [3, 12], "metric": [3, 12, 14], "rmsle": [3, 12, 14, 18], "q": [3, 4, 12, 13], "digit": [3, 12, 14], "n_job": [3, 5, 12], "best": [3, 4, 5, 6, 12, 13, 14], "quantil": [3, 4, 12, 13], "score": [3, 5, 12, 13, 14, 18], "comput": [3, 12], "parallel": [3, 5, 12], "job": [3, 5, 12], "cpu": [3, 4, 5, 12], "candid": [3, 12, 14], "me": [3, 14], "residu": [3, 14], "mae": [3, 14], "absolut": [3, 4, 14], "mse": [3, 14], "squar": [3, 14], "msle": [3, 14], "logarithm": [3, 12, 14], "mape": [3, 14], "rmse": [3, 14], "root": [3, 14], "r2": [3, 14], "sqrt": 3, "sum_": 3, "log_": 3, "a_": 3, "p_": 3, "low": 3, "hyperparamet": [3, 12], "highli": [3, 8, 16], "accur": [3, 7], "site": [3, 5], "medium": 3, "score_df": 3, "48": [3, 5], "estimate_param": [3, 12], "optuna": [3, 12], "cut": [3, 12], "confid": [3, 12], "timeout": [3, 12], "180": [3, 12], "timeout_iter": [3, 12], "one": [3, 5, 7, 11, 12, 13, 14, 16], "iter": [3, 5, 12, 14], "tail_n": [3, 12], "decid": [3, 12], "allow": [3, 12], "99": [3, 5, 12], "pruner": [3, 12], "hyperband": [3, 12], "median": [3, 5, 12], "threshold": [3, 5, 12], "percentil": [3, 12], "intermedi": [3, 12], "larger": [3, 12], "prune": [3, 12], "bottom": [3, 12], "among": [3, 12], "trial": [3, 12, 14], "50": [3, 4, 5, 12], "constant_liar": [3, 12], "liar": [3, 12], "search": [3, 12, 13, 16], "effort": [3, 9, 12], "est_df": 3, "pf": 3, "drop_dupl": 3, "58": [3, 5], "run": [3, 4, 5, 12, 14, 16], "59": [3, 4, 5], "complet": [3, 4, 5, 7], "sec": [3, 4, 5, 12, 14], "runtim": [3, 12, 14], "001055": 3, "000174": 3, "006628": 3, "002457": 3, "009801": 3, "000072": [3, 5], "000188": 3, "015259": 3, "002845": 3, "047349": 3, "320": 3, "00004": 3, "000212": 3, "006514": 3, "003171": 3, "037976": 3, "154": 3, "002642": 3, "000204": 3, "016969": 3, "006122": 3, "062341": 3, "112": [3, 5], "113133": 3, "000081": 3, "014734": 3, "005112": 3, "054403": 3, "44": [3, 5], "000137": 3, "000116": 3, "016226": 3, "002893": 3, "054668": 3, "278": 3, "alpha1": [3, 4, 5, 12], "alpha2": [3, 4, 5, 12], "52": [3, 5], "001": [3, 4, 5, 14], "192": 3, "177": 3, "93": [3, 5], "157": 3, "288": [3, 5], "163": 3, "113": 3, "410": 3, "transform": [3, 4, 5, 12, 16], "complement": [3, 4, 13, 16], "actual_df": 3, "105358089": 3, "105324649": 3, "105295206": 3, "105268421": 3, "105245625": 3, "drop": [3, 4, 5], "dyn_act": [3, 4], "7th": [3, 5], "8th": [3, 5], "9th": [3, 5], "35th": [3, 5], "36th": [3, 5], "37th": [3, 5], "38th": [3, 5], "39th": [3, 5], "40th": [3, 5], "41st": [3, 5], "42nd": [3, 5], "43rd": [3, 5], "44th": [3, 5], "2021": [3, 5], "order": [3, 13], "130575": 3, "000014": [3, 5], "000972": 3, "000397": 3, "131": 3, "594": 3, "00202": 3, "000006": [3, 5], "000586": [3, 5], "000698": [3, 5], "1463": 3, "001675": 3, "000008": [3, 4, 5], "000587": 3, "000372": 3, "1096": 3, "000048": 3, "000716": [3, 5], "00048": 3, "1018": 3, "76": [3, 5], "001043": [3, 4], "000011": [3, 5], "000455": 3, "000588": [3, 5], "770": 3, "003005": 3, "000013": 3, "000412": [3, 5], "000573": 3, "000534": 3, "000005": [3, 5], "000628": 3, "000306": 3, "1621": 3, "000042": 3, "000618": 3, "000401": 3, "1323": 3, "00024": 3, "000509": 3, "991": 3, "001915": 3, "000492": 3, "000827": [3, 4], "592": 3, "10th": [3, 5], "000256": 3, "000004": [3, 5], "000554": 3, "000307": 3, "1992": 3, "11th": [3, 5], "001421": 3, "000001": [3, 5], "000953": 3, "00019": 3, "12332": 3, "12th": [3, 5], "000463": 3, "00067": 3, "000257": 3, "18676": 3, "13th": [3, 5], "001486": 3, "000375": 3, "8265": 3, "14th": [3, 5], "57": [3, 5], "00017": 3, "000002": [3, 5], "000291": [3, 5], "000505": 3, "3493": 3, "15th": [3, 5], "41": [3, 5], "024619": 3, "000276": 3, "000657": 3, "025": 3, "2013": [3, 5], "16th": [3, 5], "000811": 3, "00184": 3, "000041": 3, "17769": 3, "205": 3, "17th": [3, 5], "00001": 3, "001314": 3, "000032": 3, "22446": 3, "258": 3, "18th": [3, 5], "000252": 3, "000859": 3, "000118": 3, "18574": 3, "71": [3, 5], "19th": [3, 5], "000031": 3, "000663": 3, "000309": 3, "10659": 3, "20th": [3, 5], "000326": 3, "00045": 3, "000432": 3, "8545": 3, "21st": [3, 5], "000249": 3, "000461": 3, "000555": 3, "6319": 3, "22nd": [3, 5], "75": [3, 5], "000073": 3, "000434": 3, "000577": 3, "5403": 3, "23rd": [3, 5], "007732": 3, "000485": [3, 5], "000604": 3, "008": [3, 4], "11116": 3, "24th": [3, 5], "000807": 3, "000613": [3, 5], "00066": 3, "6612": 3, "25th": [3, 5], "000598": 3, "000589": 3, "13658": 3, "26th": [3, 5], "000515": 3, "14248": 3, "27th": [3, 5], "000466": 3, "000638": [3, 5], "23473": 3, "28th": [3, 5], "000358": 3, "000552": 3, "17889": 3, "29th": [3, 5], "000503": 3, "000424": 3, "13938": 3, "30th": [3, 5], "000094": 3, "000383": 3, "000559": 3, "13153": 3, "31st": [3, 5], "000126": 3, "000486": [3, 5], "000798": 3, "22175": 3, "32nd": [3, 5], "001529": 3, "00058": 3, "000751": 3, "9615": 3, "33rd": [3, 5], "000099": 3, "000662": 3, "11623": 3, "34th": [3, 5], "000715": 3, "001132": 3, "000354": 3, "22332": 3, "000161": 3, "001091": 3, "000176": 3, "21074": 3, "000063": 3, "000985": 3, "000221": 3, "28518": 3, "000671": [3, 5], "000289": 3, "16329": 3, "000075": 3, "000609": 3, "000507": 3, "13368": 3, "000125": 3, "000682": 3, "000517": 3, "11074": 3, "000493": 3, "9534": 3, "72": [3, 4, 5], "000067": 3, "000443": 3, "000614": [3, 5], "10110": 3, "00003": 3, "000451": 3, "000778": 3, "8835": 3, "000172": 3, "000399": 3, "000668": 3, "11455": 3, "69": [3, 4, 5], "000123": 3, "000533": [3, 5], "000767": 3, "9469": 3, "compar": [3, 8, 12, 13, 15, 16], "compare_plot": [3, 10, 12, 16], "37": [3, 4, 5], "overal": 3, "8857": 3, "simulated_df": 3, "parse_dai": [3, 12], "ref": [3, 12, 13, 14], "parse_phas": [3, 12], "track_df": 3, "43": [3, 5], "def": [3, 5], "histori": 3, "param_nam": 3, "arg": [3, 5, 12], "nome": 3, "horizont": [3, 5, 15], "suppress": 3, "46": [3, 5], "medic": 3, "declar": 3, "clearli": 3, "explos": 3, "od": [4, 8, 10, 13, 14, 16, 18], "focus": [4, 6], "timedelta": [4, 5], "option": [4, 12], "json": [4, 13, 14], "auto_build": [4, 5, 8, 13, 16], "target": [4, 5, 7, 13, 14, 15], "data": [4, 5, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18], "itali": 4, "intern": 4, "segment": [4, 8, 12, 16], "point": [4, 5, 8, 12, 15, 16, 18], "snr_act": 4, "Or": [4, 7], "produc": [4, 14], "to_dynam": [4, 8, 13, 16], "dyn_act_df": 4, "008489": 4, "017994": 4, "001838": 4, "64": [4, 5], "035637": 4, "000583": 4, "004749": 4, "001125": [4, 5], "036": 4, "114": [4, 5], "064996": 4, "00018": 4, "001818": 4, "001368": 4, "065": 4, "370": 4, "015564": 4, "000156": 4, "000649": 4, "002034": 4, "016": 4, "428": 4, "103": 4, "97": [4, 5], "00041": 4, "000028": 4, "002828": 4, "000924": 4, "2373": 4, "75th": 4, "000376": 4, "000007": 4, "004486": 4, "003974": 4, "10250": 4, "76th": 4, "016737": 4, "002792": 4, "003979": 4, "017": 4, "8400": 4, "77th": 4, "000743": 4, "003503": 4, "003232": 4, "8849": 4, "78th": 4, "005292": 4, "00262": 4, "9244": 4, "79th": 4, "003565": 4, "010508": 4, "004": [4, 5], "10212": 4, "shown": [4, 7, 14], "dyn_sampl": 4, "31jan2022": 4, "sample_df": 4, "subset_df": [4, 5], "1000000": 4, "1000001": 4, "1213": 4, "1451": 4, "999999": 4, "1720": 4, "2025": 4, "35218": 4, "13068": 4, "940": 4, "39544": 4, "14753": 4, "1061": 4, "44357": 4, "16637": 4, "1196": 4, "49704": 4, "18741": 4, "1347": 4, "55633": 4, "21088": 4, "1515": 4, "snr": [4, 5, 8, 16], "location_nam": [4, 13], "build_with_dynam": [4, 13], "200": 4, "build_with_model": [4, 13], "data_rang": 4, "to_json": [4, 13], "re": [4, 16], "path": [4, 11, 13, 14], "easili": [4, 5, 8, 16], "filer": [4, 10, 16], "prefix": [4, 14], "file_dict": 4, "json_fil": 4, "snr_recreat": 4, "from_json": [4, 13], "argmax": [4, 5, 13], "33030": 4, "It": [4, 18], "better": [4, 14], "01jan": 4, "31jan": 4, "30jun": 4, "60": [4, 5], "120": [4, 5], "01feb2022": 4, "stai": 4, "home": [4, 5], "restrict": 4, "build_with_templ": [4, 5, 8, 13, 16], "templat": [4, 5, 7, 8, 9, 13, 16], "append": [4, 5, 8, 13, 16], "fail": [4, 5, 7, 14], "extend": 4, "unchang": 4, "applymap": 4, "background": [4, 5], "color": [4, 5, 15], "yellow": [4, 5], "indexslic": 4, "500000": 4, "002000": 4, "005000": 4, "250000": 4, "100000": 4, "310000": 4, "002500": 4, "150000": 4, "400": 4, "720000": 4, "003000": 4, "160000": 4, "090000": 4, "333": 4, "724": 4, "compare_param": [4, 5, 8, 13, 16], "compare_cas": [4, 5, 8, 13, 16], "oe": 4, "232733": 4, "887821": 4, "574": 4, "57116": 4, "47075": 4, "421595": 4, "9267": 4, "26559": 4, "53834": 4, "490556": 4, "284": 4, "10166": 4, "114876": 4, "709162": 4, "24956": 4, "worst": 4, "exclud": [4, 13], "nthe": 4, "old": [4, 13, 14], "delet": [4, 13, 14], "exact": [4, 13], "deleted_scenario": 4, "regular": [4, 13], "express": [4, 6, 13], "deleted_": 4, "deleted_1": 4, "deleted_2": 4, "more": [5, 18], "physic": [5, 6], "dimension": [5, 12, 13, 16], "plt": 5, "odescenario": [5, 8, 13, 16], "88": 5, "203858": 5, "000076": 5, "001395": 5, "000514": 5, "204": 5, "137": 5, "81": 5, "001217": 5, "000483": 5, "2281": 5, "65": 5, "001066": 5, "000009": 5, "000423": 5, "1164": 5, "000942": 5, "000753": 5, "000462": 5, "922": 5, "001499": 5, "000543": 5, "000691": 5, "920": 5, "010753": 5, "000512": 5, "00072": 5, "011": 5, "726": 5, "000083": 5, "000862": 5, "000456": 5, "1712": 5, "004024": 5, "000761": 5, "004201": 5, "1245": 5, "000278": 5, "000017": 5, "00054": 5, "000949": 5, "611": 5, "000785": 5, "00092": 5, "1318": 5, "4": [5, 6, 12, 16, 18], "001206": 5, "000246": 5, "6621": 5, "000917": 5, "000849": 5, "000341": 5, "15597": 5, "000148": 5, "000774": 5, "8337": 5, "66": 5, "000181": 5, "000003": 5, "000476": 5, "3466": 5, "005772": 5, "000413": 5, "000869": 5, "006": 5, "954": 5, "001629": 5, "002316": 5, "000043": 5, "8523": 5, "243": 5, "000171": 5, "001707": 5, "000109": 5, "27832": 5, "96": 5, "000261": 5, "000208": 5, "17036": 5, "000741": 5, "000799": 5, "000361": 5, "9975": 5, "000051": 5, "000619": 5, "6311": 5, "000162": 5, "000542": 5, "000717": 5, "6145": 5, "000498": 5, "000558": 5, "000734": 5, "5844": 5, "89": 5, "000684": 5, "000769": 5, "7619": 5, "000377": 5, "000639": 5, "000705": 5, "7637": 5, "000092": 5, "000731": 5, "000745": 5, "10010": 5, "001183": 5, "000713": 5, "000678": 5, "15229": 5, "000165": 5, "00061": 5, "000803": 5, "27531": 5, "000027": 5, "000739": 5, "000829": 5, "21362": 5, "000766": 5, "000659": 5, "17578": 5, "63": 5, "000448": 5, "000711": 5, "15960": 5, "000312": 5, "00052": 5, "0009": 5, "13276": 5, "74": 5, "000776": 5, "000946": 5, "9412": 5, "000333": 5, "000737": 5, "00057": 5, "18744": 5, "000284": 5, "001423": 5, "000436": 5, "33770": 5, "000119": 5, "001409": 5, "000262": 5, "42256": 5, "000084": 5, "001255": 5, "29341": 5, "000937": 5, "000449": 5, "26230": 5, "00088": 5, "000702": 5, "000636": 5, "14721": 5, "000938": 5, "12160": 5, "000271": 5, "000651": 5, "000627": 5, "11855": 5, "000857": 5, "9386": 5, "000185": 5, "000563": 5, "001032": 5, "11072": 5, "000482": 5, "000855": 5, "16411": 5, "000024": 5, "000669": 5, "000989": 5, "8349": 5, "future_start_d": 5, "autot": [5, 13], "packag": [5, 7, 8, 16, 17], "design": 5, "rapidli": 5, "deploi": [5, 7], "accuraci": [5, 16, 18], "forecast_length": [5, 13], "averagevaluena": 5, "gener": [5, 9, 18], "param": [5, 13, 16], "fake_d": 5, "differencedtransform": 5, "sintrend": 5, "transformation_param": 5, "clipoutli": 5, "quantiletransform": 5, "clip": [5, 12], "std_threshold": 5, "output_distribut": 5, "uniform": 5, "n_quantil": 5, "rolling_mean_24": 5, "seasonaldiffer": 5, "detrend": 5, "lag_1": 5, "middl": 5, "decim": [5, 13], "on_transform": 5, "on_invers": 5, "gl": 5, "rolling_mean": 5, "rollingmeantransform": 5, "slice": 5, "fix": [5, 7, 9, 11, 12, 18], "window": [5, 16], "linear": 5, "robustscal": 5, "maxabsscal": 5, "lastvaluena": 5, "bkfilter": 5, "powertransform": 5, "positiveshift": 5, "lastvalu": 5, "seasonalna": 5, "lag_2": 5, "eval": 5, "traceback": 5, "recent": 5, "runner": 5, "venv": [5, 17], "lib": 5, "python3": 5, "tool": [5, 7, 17], "py": [5, 7], "3193": 5, "_fit": 5, "self": [5, 7, 12, 13, 14], "fit_transform": [5, 13], "sklearn": [5, 14], "preprocess": [5, 13], "_data": 5, "3058": 5, "force_transform": 5, "3085": 5, "_scaler": 5, "base": [5, 7, 11, 12, 13, 14, 15], "867": 5, "fit_param": 5, "809": 5, "partial_fit": 5, "sample_weight": 5, "844": 5, "_validate_data": 5, "577": 5, "check_arrai": 5, "input_nam": 5, "check_param": 5, "util": [5, 10, 16], "899": 5, "_assert_all_finit": 5, "146": 5, "rais": [5, 12, 13, 14, 15], "valueerror": [5, 13, 14], "msg_err": 5, "contain": [5, 13, 14], "infin": 5, "too": 5, "abov": 5, "evalu": [5, 10, 12, 16], "auto_model": 5, "1298": 5, "templatewizard": 5, "df_forecast": 5, "model_forecast": 5, "1122": 5, "modelpredict": 5, "637": 5, "df_train_transform": 5, "transformer_object": 5, "df_train": 5, "3203": 5, "constantna": 5, "ffill": 5, "364": 5, "nearest": [5, 13], "phi": 5, "transform_dict": 5, "akima": 5, "anomalyremov": 5, "alignlastvalu": 5, "iqr": 5, "method_param": 5, "iqr_threshold": 5, "iqr_quantil": 5, "lag": 5, "strength": 5, "365": 5, "ewmafilt": 5, "span": 5, "weighted_mean": 5, "standardscal": 5, "mad": 5, "distribut": 5, "ffill_mean_bias": 5, "stlfilter": 5, "decomp_typ": 5, "seasonal_decompos": 5, "fifth": 5, "998": 5, "pchip": 5, "hpfilter": 5, "lamb": 5, "129600": 5, "datepartregress": 5, "regression_model": 5, "decisiontre": 5, "model_param": 5, "max_depth": 5, "min_samples_split": 5, "datepart_method": 5, "simpl": [5, 18], "polynomial_degre": 5, "zero": 5, "zscore": 5, "knnimput": 5, "intermittentoccurr": 5, "tenth": 5, "cubic": 5, "168": 5, "pad": 5, "minmaxscal": 5, "cumsumtransform": 5, "900": 5, "mlp": 5, "hidden_layer_s": 5, "max_it": 5, "250": 5, "activ": [5, 17, 18], "tanh": 5, "adam": 5, "early_stop": 5, "learning_rate_init": 5, "0001": 5, "recur": 5, "317": 5, "scipyfilt": 5, "hilbert": 5, "method_arg": 5, "nonparametr": 5, "z_init": 5, "z_limit": 5, "z_step": 5, "max_contamin": 5, "mean_weight": 5, "sd_weight": 5, "anomaly_count_weight": 5, "62": 5, "quadrat": 5, "datetimeindex": [5, 12, 14], "length": [5, 12, 14], "921": 5, "avg": 5, "smape": 5, "79": 5, "891": 5, "ensembl": 5, "model_count": 5, "model_metr": 5, "3364164715e3faf10010f841ed8a6b38": 5, "modelparamet": 5, "transformationparamet": 5, "b05533d44784f3b5dcb411f3d07e1893": 5, "2b727811652f3c6b68252b96cfd01b17": 5, "succeed": 5, "45th": 5, "000675": 5, "000976": 5, "8329": 5, "46th": 5, "000683": 5, "000958": 5, "8301": 5, "47th": 5, "00069": 5, "000944": 5, "8281": 5, "48th": 5, "000925": 5, "8254": 5, "49th": 5, "000704": 5, "00091": 5, "8234": 5, "50th": 5, "000896": 5, "8214": 5, "51st": 5, "000883": 5, "8194": 5, "52nd": 5, "000724": 5, "000871": 5, "8174": 5, "53rd": 5, "85": 5, "000733": 5, "000856": 5, "8147": 5, "future_regressor": 5, "winedarksea": [5, 13], "build": [5, 13], "html": [5, 6, 14, 15], "regressor": 5, "__": 5, "data_eng": 5, "indicator_df": 5, "102865813": 5, "104228205": 5, "325097005": 5, "118002987": 5, "102866426": 5, "104228721": 5, "325163986": 5, "118068839": 5, "multicollinear": 5, "pca": [5, 13], "insight": 5, "mlengin": [5, 13], "seed": [5, 13], "n_compon": [5, 13], "ml": [5, 10, 16], "pca_dict": 5, "95": [5, 13], "pca_df": 5, "pc": [5, 13], "pc1": [5, 13], "pc2": [5, 13], "pc3": 5, "pc4": 5, "pc5": 5, "pc6": 5, "pc7": 5, "pc8": 5, "pc9": 5, "pc10": 5, "141400": 5, "717722": 5, "025783": 5, "858543": 5, "978264": 5, "489300": 5, "935197": 5, "730445": 5, "286289": 5, "838964": 5, "143444": 5, "717881": 5, "025734": 5, "858147": 5, "977708": 5, "489485": 5, "935583": 5, "730437": 5, "286256": 5, "839162": 5, "145941": 5, "718062": 5, "025672": 5, "857665": 5, "977023": 5, "489720": 5, "936051": 5, "730421": 5, "286215": 5, "839413": 5, "146865": 5, "718129": 5, "025649": 5, "857487": 5, "976770": 5, "489808": 5, "936224": 5, "730415": 5, "286200": 5, "839506": 5, "varianc": [5, 13], "close": [5, 7], "featur": [5, 7, 13, 14], "topfeat": [5, 13], "extract": 5, "sort_valu": 5, "type": [5, 11, 12, 13, 14, 15], "highlight": 5, "393498": 5, "360204": 5, "weak": [5, 13], "362513": 5, "378863": 5, "316581": 5, "309962": 5, "517198": 5, "505709": 5, "550877": 5, "640622": 5, "536279": 5, "605424": 5, "550400": 5, "595597": 5, "404425": 5, "600160": 5, "599752": 5, "future_df": 5, "rolling_zscor": 5, "norm": 5, "rolling_period": 5, "meandiffer": 5, "cointegr": 5, "det_ord": 5, "k_ar_diff": 5, "322": 5, "pctchangetransform": 5, "holidaytransform": 5, "splash_threshold": 5, "use_dayofmonth_holidai": 5, "use_wkdom_holidai": 5, "use_wkdeom_holidai": 5, "use_lunar_holidai": 5, "use_lunar_weekdai": 5, "use_islamic_holidai": 5, "use_hebrew_holidai": 5, "anomaly_detector_param": 5, "remove_excess_anomali": 5, "median_valu": 5, "regression_param": 5, "anomali": 5, "938": 5, "117": 5, "91": 5, "92": 5, "118": 5, "164": 5, "86": 5, "908": 5, "104": 5, "115": 5, "94": 5, "110": 5, "122": 5, "139": 5, "128": 5, "159": 5, "106": 5, "5e75ed52611fa9266c855f5876eb8720": 5, "a057327e9ad553fc7becec688b6c9521": 5, "990070e064491025a03483a204995ae5": 5, "84f5551a7e1b2a68e9001ad30cfba0fc": 5, "74302f1264c8e69bc750a6d0d4f714ff": 5, "06cd04ba5c1cdc139e9ceebd6277706f": 5, "b41fa5d83f8a332b3b582c7616ec180d": 5, "767270": 5, "708588": 5, "856232": 5, "066181": 5, "662011": 5, "791382": 5, "707828": 5, "856130": 5, "065683": 5, "653332": 5, "815512": 5, "707037": 5, "065370": 5, "643998": 5, "839660": 5, "706214": 5, "857116": 5, "064172": 5, "633993": 5, "863827": 5, "705360": 5, "856887": 5, "062534": 5, "623304": 5, "predicted_with_x": 5, "infer": 5, "frequenc": 5, "327": 5, "fastica": 5, "deflat": 5, "fun": 5, "cube": 5, "whiten": 5, "84": 5, "tweedi": 5, "poisson": 5, "rollingmean100thn": 5, "discret": 5, "n_bin": 5, "exp_weighted_mean": 5, "btcd": 5, "fastridg": 5, "max_lag": 5, "290": 5, "280": 5, "trained_model": 5, "multioutput": 5, "202": 5, "estimators_": 5, "joblib": 5, "1085": 5, "__call__": 5, "dispatch_one_batch": 5, "901": 5, "_dispatch": 5, "task": 5, "819": 5, "_backend": 5, "apply_async": 5, "batch": [5, 7], "callback": 5, "cb": 5, "_parallel_backend": 5, "208": 5, "immediateresult": 5, "func": 5, "597": 5, "__init__": [5, 7], "listcomp": 5, "_fit_estim": 5, "linear_model": 5, "_glm": 5, "glm": 5, "206": 5, "check_x_i": 5, "1092": 5, "check_consistent_length": 5, "387": 5, "found": [5, 12, 14], "inconsist": 5, "981": 5, "exp": 5, "951": 5, "d2dd90980f0b8a6507d4e7a594fb60e9": 5, "66be0d9b49470e148db31a0d7e3ef07d": 5, "ymin": 5, "ymin_valu": 5, "repres": [5, 6, 8, 13, 16, 18], "08dec2022": 5, "3628645": 5, "22243423": 5, "54975": 5, "47604": 5, "22459546": 5, "123902": 5, "48008": 5, "22243778": 5, "54966": 5, "47613": 5, "interest": 6, "foster": 6, "welcom": [6, 8, 16, 17], "environ": [6, 7, 17], "maintain": [6, 7, 9], "make": [6, 7, 8, 9, 16], "particip": 6, "commun": [6, 7, 8, 9, 16], "harass": 6, "experi": 6, "everyon": 6, "regardless": 6, "bodi": 6, "disabl": 6, "ethnic": 6, "sex": 6, "characterist": 6, "ident": 6, "educ": 6, "socio": 6, "appear": [6, 15], "race": 6, "religion": 6, "sexual": 6, "orient": 6, "behavior": 6, "inclus": 6, "languag": 6, "Being": 6, "respect": 6, "viewpoint": 6, "gracefulli": 6, "construct": 6, "critic": 6, "empathi": 6, "toward": 6, "member": 6, "unaccept": 6, "imageri": 6, "unwelcom": 6, "attent": 6, "troll": 6, "insult": 6, "derogatori": 6, "comment": [6, 16], "polit": 6, "attack": 6, "public": 6, "privat": 6, "publish": [6, 7, 8, 16], "address": 6, "explicit": 6, "permiss": [6, 14], "reason": [6, 18], "inappropri": 6, "profession": 6, "clarifi": 6, "take": [6, 9, 18], "appropri": [6, 7], "fair": 6, "correct": [6, 14], "action": 6, "ani": [6, 7, 8, 9, 12, 16, 17], "reject": 6, "commit": 6, "wiki": 6, "ban": 6, "temporarili": 6, "perman": 6, "deem": 6, "threaten": 6, "offens": 6, "harm": 6, "both": [6, 14], "space": [6, 13], "individu": [6, 18], "offici": 6, "mail": [6, 9], "post": 6, "media": 6, "account": [6, 7], "act": 6, "appoint": 6, "offlin": 6, "event": 6, "represent": 6, "further": [6, 13], "abus": 6, "otherwis": 6, "team": [6, 8, 9, 16], "outlook": 6, "complaint": 6, "investig": 6, "circumst": 6, "oblig": 6, "confidenti": 6, "incid": 6, "polici": [6, 16], "good": 6, "faith": 6, "face": 6, "temporari": 6, "repercuss": 6, "leadership": 6, "adapt": 6, "1": [6, 7, 8, 12, 13, 14, 16, 18], "answer": 6, "common": [6, 12], "question": [6, 7, 8, 16, 17], "see": [6, 8, 16], "faq": 6, "continu": 7, "hope": 7, "research": 7, "overcom": 7, "conduct": [7, 16], "page": [7, 8, 16, 17], "collabor": 7, "merg": 7, "sphinx": 7, "discuss": [7, 8, 16, 17], "user": [7, 14, 17], "analys": 7, "git": [7, 9, 17], "command": [7, 17], "cd": 7, "remot": 7, "upstream": 7, "branch": 7, "fetch": 7, "checkout": 7, "anyenv": 7, "manag": [7, 14], "lien": 7, "powershel": 7, "invok": 7, "webrequest": 7, "uri": 7, "usebasicpars": 7, "virtualenv": 7, "makefil": 7, "pip": [7, 8, 9, 16, 17], "upgrad": [7, 8, 9, 16, 17], "dev": 7, "shell": 7, "script": 7, "scenario_analysi": 7, "ask": 7, "bug": [7, 9], "ensur": [7, 14], "execut": [7, 12], "alcoa": 7, "attribut": [7, 16], "legibl": 7, "contemporan": 7, "permit": 7, "api": [7, 8], "soon": [7, 9], "latest": [7, 8, 9, 16, 17], "readabl": 7, "successfulli": 7, "revis": 7, "docstr": 7, "readm": 7, "relat": 7, "flow": 7, "issue100": 7, "ipynb": 7, "jupyt": 7, "pyproject": [7, 17], "toml": [7, 17], "pytest": 7, "flake8": 7, "e501": 7, "durat": 7, "maxfail": 7, "miss": 7, "test_scenario": 7, "ci": [7, 14], "3": [7, 8, 12, 13, 14, 16, 17], "semant": 7, "2": [7, 12, 14, 15], "rule": 7, "fu1": 7, "minor": 7, "doc": [7, 12], "lock": 7, "stabl": [7, 8, 9, 14, 16], "upload": 7, "pypi": [7, 8, 16, 17], "releas": [7, 9], "major": 7, "mileston": [7, 8, 16], "qiita": [8, 16], "japanes": [8, 16], "coronaviru": [8, 16], "monkeypox": [8, 16], "scenario": [8, 13, 14, 16, 18], "decis": [8, 16], "monitor": [8, 16], "spread": [8, 16], "relationship": [8, 16, 18], "twitter": [8, 16], "great": [8, 16], "newer": [8, 12, 16, 17], "colab": [8, 16, 17], "binder": [8, 16, 17], "tour": [8, 16], "acknowledg": [8, 9, 16], "plan": [8, 16], "urgent": [8, 16], "matter": [8, 16], "volunt": [8, 16], "12feb2020": [8, 16], "On": [8, 16], "07may2020": [8, 16], "10may2020": [8, 16], "28jun2020": [8, 16], "backer": [8, 16], "cite": [8, 16], "__citation__": [8, 16], "contributor": [8, 16], "wrote": [8, 16], "scientif": [8, 16], "outlin": 9, "procedur": 9, "instal": 9, "egg": [9, 17], "guid": 9, "serious": 9, "notifi": 9, "appreci": 9, "everi": 9, "modul": [9, 10, 16], "coordin": 9, "process": 9, "involv": 9, "problem": [9, 12], "affect": 9, "audit": 9, "potenti": 9, "similar": 9, "submit": 9, "pull": [9, 16], "md": 9, "blob": 9, "get_cit": 10, "get_vers": 10, "v0": 10, "ode_scenario": [10, 16], "alia": [10, 13, 16], "stopwatch": [10, 16], "visual": [10, 16], "bar_plot": [10, 16], "vbase": [10, 16], "datadownload": [11, 16], "pathlib": 11, "reset": [11, 12, 13, 15], "administr": 11, "booster": 11, "least": [11, 13], "dose": 11, "prescrib": 11, "hand": 12, "definit": [12, 13, 14, 16], "plane": [12, 16], "visualizebas": [12, 15], "notenoughdataerror": [12, 14], "enough": [12, 14], "must": [12, 13, 14], "b": [12, 14], "borelli": 12, "from_data_with_optim": 12, "unexpectednoneerror": [12, 14], "classmethod": [12, 13, 14], "properti": [12, 15], "recogn": 12, "older": 12, "nafounderror": [12, 14], "summar": [12, 13], "basic": 12, "dict": [12, 13, 14, 15], "dictionari": [12, 14, 15], "minim": 12, "from_data_with_quantil": 12, "ie": 12, "with_estim": 12, "estimation_dict": 12, "with_quantil": 12, "with_optim": 12, "not_perform": 12, "sewir": [12, 16], "expos": [12, 14, 16], "wait": [12, 14, 16], "zerodivisionerror": 12, "beta1": 12, "beta2": 12, "beta3": 12, "notimplementederror": [12, 15], "plu": 12, "machin": 13, "learn": [13, 14], "random": 13, "given": 13, "indic": [13, 18], "regress": 13, "verbos": 13, "princip": [13, 16], "compon": [13, 16], "train": 13, "vector": 13, "_the": 13, "cover": 13, "structur": 13, "explained_var": 13, "fo": 13, "variance_ratio": 13, "ratio": 13, "scaler": 13, "pcp": 13, "outlier": 13, "y_proba": 13, "y_score": 13, "y_bool": 13, "y_bool_sp": 13, "y_score_sp": 13, "outlier_param": 13, "erdog": 13, "overwritten": 13, "identifi": 13, "subsetnotfounderror": [13, 14], "unexpectedvaluerangeerror": [13, 14], "baldwin": 13, "place": 13, "dimens": 13, "correspond": 13, "usabl": 13, "recreat": 13, "target_class": 14, "rememb": 14, "pars": 14, "defaultdict": 14, "keyerror": 14, "been": 14, "for_vari": 14, "emptyerror": 14, "_validationerror": 14, "empti": 14, "expectedli": 14, "experimentalwarn": 14, "experiment": 14, "required_n": 14, "notincludederror": 14, "key_nam": 14, "container_nam": 14, "notnoneerror": 14, "notregisterederror": 14, "unexecutederror": 14, "yet": 14, "notsubclasserror": 14, "parent": 14, "scenarionotfounderror": 14, "_baseexcept": 14, "unregist": 14, "country_alia": 14, "unexecut": 14, "unexpectedlengtherror": 14, "sequenc": 14, "expend": 14, "unexpectedtypeerror": 14, "unexpectedvalueerror": 14, "unexpect": 14, "value_rang": 14, "out": 14, "decor": 14, "descript": 14, "url": 14, "y_true": 14, "y_pred": 14, "inner": 14, "intersect": 14, "pred": 14, "scikit": 14, "model_evalu": 14, "best_on": 14, "candidate_dict": 14, "smaller_is_bett": 14, "smaller": 14, "png": 14, "jpn_01_record": 14, "jpg": 14, "backup": 14, "jpn_01_backup": 14, "geometri": 14, "driver": 14, "jpn_01_geometri": 14, "path_or_buf": 14, "ext": 14, "static": 14, "time_sec": 14, "stop": 14, "stop_show": 14, "_actual": 14, "area_abbr_col": 14, "area_column": 14, "date_format": 14, "date_format_desc": 14, "ddmmmyyyi": 14, "dsifr_column": 14, "fig_column": 14, "fr": 14, "moder": 14, "mono_column": 14, "nloc_column": 14, "_predict": 14, "past": 14, "rate_column": 14, "rt_full": 14, "sep": 14, "sever": 14, "step_n": 14, "str_column": 14, "sub_column": 14, "suffix_dict": 14, "nd": 14, "rd": 14, "tens": 14, "tests_diff": 14, "vac": 14, "vac_boost": 14, "value_column": 14, "v_full": 14, "v_onc": 14, "y0_dict": 14, "num2str": 14, "num": 14, "etc": [14, 17], "str2num": 14, "accept_non": 14, "time_index": 14, "empty_ok": 14, "give": 14, "itself": 14, "required_kei": 14, "coerc": 14, "round_ok": 14, "exist": 14, "flatten": 14, "duplic": 14, "remain": 14, "barplot": 15, "bbox_inch": 15, "tight": 15, "bar": 15, "bound": [15, 18], "box": 15, "inch": 15, "black": 15, "linestyl": 15, "colormap": 15, "label": 15, "colormaps_refer": 15, "y_logscal": 15, "domain": 15, "latex": 15, "wrapper": 15, "chronolog": 15, "compareplot": 15, "x_logscal": 15, "scatter": [15, 16], "connect": 15, "straight": 15, "reorder": 15, "ax": 15, "distanc": 15, "hide": 15, "tick_param": 15, "tick": 15, "grid": 15, "find_arg": 15, "func_list": 15, "anaconda": 16, "read": 16, "arithmet": 16, "eda": 16, "geospati": 16, "serial": 16, "lockdown": 16, "medicin": 16, "glossari": 16, "coven": 16, "pledg": 16, "scope": 16, "enforc": 16, "secur": 16, "vulner": 16, "disclosur": 16, "clone": 16, "fork": 16, "setup": 16, "poetri": [16, 17], "linux": 16, "wsl": 16, "maco": 16, "virtual": 17, "conda": 17, "concern": 17, "conflict": 17, "fiona": 17, "forg": 17, "exit": 17, "deactiv": 17, "advic": 17, "feel": 17, "These": 18, "delai": 18, "against": 18, "convers": 18, "predetermin": 18, "Its": 18, "dure": 18, "refresh": 18, "360": 18, "would": 18, "sinc": 18, "whole": 18, "break": 18, "down": 18}, "objects": {"": [[10, 0, 0, "-", "covsirphy"]], "covsirphy": [[11, 0, 0, "-", "downloading"], [12, 0, 0, "-", "dynamics"], [10, 5, 1, "", "get_citation"], [10, 5, 1, "", "get_version"], [13, 0, 0, "-", "science"], [14, 0, 0, "-", "util"], [15, 0, 0, "-", "visualization"]], "covsirphy.downloading": [[11, 0, 0, "-", "downloader"]], "covsirphy.downloading.downloader": [[11, 1, 1, "", "DataDownloader"]], "covsirphy.downloading.downloader.DataDownloader": [[11, 2, 1, "", "LAYERS"], [11, 3, 1, "", "citations"], [11, 3, 1, "", "layer"]], "covsirphy.dynamics": [[12, 0, 0, "-", "dynamics"], [12, 0, 0, "-", "ode"], [12, 0, 0, "-", "sewirf"], [12, 0, 0, "-", "sir"], [12, 0, 0, "-", "sird"], [12, 0, 0, "-", "sirf"]], "covsirphy.dynamics.dynamics": [[12, 1, 1, "", "Dynamics"]], "covsirphy.dynamics.dynamics.Dynamics": [[12, 3, 1, "", "detect"], [12, 3, 1, "", "estimate"], [12, 3, 1, "", "estimate_params"], [12, 3, 1, "", "estimate_tau"], [12, 3, 1, "", "evaluate"], [12, 3, 1, "", "from_data"], [12, 3, 1, "", "from_sample"], [12, 4, 1, "", "model"], [12, 4, 1, "", "model_name"], [12, 4, 1, "", "name"], [12, 3, 1, "", "parse_days"], [12, 3, 1, "", "parse_phases"], [12, 3, 1, "", "register"], [12, 3, 1, "", "segment"], [12, 3, 1, "", "simulate"], [12, 3, 1, "", "start_dates"], [12, 3, 1, "", "summary"], [12, 4, 1, "", "tau"], [12, 3, 1, "", "track"]], "covsirphy.dynamics.ode": [[12, 1, 1, "", "ODEModel"]], "covsirphy.dynamics.ode.ODEModel": [[12, 3, 1, "", "definitions"], [12, 3, 1, "", "dimensional_parameters"], [12, 3, 1, "", "from_data"], [12, 3, 1, "", "from_data_with_optimization"], [12, 3, 1, "", "from_data_with_quantile"], [12, 3, 1, "", "from_sample"], [12, 3, 1, "", "inverse_transform"], [12, 3, 1, "", "name"], [12, 3, 1, "", "r0"], [12, 3, 1, "", "settings"], [12, 3, 1, "", "solve"], [12, 3, 1, "", "sr"], [12, 3, 1, "", "transform"]], "covsirphy.dynamics.sewirf": [[12, 1, 1, "", "SEWIRFModel"]], "covsirphy.dynamics.sewirf.SEWIRFModel": [[12, 3, 1, "", "dimensional_parameters"], [12, 3, 1, "", "from_data_with_optimization"], [12, 3, 1, "", "from_data_with_quantile"], [12, 3, 1, "", "inverse_transform"], [12, 3, 1, "", "r0"], [12, 3, 1, "", "sr"], [12, 3, 1, "", "transform"]], "covsirphy.dynamics.sir": [[12, 1, 1, "", "SIRModel"]], "covsirphy.dynamics.sir.SIRModel": [[12, 3, 1, "", "dimensional_parameters"], [12, 3, 1, "", "inverse_transform"], [12, 3, 1, "", "r0"], [12, 3, 1, "", "sr"], [12, 3, 1, "", "transform"]], "covsirphy.dynamics.sird": [[12, 1, 1, "", "SIRDModel"]], "covsirphy.dynamics.sird.SIRDModel": [[12, 3, 1, "", "dimensional_parameters"], [12, 3, 1, "", "inverse_transform"], [12, 3, 1, "", "r0"], [12, 3, 1, "", "sr"], [12, 3, 1, "", "transform"]], "covsirphy.dynamics.sirf": [[12, 1, 1, "", "SIRFModel"]], "covsirphy.dynamics.sirf.SIRFModel": [[12, 3, 1, "", "dimensional_parameters"], [12, 3, 1, "", "r0"], [12, 3, 1, "", "sr"]], "covsirphy.science": [[13, 0, 0, "-", "ml"], [13, 0, 0, "-", "ode_scenario"]], "covsirphy.science.ml": [[13, 1, 1, "", "MLEngineer"]], "covsirphy.science.ml.MLEngineer": [[13, 3, 1, "", "forecast"], [13, 3, 1, "", "pca"]], "covsirphy.science.ode_scenario": [[13, 1, 1, "", "ODEScenario"]], "covsirphy.science.ode_scenario.ODEScenario": [[13, 3, 1, "", "append"], [13, 3, 1, "", "auto_build"], [13, 3, 1, "", "build_with_dynamics"], [13, 3, 1, "", "build_with_model"], [13, 3, 1, "", "build_with_template"], [13, 3, 1, "", "compare_cases"], [13, 3, 1, "", "compare_param"], [13, 3, 1, "", "delete"], [13, 3, 1, "", "describe"], [13, 3, 1, "", "from_json"], [13, 3, 1, "", "predict"], [13, 3, 1, "", "rename"], [13, 3, 1, "", "represent"], [13, 3, 1, "", "simulate"], [13, 3, 1, "", "summary"], [13, 3, 1, "", "to_dynamics"], [13, 3, 1, "", "to_json"], [13, 3, 1, "", "track"]], "covsirphy.util": [[14, 0, 0, "-", "alias"], [14, 0, 0, "-", "config"], [14, 0, 0, "-", "error"], [14, 0, 0, "-", "evaluator"], [14, 0, 0, "-", "filer"], [14, 0, 0, "-", "stopwatch"], [14, 0, 0, "-", "term"], [14, 0, 0, "-", "validator"]], "covsirphy.util.alias": [[14, 1, 1, "", "Alias"]], "covsirphy.util.alias.Alias": [[14, 3, 1, "", "all"], [14, 3, 1, "", "delete"], [14, 3, 1, "", "find"], [14, 3, 1, "", "for_variables"], [14, 3, 1, "", "update"]], "covsirphy.util.error": [[14, 6, 1, "", "EmptyError"], [14, 6, 1, "", "ExperimentalWarning"], [14, 6, 1, "", "NAFoundError"], [14, 6, 1, "", "NotEnoughDataError"], [14, 6, 1, "", "NotIncludedError"], [14, 6, 1, "", "NotNoneError"], [14, 6, 1, "", "NotRegisteredError"], [14, 6, 1, "", "NotSubclassError"], [14, 6, 1, "", "ScenarioNotFoundError"], [14, 6, 1, "", "SubsetNotFoundError"], [14, 6, 1, "", "UnExecutedError"], [14, 6, 1, "", "UnExpectedLengthError"], [14, 6, 1, "", "UnExpectedNoneError"], [14, 6, 1, "", "UnExpectedTypeError"], [14, 6, 1, "", "UnExpectedValueError"], [14, 6, 1, "", "UnExpectedValueRangeError"], [14, 5, 1, "", "deprecate"], [14, 5, 1, "", "experimental"]], "covsirphy.util.evaluator": [[14, 1, 1, "", "Evaluator"]], "covsirphy.util.evaluator.Evaluator": [[14, 3, 1, "", "best_one"], [14, 3, 1, "", "metrics"], [14, 3, 1, "", "score"], [14, 3, 1, "", "smaller_is_better"]], "covsirphy.util.filer": [[14, 1, 1, "", "Filer"]], "covsirphy.util.filer.Filer": [[14, 3, 1, "", "csv"], [14, 3, 1, "", "files"], [14, 3, 1, "", "geojson"], [14, 3, 1, "", "jpg"], [14, 3, 1, "", "json"], [14, 3, 1, "", "png"]], "covsirphy.util.stopwatch": [[14, 1, 1, "", "StopWatch"]], "covsirphy.util.stopwatch.StopWatch": [[14, 3, 1, "", "show"], [14, 3, 1, "", "stop"], [14, 3, 1, "", "stop_show"]], "covsirphy.util.term": [[14, 1, 1, "", "Term"]], "covsirphy.util.term.Term": [[14, 2, 1, "", "A"], [14, 2, 1, "", "ACTUAL"], [14, 2, 1, "", "AREA_ABBR_COLS"], [14, 2, 1, "", "AREA_COLUMNS"], [14, 2, 1, "", "C"], [14, 2, 1, "", "CI"], [14, 2, 1, "", "CITY"], [14, 2, 1, "", "COLUMNS"], [14, 2, 1, "", "COUNTRY"], [14, 2, 1, "", "DATE"], [14, 2, 1, "", "DATE_FORMAT"], [14, 2, 1, "", "DATE_FORMAT_DESC"], [14, 2, 1, "", "DSIFR_COLUMNS"], [14, 2, 1, "", "E"], [14, 2, 1, "", "END"], [14, 2, 1, "", "F"], [14, 2, 1, "", "FIG_COLUMNS"], [14, 2, 1, "", "FITTED"], [14, 2, 1, "", "FR"], [14, 2, 1, "", "FUTURE"], [14, 2, 1, "", "ID"], [14, 2, 1, "", "INITIAL"], [14, 2, 1, "", "ISO3"], [14, 2, 1, "", "MAIN"], [14, 2, 1, "", "MODERATE"], [14, 2, 1, "", "MONO_COLUMNS"], [14, 2, 1, "", "N"], [14, 2, 1, "", "NA"], [14, 2, 1, "", "NLOC_COLUMNS"], [14, 2, 1, "", "ODE"], [14, 2, 1, "", "OTHERS"], [14, 2, 1, "", "P"], [14, 2, 1, "", "PARAM_DICT"], [14, 2, 1, "", "PAST"], [14, 2, 1, "", "PHASE"], [14, 2, 1, "", "PRODUCT"], [14, 2, 1, "", "PROVINCE"], [14, 2, 1, "", "R"], [14, 2, 1, "", "RATE_COLUMNS"], [14, 2, 1, "", "RT"], [14, 2, 1, "", "RT_FULL"], [14, 2, 1, "", "RUNTIME"], [14, 2, 1, "", "S"], [14, 2, 1, "", "SEP"], [14, 2, 1, "", "SERIES"], [14, 2, 1, "", "SEVERE"], [14, 2, 1, "", "START"], [14, 2, 1, "", "STEP_N"], [14, 2, 1, "", "STR_COLUMNS"], [14, 2, 1, "", "SUB_COLUMNS"], [14, 2, 1, "", "SUFFIX_DICT"], [14, 2, 1, "", "T"], [14, 2, 1, "", "TAU"], [14, 2, 1, "", "TENSE"], [14, 2, 1, "", "TESTS"], [14, 2, 1, "", "TESTS_DIFF"], [14, 2, 1, "", "TRIALS"], [14, 2, 1, "", "TS"], [14, 2, 1, "", "V"], [14, 2, 1, "", "VAC"], [14, 2, 1, "", "VAC_BOOSTERS"], [14, 2, 1, "", "VALUE_COLUMNS"], [14, 2, 1, "", "V_FULL"], [14, 2, 1, "", "V_ONCE"], [14, 2, 1, "", "W"], [14, 2, 1, "", "Y0_DICT"], [14, 3, 1, "", "num2str"], [14, 3, 1, "", "str2num"]], "covsirphy.util.validator": [[14, 1, 1, "", "Validator"]], "covsirphy.util.validator.Validator": [[14, 3, 1, "", "dataframe"], [14, 3, 1, "", "date"], [14, 3, 1, "", "dict"], [14, 3, 1, "", "float"], [14, 3, 1, "", "instance"], [14, 3, 1, "", "int"], [14, 3, 1, "", "kwargs"], [14, 3, 1, "", "sequence"], [14, 3, 1, "", "subclass"], [14, 3, 1, "", "tau"]], "covsirphy.visualization": [[15, 0, 0, "-", "bar_plot"], [15, 0, 0, "-", "compare_plot"], [15, 0, 0, "-", "line_plot"], [15, 0, 0, "-", "scatter_plot"], [15, 0, 0, "-", "vbase"]], "covsirphy.visualization.bar_plot": [[15, 1, 1, "", "BarPlot"], [15, 5, 1, "", "bar_plot"]], "covsirphy.visualization.bar_plot.BarPlot": [[15, 3, 1, "", "line"], [15, 3, 1, "", "plot"], [15, 3, 1, "", "x_axis"], [15, 3, 1, "", "y_axis"]], "covsirphy.visualization.compare_plot": [[15, 1, 1, "", "ComparePlot"], [15, 5, 1, "", "compare_plot"]], "covsirphy.visualization.compare_plot.ComparePlot": [[15, 3, 1, "", "plot"]], "covsirphy.visualization.line_plot": [[15, 1, 1, "", "LinePlot"], [15, 5, 1, "", "line_plot"]], "covsirphy.visualization.line_plot.LinePlot": [[15, 3, 1, "", "line"], [15, 3, 1, "", "plot"], [15, 3, 1, "", "x_axis"], [15, 3, 1, "", "y_axis"]], "covsirphy.visualization.scatter_plot": [[15, 1, 1, "", "ScatterPlot"], [15, 5, 1, "", "scatter_plot"]], "covsirphy.visualization.scatter_plot.ScatterPlot": [[15, 3, 1, "", "legend"], [15, 3, 1, "", "legend_hide"], [15, 3, 1, "", "line_straight"], [15, 3, 1, "", "plot"]], "covsirphy.visualization.vbase": [[15, 1, 1, "", "VisualizeBase"], [15, 5, 1, "", "find_args"]], "covsirphy.visualization.vbase.VisualizeBase": [[15, 4, 1, "", "ax"], [15, 3, 1, "", "legend"], [15, 3, 1, "", "legend_hide"], [15, 3, 1, "", "plot"], [15, 3, 1, "", "tick_params"], [15, 4, 1, "", "title"]]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:attribute", "3": "py:method", "4": "py:property", "5": "py:function", "6": "py:exception"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "attribute", "Python attribute"], "3": ["py", "method", "Python method"], "4": ["py", "property", "Python property"], "5": ["py", "function", "Python function"], "6": ["py", "exception", "Python exception"]}, "titleterms": {"data": [0, 1, 2, 3], "prepar": [0, 3], "1": [0, 1, 2, 3, 4, 5], "download": [0, 11], "dataset": [0, 4], "from": 0, "recommend": [0, 4], "With": [0, 3, 4], "dataengin": 0, "class": 0, "2": [0, 1, 2, 3, 4, 5, 8, 16], "datadownload": 0, "acknowledg": 0, "read": 0, "panda": [0, 4], "datafram": [0, 4], "retriev": 0, "monkeypox": 0, "line": [0, 1], "list": 0, "convert": 0, "number": [0, 2, 4], "case": [0, 2, 4], "3": [0, 1, 2, 3, 4, 5], "total": 0, "popul": 0, "4": [0, 1, 2, 3, 4], "regist": 0, "gener": [0, 16], "sampl": [0, 2], "sir": [0, 2, 3, 12], "deriv": [0, 2], "od": [0, 2, 3, 5, 12], "model": [0, 2, 3], "one": 0, "phase": [0, 3], "multi": 0, "engin": 1, "clean": 1, "transform": 1, "arithmet": 1, "oper": 1, "eda": 1, "geospati": 1, "layer": 1, "5": [1, 2, 3], "subset": 1, "locat": 1, "complement": 1, "detail": 1, "recoveri": 1, "period": 1, "alia": [1, 14], "7": 1, "variabl": [1, 3], "plot": 1, "scatter": 1, "definit": 2, "non": 2, "dimension": 2, "creat": [2, 4], "solv": 2, "reproduct": 2, "d": 2, "f": 2, "expos": 2, "wait": 2, "sewir": 2, "vaccin": [2, 4], "6": [2, 3], "re": 2, "infect": 2, "depend": [3, 7], "dynam": [3, 12], "defin": 3, "0th": 3, "1st": 3, "track": 3, "paramet": [3, 5], "valu": [3, 4, 5], "simul": [3, 4], "observ": 3, "": 3, "r": 3, "chang": 3, "point": 3, "analysi": [3, 4, 5, 17], "plane": 3, "log": 3, "v": 3, "time": [3, 5], "seri": [3, 5], "segment": 3, "estim": 3, "tau": 3, "actual": 3, "accuraci": 3, "evalu": [3, 4, 14], "scenario": [4, 5], "analyz": 4, "server": 4, "serial": 4, "odescenario": 4, "object": 4, "set": 4, "addit": 4, "lockdown": 4, "medicin": 4, "adjust": 4, "last": 4, "date": 4, "compar": [4, 5], "param": 4, "describ": 4, "repres": 4, "get": 4, "predict": 5, "without": 5, "indic": [5, 16], "princip": 5, "compon": 5, "futur": 5, "contributor": 6, "coven": 6, "code": 6, "conduct": 6, "our": 6, "pledg": 6, "standard": 6, "respons": 6, "scope": 6, "enforc": 6, "attribut": 6, "contribut": 7, "guidelin": 7, "clone": 7, "covsirphi": [7, 8, 10, 11, 12, 13, 14, 15, 16], "repositori": 7, "instal": [7, 8, 16, 17], "fork": 7, "setup": 7, "python": 7, "poetri": 7, "window": 7, "linux": 7, "wsl": 7, "maco": 7, "issu": 7, "pull": 7, "request": 7, "run": 7, "test": 7, "version": [7, 9, 17], "introduct": [8, 16], "inspir": [8, 16], "demo": [8, 16], "tutori": [8, 16], "releas": [8, 16], "note": [8, 16], "develop": [8, 16, 17], "support": [8, 9, 16], "licens": [8, 16], "apach": [8, 16], "0": [8, 16], "citat": [8, 16], "secur": 9, "polici": 9, "report": 9, "vulner": 9, "disclosur": 9, "comment": 9, "thi": 9, "packag": [10, 11, 12, 13, 14, 15], "modul": [11, 12, 13, 14, 15], "sewirf": 12, "sird": 12, "sirf": 12, "scienc": 13, "ml": 13, "ode_scenario": 13, "util": 14, "config": 14, "error": 14, "filer": 14, "stopwatch": 14, "term": 14, "valid": 14, "visual": 15, "bar_plot": 15, "compare_plot": 15, "line_plot": 15, "scatter_plot": 15, "vbase": 15, "api": 16, "refer": 16, "tabl": 16, "stabl": 17, "anaconda": 17, "start": 17, "glossari": 18}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 6, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx.ext.viewcode": 1, "nbsphinx": 4, "sphinx": 56}}) \ No newline at end of file