-
Notifications
You must be signed in to change notification settings - Fork 0
/
script.bat
31 lines (24 loc) · 1.73 KB
/
script.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
python Clustering_v4.py --scaler standard --ds_type cumulative --per_million
python Clustering_v4.py --scaler standard --ds_type cumulative
python Clustering_v4.py --scaler standard --ds_type cumulative --per_million --regionwise
python Clustering_v4.py --scaler standard --ds_type cumulative --regionwise
python Clustering_v4.py --scaler original --ds_type cumulative --per_million
python Clustering_v4.py --scaler original --ds_type cumulative
python Clustering_v4.py --scaler original --ds_type cumulative --per_million --regionwise
python Clustering_v4.py --scaler original --ds_type cumulative --regionwise
python Clustering_v4.py --scaler minmax --ds_type cumulative --per_million
python Clustering_v4.py --scaler minmax --ds_type cumulative
python Clustering_v4.py --scaler minmax --ds_type cumulative --per_million --regionwise
python Clustering_v4.py --scaler minmax --ds_type cumulative --regionwise
python Clustering_v4.py --scaler standard --ds_type daily --per_million
python Clustering_v4.py --scaler standard --ds_type daily
python Clustering_v4.py --scaler standard --ds_type daily --per_million --regionwise
python Clustering_v4.py --scaler standard --ds_type daily --regionwise
python Clustering_v4.py --scaler original --ds_type daily --per_million
python Clustering_v4.py --scaler original --ds_type daily
python Clustering_v4.py --scaler original --ds_type daily --per_million --regionwise
python Clustering_v4.py --scaler original --ds_type daily --regionwise
python Clustering_v4.py --scaler minmax --ds_type daily --per_million
python Clustering_v4.py --scaler minmax --ds_type daily
python Clustering_v4.py --scaler minmax --ds_type daily --per_million --regionwise
python Clustering_v4.py --scaler minmax --ds_type daily --regionwise