Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- classification/openml_ctr23/abalone/metadata.json +29 -0
- classification/openml_ctr23/abalone/test.csv +420 -0
- classification/openml_ctr23/abalone/test.jsonl +0 -0
- classification/openml_ctr23/abalone/train.csv +0 -0
- classification/openml_ctr23/abalone/train.jsonl +0 -0
- classification/openml_ctr23/airfoil_self_noise/metadata.json +29 -0
- classification/openml_ctr23/airfoil_self_noise/test.csv +153 -0
- classification/openml_ctr23/airfoil_self_noise/test.jsonl +152 -0
- classification/openml_ctr23/airfoil_self_noise/train.csv +1352 -0
- classification/openml_ctr23/airfoil_self_noise/train.jsonl +0 -0
- classification/openml_ctr23/auction_verification/metadata.json +29 -0
- classification/openml_ctr23/auction_verification/test.csv +208 -0
- classification/openml_ctr23/auction_verification/test.jsonl +207 -0
- classification/openml_ctr23/auction_verification/train.csv +0 -0
- classification/openml_ctr23/auction_verification/train.jsonl +0 -0
- classification/openml_ctr23/brazilian_houses/metadata.json +29 -0
- classification/openml_ctr23/brazilian_houses/test.csv +1003 -0
- classification/openml_ctr23/brazilian_houses/test.jsonl +0 -0
- classification/openml_ctr23/brazilian_houses/train.csv +0 -0
- classification/openml_ctr23/california_housing/metadata.json +29 -0
- classification/openml_ctr23/california_housing/test.csv +1004 -0
- classification/unipredict/oles04-bundesliga-seasons/test.csv +0 -0
- classification/unipredict/oles04-bundesliga-seasons/test.jsonl +0 -0
- classification/unipredict/oles04-bundesliga-seasons/train.csv +0 -0
- classification/unipredict/oles04-bundesliga-seasons/train.jsonl +0 -0
- classification/unipredict/oles04-top-leagues-player/metadata.json +29 -0
- classification/unipredict/oles04-top-leagues-player/test.csv +265 -0
- classification/unipredict/oles04-top-leagues-player/test.jsonl +0 -0
- classification/unipredict/oles04-top-leagues-player/train.csv +0 -0
- classification/unipredict/oles04-top-leagues-player/train.jsonl +0 -0
- classification/unipredict/patelprashant-employee-attrition/metadata.json +23 -0
- classification/unipredict/patelprashant-employee-attrition/test.csv +149 -0
- classification/unipredict/patelprashant-employee-attrition/test.jsonl +0 -0
- classification/unipredict/patelprashant-employee-attrition/train.csv +0 -0
- classification/unipredict/patelprashant-employee-attrition/train.jsonl +0 -0
- classification/unipredict/pavansubhasht-ibm-hr-analytics-attrition-dataset/metadata.json +23 -0
- classification/unipredict/pavansubhasht-ibm-hr-analytics-attrition-dataset/test.csv +149 -0
- classification/unipredict/pavansubhasht-ibm-hr-analytics-attrition-dataset/test.jsonl +0 -0
- classification/unipredict/pavansubhasht-ibm-hr-analytics-attrition-dataset/train.csv +0 -0
- classification/unipredict/pavansubhasht-ibm-hr-analytics-attrition-dataset/train.jsonl +0 -0
- classification/unipredict/phangud-spamcsv/metadata.json +23 -0
- classification/unipredict/phangud-spamcsv/test.csv +559 -0
- classification/unipredict/phangud-spamcsv/test.jsonl +0 -0
- classification/unipredict/phangud-spamcsv/train.csv +0 -0
- classification/unipredict/phangud-spamcsv/train.jsonl +0 -0
- classification/unipredict/prevek18-ames-housing-dataset/metadata.json +29 -0
- classification/unipredict/prevek18-ames-housing-dataset/test.csv +0 -0
- classification/unipredict/prevek18-ames-housing-dataset/test.jsonl +0 -0
- classification/unipredict/prevek18-ames-housing-dataset/train.csv +0 -0
- classification/unipredict/prevek18-ames-housing-dataset/train.jsonl +0 -0
classification/openml_ctr23/abalone/metadata.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "abalone",
|
| 3 |
+
"benchmark": "openml_ctr23",
|
| 4 |
+
"sub_benchmark": "",
|
| 5 |
+
"task_type": "reg",
|
| 6 |
+
"data_type": "mixed",
|
| 7 |
+
"target_column": "rings",
|
| 8 |
+
"label_values": [
|
| 9 |
+
"less than 8.0",
|
| 10 |
+
"between 8.0 and 9.0",
|
| 11 |
+
"between 9.0 and 11.0",
|
| 12 |
+
"greater than 11.0"
|
| 13 |
+
],
|
| 14 |
+
"num_labels": 4,
|
| 15 |
+
"train_samples": 3758,
|
| 16 |
+
"test_samples": 419,
|
| 17 |
+
"train_label_distribution": {
|
| 18 |
+
"less than 8.0": 755,
|
| 19 |
+
"greater than 11.0": 1302,
|
| 20 |
+
"between 9.0 and 11.0": 1190,
|
| 21 |
+
"between 8.0 and 9.0": 511
|
| 22 |
+
},
|
| 23 |
+
"test_label_distribution": {
|
| 24 |
+
"between 9.0 and 11.0": 133,
|
| 25 |
+
"between 8.0 and 9.0": 57,
|
| 26 |
+
"greater than 11.0": 145,
|
| 27 |
+
"less than 8.0": 84
|
| 28 |
+
}
|
| 29 |
+
}
|
classification/openml_ctr23/abalone/test.csv
ADDED
|
@@ -0,0 +1,420 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
sex,length,diameter,height,whole_weight,shucked_weight,cisvera_weight,shell_weight,rings
|
| 2 |
+
M,0.51,0.41,0.15,1.28,0.57,0.29,0.38,between 9.0 and 11.0
|
| 3 |
+
I,0.5,0.39,0.11,0.6,0.3,0.1,0.15,between 8.0 and 9.0
|
| 4 |
+
M,0.55,0.43,0.16,0.91,0.34,0.22,0.29,greater than 11.0
|
| 5 |
+
M,0.57,0.45,0.17,1.02,0.55,0.22,0.23,between 9.0 and 11.0
|
| 6 |
+
M,0.55,0.43,0.15,0.87,0.41,0.19,0.25,between 9.0 and 11.0
|
| 7 |
+
I,0.34,0.27,0.08,0.2,0.09,0.05,0.06,less than 8.0
|
| 8 |
+
M,0.68,0.56,0.2,1.44,0.55,0.27,0.47,greater than 11.0
|
| 9 |
+
M,0.62,0.48,0.16,1.14,0.58,0.21,0.29,between 9.0 and 11.0
|
| 10 |
+
F,0.51,0.39,0.12,0.62,0.24,0.11,0.21,greater than 11.0
|
| 11 |
+
I,0.47,0.37,0.11,0.56,0.25,0.12,0.16,between 8.0 and 9.0
|
| 12 |
+
M,0.71,0.55,0.18,1.74,0.87,0.35,0.45,between 9.0 and 11.0
|
| 13 |
+
F,0.69,0.53,0.2,2.05,0.75,0.42,0.61,greater than 11.0
|
| 14 |
+
F,0.65,0.53,0.17,1.37,0.61,0.28,0.34,between 9.0 and 11.0
|
| 15 |
+
F,0.68,0.52,0.18,1.54,0.6,0.4,0.46,between 9.0 and 11.0
|
| 16 |
+
I,0.32,0.24,0.07,0.17,0.08,0.04,0.05,less than 8.0
|
| 17 |
+
F,0.61,0.47,0.14,1.15,0.4,0.3,0.32,greater than 11.0
|
| 18 |
+
F,0.68,0.55,0.2,1.73,0.68,0.37,0.6,greater than 11.0
|
| 19 |
+
I,0.14,0.13,0.04,0.03,0.01,0.01,0.01,less than 8.0
|
| 20 |
+
F,0.62,0.52,0.18,1.35,0.48,0.35,0.38,greater than 11.0
|
| 21 |
+
M,0.65,0.52,0.19,1.34,0.52,0.31,0.45,greater than 11.0
|
| 22 |
+
I,0.13,0.1,0.04,0.01,0.01,0.01,0.0,less than 8.0
|
| 23 |
+
M,0.42,0.33,0.1,0.33,0.14,0.07,0.11,less than 8.0
|
| 24 |
+
M,0.57,0.46,0.15,1.01,0.47,0.21,0.29,greater than 11.0
|
| 25 |
+
F,0.37,0.29,0.12,0.25,0.11,0.06,0.07,between 9.0 and 11.0
|
| 26 |
+
M,0.72,0.57,0.23,2.27,0.88,0.4,0.67,greater than 11.0
|
| 27 |
+
F,0.65,0.5,0.23,1.63,0.59,0.41,0.41,greater than 11.0
|
| 28 |
+
I,0.39,0.3,0.09,0.25,0.12,0.04,0.07,less than 8.0
|
| 29 |
+
I,0.38,0.28,0.09,0.23,0.1,0.04,0.08,less than 8.0
|
| 30 |
+
I,0.29,0.21,0.07,0.12,0.05,0.02,0.04,less than 8.0
|
| 31 |
+
I,0.62,0.48,0.18,1.18,0.47,0.27,0.39,greater than 11.0
|
| 32 |
+
I,0.57,0.45,0.14,0.81,0.36,0.18,0.25,between 9.0 and 11.0
|
| 33 |
+
M,0.58,0.47,0.17,1.41,0.8,0.23,0.29,between 9.0 and 11.0
|
| 34 |
+
I,0.47,0.34,0.1,0.44,0.19,0.09,0.14,between 9.0 and 11.0
|
| 35 |
+
M,0.72,0.56,0.19,2.08,1.08,0.43,0.5,greater than 11.0
|
| 36 |
+
I,0.41,0.32,0.1,0.33,0.14,0.07,0.1,less than 8.0
|
| 37 |
+
M,0.62,0.47,0.14,0.91,0.38,0.21,0.28,between 9.0 and 11.0
|
| 38 |
+
I,0.27,0.2,0.07,0.11,0.05,0.02,0.03,less than 8.0
|
| 39 |
+
F,0.6,0.48,0.16,1.2,0.42,0.29,0.38,between 9.0 and 11.0
|
| 40 |
+
I,0.38,0.28,0.1,0.25,0.09,0.07,0.07,less than 8.0
|
| 41 |
+
M,0.55,0.42,0.14,0.84,0.37,0.21,0.23,between 9.0 and 11.0
|
| 42 |
+
M,0.63,0.46,0.15,1.13,0.48,0.27,0.3,between 9.0 and 11.0
|
| 43 |
+
F,0.7,0.56,0.2,1.75,0.71,0.42,0.52,greater than 11.0
|
| 44 |
+
M,0.58,0.45,0.16,0.98,0.49,0.2,0.27,between 9.0 and 11.0
|
| 45 |
+
M,0.66,0.48,0.15,1.23,0.61,0.27,0.3,between 8.0 and 9.0
|
| 46 |
+
M,0.68,0.54,0.21,1.79,0.83,0.41,0.44,greater than 11.0
|
| 47 |
+
F,0.6,0.48,0.17,0.95,0.45,0.19,0.28,greater than 11.0
|
| 48 |
+
I,0.44,0.34,0.1,0.37,0.16,0.08,0.1,less than 8.0
|
| 49 |
+
F,0.58,0.46,0.12,0.99,0.46,0.24,0.28,greater than 11.0
|
| 50 |
+
M,0.54,0.44,0.15,0.68,0.26,0.14,0.26,greater than 11.0
|
| 51 |
+
I,0.4,0.32,0.1,0.35,0.19,0.05,0.09,less than 8.0
|
| 52 |
+
M,0.56,0.44,0.14,0.97,0.44,0.2,0.27,greater than 11.0
|
| 53 |
+
F,0.59,0.46,0.17,1.16,0.38,0.25,0.28,greater than 11.0
|
| 54 |
+
I,0.36,0.28,0.09,0.23,0.09,0.04,0.09,between 8.0 and 9.0
|
| 55 |
+
F,0.45,0.34,0.12,0.5,0.19,0.12,0.14,greater than 11.0
|
| 56 |
+
M,0.6,0.47,0.15,0.99,0.39,0.22,0.31,between 9.0 and 11.0
|
| 57 |
+
M,0.5,0.41,0.15,0.77,0.35,0.15,0.24,greater than 11.0
|
| 58 |
+
M,0.55,0.41,0.12,0.79,0.43,0.14,0.19,between 9.0 and 11.0
|
| 59 |
+
I,0.5,0.38,0.12,0.57,0.26,0.12,0.16,less than 8.0
|
| 60 |
+
M,0.26,0.2,0.07,0.08,0.03,0.02,0.03,between 8.0 and 9.0
|
| 61 |
+
M,0.62,0.47,0.19,1.34,0.57,0.32,0.35,greater than 11.0
|
| 62 |
+
F,0.46,0.36,0.12,0.43,0.18,0.11,0.12,between 8.0 and 9.0
|
| 63 |
+
I,0.34,0.24,0.09,0.2,0.1,0.04,0.05,less than 8.0
|
| 64 |
+
M,0.51,0.4,0.15,0.84,0.27,0.18,0.28,greater than 11.0
|
| 65 |
+
M,0.57,0.44,0.17,0.94,0.38,0.23,0.28,between 9.0 and 11.0
|
| 66 |
+
M,0.21,0.15,0.05,0.04,0.02,0.01,0.01,less than 8.0
|
| 67 |
+
I,0.41,0.31,0.09,0.33,0.16,0.06,0.09,less than 8.0
|
| 68 |
+
I,0.48,0.38,0.12,0.52,0.22,0.12,0.16,between 8.0 and 9.0
|
| 69 |
+
M,0.62,0.48,0.17,1.44,0.59,0.29,0.47,greater than 11.0
|
| 70 |
+
F,0.58,0.45,0.17,0.87,0.33,0.16,0.27,greater than 11.0
|
| 71 |
+
I,0.62,0.49,0.16,1.07,0.45,0.25,0.3,greater than 11.0
|
| 72 |
+
F,0.3,0.23,0.07,0.15,0.06,0.03,0.04,less than 8.0
|
| 73 |
+
F,0.68,0.52,0.17,1.49,0.74,0.31,0.37,between 9.0 and 11.0
|
| 74 |
+
M,0.66,0.52,0.18,1.49,0.72,0.36,0.35,greater than 11.0
|
| 75 |
+
M,0.54,0.41,0.17,0.88,0.34,0.21,0.26,between 9.0 and 11.0
|
| 76 |
+
M,0.56,0.47,0.14,0.89,0.33,0.22,0.27,between 9.0 and 11.0
|
| 77 |
+
M,0.49,0.4,0.12,0.67,0.33,0.12,0.18,between 9.0 and 11.0
|
| 78 |
+
I,0.19,0.14,0.03,0.03,0.01,0.01,0.01,less than 8.0
|
| 79 |
+
F,0.55,0.43,0.14,0.84,0.38,0.22,0.19,between 8.0 and 9.0
|
| 80 |
+
M,0.7,0.55,0.2,1.62,0.68,0.35,0.54,greater than 11.0
|
| 81 |
+
I,0.53,0.4,0.13,0.65,0.33,0.12,0.17,between 8.0 and 9.0
|
| 82 |
+
M,0.57,0.45,0.15,0.89,0.36,0.21,0.26,between 9.0 and 11.0
|
| 83 |
+
F,0.66,0.52,0.2,1.55,0.71,0.31,0.47,between 9.0 and 11.0
|
| 84 |
+
F,0.47,0.36,0.12,0.54,0.23,0.15,0.15,between 9.0 and 11.0
|
| 85 |
+
F,0.58,0.47,0.17,0.99,0.39,0.22,0.27,greater than 11.0
|
| 86 |
+
F,0.65,0.49,0.15,1.34,0.61,0.32,0.34,between 9.0 and 11.0
|
| 87 |
+
F,0.69,0.54,0.21,1.7,0.66,0.37,0.47,greater than 11.0
|
| 88 |
+
M,0.66,0.53,0.17,1.26,0.49,0.26,0.41,greater than 11.0
|
| 89 |
+
F,0.67,0.53,0.23,1.56,0.63,0.49,0.37,greater than 11.0
|
| 90 |
+
M,0.49,0.42,0.12,0.61,0.24,0.14,0.22,greater than 11.0
|
| 91 |
+
M,0.55,0.46,0.16,0.9,0.34,0.17,0.34,between 9.0 and 11.0
|
| 92 |
+
M,0.58,0.47,0.16,0.96,0.46,0.24,0.27,less than 8.0
|
| 93 |
+
M,0.46,0.35,0.1,0.4,0.16,0.08,0.14,between 9.0 and 11.0
|
| 94 |
+
M,0.72,0.57,0.19,2.33,1.25,0.54,0.52,between 9.0 and 11.0
|
| 95 |
+
M,0.53,0.41,0.17,0.74,0.26,0.14,0.26,greater than 11.0
|
| 96 |
+
I,0.58,0.42,0.14,0.83,0.38,0.16,0.26,greater than 11.0
|
| 97 |
+
I,0.42,0.3,0.11,0.28,0.09,0.08,0.1,between 9.0 and 11.0
|
| 98 |
+
F,0.64,0.49,0.17,1.23,0.49,0.38,0.29,greater than 11.0
|
| 99 |
+
M,0.72,0.51,0.18,1.98,1.03,0.43,0.45,greater than 11.0
|
| 100 |
+
F,0.58,0.45,0.12,0.87,0.35,0.21,0.23,less than 8.0
|
| 101 |
+
F,0.62,0.48,0.23,1.09,0.4,0.24,0.35,greater than 11.0
|
| 102 |
+
F,0.4,0.3,0.1,0.34,0.14,0.08,0.1,greater than 11.0
|
| 103 |
+
I,0.32,0.23,0.08,0.18,0.08,0.04,0.05,less than 8.0
|
| 104 |
+
I,0.34,0.26,0.09,0.2,0.09,0.04,0.06,less than 8.0
|
| 105 |
+
M,0.52,0.4,0.14,1.01,0.47,0.25,0.25,between 8.0 and 9.0
|
| 106 |
+
M,0.63,0.48,0.14,1.06,0.51,0.18,0.34,greater than 11.0
|
| 107 |
+
M,0.66,0.52,0.17,1.45,0.69,0.3,0.38,between 9.0 and 11.0
|
| 108 |
+
M,0.63,0.48,0.17,1.29,0.6,0.27,0.35,between 8.0 and 9.0
|
| 109 |
+
I,0.43,0.34,0.12,0.32,0.13,0.06,0.12,less than 8.0
|
| 110 |
+
M,0.53,0.41,0.13,0.99,0.39,0.24,0.29,greater than 11.0
|
| 111 |
+
I,0.39,0.28,0.12,0.24,0.1,0.04,0.09,less than 8.0
|
| 112 |
+
I,0.36,0.28,0.09,0.23,0.11,0.05,0.06,less than 8.0
|
| 113 |
+
I,0.38,0.28,0.08,0.2,0.08,0.05,0.07,between 8.0 and 9.0
|
| 114 |
+
I,0.3,0.22,0.08,0.13,0.06,0.03,0.04,less than 8.0
|
| 115 |
+
I,0.53,0.38,0.12,0.62,0.29,0.11,0.18,between 8.0 and 9.0
|
| 116 |
+
M,0.53,0.39,0.1,0.51,0.25,0.1,0.15,between 8.0 and 9.0
|
| 117 |
+
I,0.37,0.27,0.1,0.22,0.1,0.05,0.07,less than 8.0
|
| 118 |
+
M,0.69,0.53,0.15,1.48,0.64,0.3,0.43,greater than 11.0
|
| 119 |
+
M,0.69,0.55,0.21,1.96,0.71,0.54,0.59,greater than 11.0
|
| 120 |
+
F,0.69,0.55,0.18,1.68,0.81,0.4,0.4,between 9.0 and 11.0
|
| 121 |
+
F,0.56,0.43,0.12,0.8,0.31,0.17,0.26,greater than 11.0
|
| 122 |
+
I,0.52,0.4,0.12,0.64,0.32,0.12,0.19,greater than 11.0
|
| 123 |
+
F,0.47,0.35,0.14,0.43,0.15,0.1,0.15,greater than 11.0
|
| 124 |
+
M,0.35,0.26,0.09,0.2,0.07,0.04,0.07,between 9.0 and 11.0
|
| 125 |
+
M,0.54,0.41,0.14,0.86,0.29,0.15,0.32,greater than 11.0
|
| 126 |
+
M,0.51,0.4,0.12,0.64,0.29,0.16,0.17,between 9.0 and 11.0
|
| 127 |
+
I,0.41,0.33,0.1,0.47,0.23,0.11,0.11,less than 8.0
|
| 128 |
+
M,0.65,0.49,0.17,1.28,0.62,0.23,0.4,greater than 11.0
|
| 129 |
+
I,0.47,0.36,0.11,0.46,0.18,0.1,0.14,between 9.0 and 11.0
|
| 130 |
+
I,0.51,0.4,0.14,0.58,0.23,0.14,0.18,between 9.0 and 11.0
|
| 131 |
+
F,0.44,0.33,0.12,0.4,0.14,0.11,0.12,between 8.0 and 9.0
|
| 132 |
+
I,0.46,0.35,0.13,0.47,0.21,0.07,0.15,between 9.0 and 11.0
|
| 133 |
+
M,0.6,0.47,0.23,1.16,0.52,0.22,0.36,greater than 11.0
|
| 134 |
+
M,0.47,0.38,0.12,0.59,0.28,0.12,0.18,between 9.0 and 11.0
|
| 135 |
+
F,0.56,0.44,0.14,0.88,0.43,0.2,0.22,between 8.0 and 9.0
|
| 136 |
+
I,0.39,0.3,0.1,0.33,0.17,0.06,0.09,less than 8.0
|
| 137 |
+
I,0.44,0.34,0.1,0.37,0.12,0.09,0.12,greater than 11.0
|
| 138 |
+
I,0.44,0.33,0.09,0.35,0.15,0.07,0.1,less than 8.0
|
| 139 |
+
I,0.47,0.34,0.11,0.44,0.18,0.09,0.12,less than 8.0
|
| 140 |
+
F,0.38,0.29,0.11,0.3,0.13,0.06,0.1,less than 8.0
|
| 141 |
+
F,0.71,0.57,0.2,1.98,0.99,0.49,0.48,greater than 11.0
|
| 142 |
+
F,0.56,0.45,0.15,1.22,0.56,0.32,0.27,between 9.0 and 11.0
|
| 143 |
+
I,0.32,0.23,0.07,0.13,0.05,0.03,0.04,less than 8.0
|
| 144 |
+
M,0.57,0.47,0.17,0.85,0.29,0.18,0.35,greater than 11.0
|
| 145 |
+
I,0.49,0.39,0.12,0.51,0.21,0.12,0.17,between 9.0 and 11.0
|
| 146 |
+
F,0.61,0.52,0.15,1.34,0.63,0.26,0.34,between 9.0 and 11.0
|
| 147 |
+
M,0.58,0.45,0.14,0.82,0.35,0.18,0.26,between 9.0 and 11.0
|
| 148 |
+
I,0.6,0.47,0.14,0.8,0.38,0.23,0.22,between 9.0 and 11.0
|
| 149 |
+
F,0.66,0.54,0.2,1.44,0.59,0.28,0.49,between 9.0 and 11.0
|
| 150 |
+
M,0.4,0.3,0.09,0.3,0.11,0.07,0.1,between 9.0 and 11.0
|
| 151 |
+
M,0.66,0.53,0.2,1.39,0.57,0.27,0.41,greater than 11.0
|
| 152 |
+
M,0.49,0.4,0.12,0.55,0.22,0.14,0.17,between 8.0 and 9.0
|
| 153 |
+
M,0.63,0.51,0.23,1.52,0.56,0.33,0.45,greater than 11.0
|
| 154 |
+
M,0.66,0.53,0.18,1.26,0.49,0.22,0.45,greater than 11.0
|
| 155 |
+
F,0.58,0.46,0.12,1.07,0.48,0.27,0.27,between 9.0 and 11.0
|
| 156 |
+
F,0.4,0.3,0.12,0.3,0.13,0.05,0.09,between 8.0 and 9.0
|
| 157 |
+
M,0.62,0.47,0.14,1.2,0.48,0.2,0.4,greater than 11.0
|
| 158 |
+
I,0.5,0.38,0.11,0.56,0.28,0.11,0.15,between 9.0 and 11.0
|
| 159 |
+
F,0.62,0.48,0.15,1.09,0.53,0.26,0.3,between 9.0 and 11.0
|
| 160 |
+
F,0.58,0.45,0.14,0.91,0.43,0.22,0.25,between 9.0 and 11.0
|
| 161 |
+
I,0.42,0.32,0.09,0.26,0.12,0.07,0.07,between 8.0 and 9.0
|
| 162 |
+
F,0.62,0.52,0.15,1.24,0.52,0.31,0.36,greater than 11.0
|
| 163 |
+
I,0.5,0.38,0.14,0.53,0.23,0.12,0.21,between 8.0 and 9.0
|
| 164 |
+
I,0.45,0.35,0.11,0.46,0.19,0.07,0.14,between 8.0 and 9.0
|
| 165 |
+
M,0.59,0.47,0.17,1.1,0.42,0.23,0.35,greater than 11.0
|
| 166 |
+
F,0.47,0.38,0.12,0.59,0.24,0.17,0.15,between 9.0 and 11.0
|
| 167 |
+
M,0.69,0.51,0.2,1.87,0.89,0.4,0.48,between 9.0 and 11.0
|
| 168 |
+
I,0.43,0.34,0.12,0.36,0.15,0.06,0.1,between 9.0 and 11.0
|
| 169 |
+
I,0.53,0.43,0.16,0.72,0.32,0.13,0.24,between 9.0 and 11.0
|
| 170 |
+
I,0.51,0.4,0.14,0.7,0.33,0.14,0.21,between 8.0 and 9.0
|
| 171 |
+
F,0.61,0.48,0.17,1.1,0.51,0.23,0.3,greater than 11.0
|
| 172 |
+
M,0.61,0.5,0.24,1.64,0.53,0.33,0.69,greater than 11.0
|
| 173 |
+
M,0.56,0.44,0.13,0.83,0.24,0.2,0.28,between 9.0 and 11.0
|
| 174 |
+
F,0.58,0.45,0.15,0.86,0.4,0.16,0.25,between 8.0 and 9.0
|
| 175 |
+
I,0.35,0.26,0.1,0.22,0.1,0.04,0.07,between 8.0 and 9.0
|
| 176 |
+
F,0.47,0.38,0.12,0.6,0.28,0.15,0.14,between 8.0 and 9.0
|
| 177 |
+
M,0.45,0.35,0.11,0.44,0.18,0.1,0.15,between 9.0 and 11.0
|
| 178 |
+
F,0.43,0.33,0.12,0.45,0.17,0.1,0.15,between 8.0 and 9.0
|
| 179 |
+
F,0.62,0.5,0.17,1.15,0.55,0.22,0.33,between 9.0 and 11.0
|
| 180 |
+
F,0.57,0.46,0.18,1.09,0.45,0.22,0.34,greater than 11.0
|
| 181 |
+
I,0.36,0.26,0.09,0.18,0.06,0.04,0.07,less than 8.0
|
| 182 |
+
F,0.6,0.47,0.17,1.06,0.43,0.22,0.36,between 9.0 and 11.0
|
| 183 |
+
I,0.28,0.21,0.06,0.1,0.04,0.02,0.03,less than 8.0
|
| 184 |
+
F,0.66,0.51,0.17,1.42,0.59,0.37,0.36,between 9.0 and 11.0
|
| 185 |
+
F,0.56,0.43,0.12,0.88,0.33,0.21,0.29,greater than 11.0
|
| 186 |
+
I,0.43,0.34,0.12,0.43,0.21,0.11,0.11,between 8.0 and 9.0
|
| 187 |
+
M,0.65,0.52,0.17,1.37,0.62,0.29,0.36,greater than 11.0
|
| 188 |
+
F,0.39,0.3,0.12,0.31,0.15,0.06,0.08,between 9.0 and 11.0
|
| 189 |
+
M,0.59,0.46,0.17,1.13,0.57,0.26,0.27,between 9.0 and 11.0
|
| 190 |
+
F,0.58,0.47,0.17,0.94,0.4,0.23,0.26,between 9.0 and 11.0
|
| 191 |
+
M,0.61,0.47,0.17,1.12,0.43,0.22,0.32,greater than 11.0
|
| 192 |
+
I,0.28,0.22,0.08,0.14,0.06,0.03,0.04,less than 8.0
|
| 193 |
+
I,0.32,0.23,0.06,0.13,0.06,0.03,0.04,less than 8.0
|
| 194 |
+
M,0.6,0.48,0.15,1.01,0.45,0.19,0.33,greater than 11.0
|
| 195 |
+
I,0.32,0.23,0.09,0.14,0.07,0.03,0.04,less than 8.0
|
| 196 |
+
M,0.6,0.47,0.15,1.14,0.5,0.23,0.31,between 9.0 and 11.0
|
| 197 |
+
I,0.58,0.45,0.14,0.85,0.38,0.19,0.26,between 9.0 and 11.0
|
| 198 |
+
M,0.42,0.35,0.1,0.39,0.13,0.06,0.17,between 9.0 and 11.0
|
| 199 |
+
M,0.53,0.41,0.12,0.76,0.38,0.16,0.2,between 9.0 and 11.0
|
| 200 |
+
M,0.62,0.49,0.15,1.1,0.51,0.25,0.31,between 9.0 and 11.0
|
| 201 |
+
I,0.54,0.42,0.14,0.74,0.32,0.14,0.25,between 9.0 and 11.0
|
| 202 |
+
I,0.59,0.47,0.14,0.97,0.45,0.24,0.29,between 8.0 and 9.0
|
| 203 |
+
M,0.56,0.42,0.16,0.94,0.35,0.22,0.28,greater than 11.0
|
| 204 |
+
I,0.3,0.23,0.08,0.13,0.05,0.03,0.04,less than 8.0
|
| 205 |
+
I,0.38,0.29,0.1,0.24,0.11,0.04,0.08,less than 8.0
|
| 206 |
+
M,0.6,0.47,0.16,1.62,0.55,0.33,0.34,greater than 11.0
|
| 207 |
+
M,0.69,0.54,0.18,1.71,0.77,0.39,0.43,between 8.0 and 9.0
|
| 208 |
+
M,0.68,0.52,0.2,1.45,0.59,0.39,0.41,between 9.0 and 11.0
|
| 209 |
+
I,0.66,0.53,0.18,1.69,0.6,0.4,0.42,greater than 11.0
|
| 210 |
+
F,0.59,0.47,0.15,1.12,0.45,0.18,0.15,greater than 11.0
|
| 211 |
+
F,0.72,0.56,0.18,1.72,0.85,0.41,0.39,greater than 11.0
|
| 212 |
+
I,0.28,0.2,0.07,0.1,0.04,0.02,0.03,less than 8.0
|
| 213 |
+
I,0.4,0.31,0.1,0.31,0.13,0.06,0.09,less than 8.0
|
| 214 |
+
F,0.65,0.53,0.2,1.45,0.6,0.26,0.51,greater than 11.0
|
| 215 |
+
I,0.43,0.33,0.11,0.38,0.15,0.09,0.11,less than 8.0
|
| 216 |
+
I,0.33,0.25,0.07,0.14,0.06,0.04,0.05,less than 8.0
|
| 217 |
+
M,0.38,0.23,0.1,0.26,0.11,0.05,0.08,less than 8.0
|
| 218 |
+
I,0.2,0.14,0.06,0.04,0.01,0.01,0.01,less than 8.0
|
| 219 |
+
F,0.47,0.38,0.15,0.56,0.2,0.12,0.19,greater than 11.0
|
| 220 |
+
M,0.64,0.49,0.15,1.13,0.48,0.27,0.34,between 9.0 and 11.0
|
| 221 |
+
M,0.64,0.51,0.18,1.31,0.54,0.32,0.38,between 8.0 and 9.0
|
| 222 |
+
I,0.47,0.37,0.12,0.47,0.18,0.11,0.15,greater than 11.0
|
| 223 |
+
M,0.58,0.45,0.14,0.96,0.49,0.18,0.25,between 9.0 and 11.0
|
| 224 |
+
F,0.41,0.32,0.11,0.32,0.13,0.07,0.1,between 9.0 and 11.0
|
| 225 |
+
F,0.61,0.47,0.17,1.05,0.54,0.25,0.23,between 9.0 and 11.0
|
| 226 |
+
F,0.69,0.53,0.17,1.51,0.74,0.35,0.37,between 9.0 and 11.0
|
| 227 |
+
M,0.63,0.49,0.19,1.18,0.49,0.34,0.28,greater than 11.0
|
| 228 |
+
I,0.37,0.28,0.1,0.28,0.15,0.05,0.07,less than 8.0
|
| 229 |
+
M,0.48,0.39,0.14,0.64,0.29,0.14,0.16,less than 8.0
|
| 230 |
+
F,0.7,0.56,0.2,2.38,0.99,0.5,0.62,between 9.0 and 11.0
|
| 231 |
+
M,0.47,0.36,0.14,0.62,0.2,0.14,0.19,greater than 11.0
|
| 232 |
+
M,0.65,0.51,0.16,1.33,0.67,0.31,0.32,between 9.0 and 11.0
|
| 233 |
+
I,0.52,0.4,0.12,0.56,0.25,0.12,0.17,less than 8.0
|
| 234 |
+
I,0.28,0.21,0.09,0.11,0.04,0.03,0.03,less than 8.0
|
| 235 |
+
F,0.65,0.49,0.21,1.41,0.43,0.23,0.51,greater than 11.0
|
| 236 |
+
M,0.56,0.43,0.13,0.78,0.35,0.19,0.21,between 9.0 and 11.0
|
| 237 |
+
F,0.6,0.49,0.15,1.13,0.43,0.25,0.35,between 9.0 and 11.0
|
| 238 |
+
I,0.47,0.35,0.1,0.47,0.2,0.11,0.12,between 8.0 and 9.0
|
| 239 |
+
M,0.51,0.39,0.1,0.66,0.26,0.18,0.19,greater than 11.0
|
| 240 |
+
I,0.63,0.47,0.15,1.03,0.43,0.24,0.33,greater than 11.0
|
| 241 |
+
I,0.47,0.35,0.11,0.47,0.23,0.1,0.12,less than 8.0
|
| 242 |
+
M,0.49,0.4,0.14,0.55,0.21,0.09,0.21,greater than 11.0
|
| 243 |
+
I,0.45,0.35,0.14,0.47,0.21,0.11,0.13,greater than 11.0
|
| 244 |
+
M,0.62,0.49,0.15,1.18,0.51,0.28,0.34,between 9.0 and 11.0
|
| 245 |
+
M,0.63,0.52,0.16,1.02,0.42,0.24,0.35,greater than 11.0
|
| 246 |
+
M,0.72,0.55,0.2,2.17,1.11,0.53,0.4,between 9.0 and 11.0
|
| 247 |
+
M,0.52,0.42,0.12,0.79,0.37,0.2,0.19,between 8.0 and 9.0
|
| 248 |
+
I,0.49,0.37,0.11,0.54,0.27,0.1,0.14,between 8.0 and 9.0
|
| 249 |
+
I,0.45,0.33,0.1,0.41,0.19,0.1,0.1,less than 8.0
|
| 250 |
+
I,0.43,0.33,0.1,0.39,0.22,0.07,0.09,less than 8.0
|
| 251 |
+
M,0.52,0.43,0.14,0.88,0.29,0.21,0.26,between 9.0 and 11.0
|
| 252 |
+
M,0.57,0.45,0.14,1.06,0.53,0.22,0.24,between 8.0 and 9.0
|
| 253 |
+
F,0.6,0.47,0.15,1.1,0.55,0.27,0.26,between 9.0 and 11.0
|
| 254 |
+
M,0.6,0.47,0.17,1.06,0.5,0.24,0.28,between 9.0 and 11.0
|
| 255 |
+
M,0.7,0.56,0.21,2.14,1.05,0.38,0.53,greater than 11.0
|
| 256 |
+
M,0.59,0.46,0.14,0.93,0.38,0.24,0.26,between 9.0 and 11.0
|
| 257 |
+
M,0.55,0.42,0.15,0.92,0.28,0.24,0.34,greater than 11.0
|
| 258 |
+
F,0.56,0.41,0.12,0.91,0.46,0.2,0.21,between 9.0 and 11.0
|
| 259 |
+
F,0.56,0.46,0.15,0.88,0.35,0.19,0.28,between 9.0 and 11.0
|
| 260 |
+
F,0.29,0.23,0.07,0.14,0.05,0.02,0.04,less than 8.0
|
| 261 |
+
M,0.7,0.56,0.2,1.86,0.73,0.37,0.59,greater than 11.0
|
| 262 |
+
M,0.65,0.51,0.15,1.41,0.72,0.3,0.34,between 9.0 and 11.0
|
| 263 |
+
M,0.37,0.29,0.09,0.24,0.11,0.04,0.07,between 9.0 and 11.0
|
| 264 |
+
F,0.71,0.55,0.17,1.91,0.87,0.46,0.47,greater than 11.0
|
| 265 |
+
F,0.57,0.47,0.2,1.0,0.42,0.25,0.47,between 8.0 and 9.0
|
| 266 |
+
F,0.63,0.5,0.17,1.31,0.56,0.27,0.4,greater than 11.0
|
| 267 |
+
I,0.41,0.33,0.1,0.39,0.17,0.08,0.12,less than 8.0
|
| 268 |
+
M,0.62,0.5,0.2,1.22,0.46,0.26,0.43,greater than 11.0
|
| 269 |
+
I,0.65,0.52,0.15,1.24,0.55,0.3,0.33,between 9.0 and 11.0
|
| 270 |
+
M,0.55,0.42,0.16,0.79,0.34,0.2,0.21,between 9.0 and 11.0
|
| 271 |
+
F,0.47,0.35,0.11,0.41,0.17,0.1,0.13,between 8.0 and 9.0
|
| 272 |
+
M,0.42,0.34,0.12,0.42,0.17,0.09,0.14,between 8.0 and 9.0
|
| 273 |
+
F,0.45,0.34,0.11,0.44,0.2,0.11,0.12,less than 8.0
|
| 274 |
+
F,0.58,0.46,0.14,0.93,0.4,0.21,0.28,between 8.0 and 9.0
|
| 275 |
+
I,0.37,0.28,0.09,0.22,0.1,0.05,0.06,less than 8.0
|
| 276 |
+
F,0.67,0.52,0.15,1.41,0.52,0.35,0.37,greater than 11.0
|
| 277 |
+
F,0.68,0.55,0.17,1.8,0.81,0.39,0.46,greater than 11.0
|
| 278 |
+
I,0.59,0.46,0.14,0.9,0.42,0.18,0.26,greater than 11.0
|
| 279 |
+
F,0.57,0.47,0.15,0.87,0.32,0.24,0.28,greater than 11.0
|
| 280 |
+
I,0.41,0.25,0.09,0.29,0.13,0.06,0.08,less than 8.0
|
| 281 |
+
I,0.47,0.35,0.12,0.49,0.2,0.13,0.14,less than 8.0
|
| 282 |
+
M,0.69,0.58,0.2,1.9,0.68,0.48,0.53,greater than 11.0
|
| 283 |
+
M,0.56,0.41,0.14,0.85,0.43,0.19,0.2,between 8.0 and 9.0
|
| 284 |
+
I,0.53,0.4,0.14,0.65,0.3,0.16,0.17,less than 8.0
|
| 285 |
+
F,0.71,0.5,0.15,1.32,0.68,0.28,0.28,between 9.0 and 11.0
|
| 286 |
+
F,0.54,0.42,0.16,0.95,0.37,0.2,0.29,between 9.0 and 11.0
|
| 287 |
+
I,0.28,0.21,0.07,0.12,0.05,0.03,0.03,less than 8.0
|
| 288 |
+
F,0.64,0.5,0.15,1.2,0.56,0.23,0.34,between 9.0 and 11.0
|
| 289 |
+
M,0.63,0.48,0.17,1.23,0.66,0.23,0.3,between 9.0 and 11.0
|
| 290 |
+
M,0.73,0.57,0.21,2.24,1.17,0.46,0.53,between 9.0 and 11.0
|
| 291 |
+
I,0.51,0.41,0.12,0.68,0.35,0.14,0.18,between 8.0 and 9.0
|
| 292 |
+
M,0.5,0.38,0.13,0.72,0.31,0.17,0.22,greater than 11.0
|
| 293 |
+
F,0.66,0.52,0.17,1.53,0.85,0.26,0.33,greater than 11.0
|
| 294 |
+
I,0.53,0.41,0.15,0.8,0.31,0.2,0.26,greater than 11.0
|
| 295 |
+
M,0.56,0.47,0.15,1.13,0.38,0.35,0.33,greater than 11.0
|
| 296 |
+
M,0.59,0.49,0.17,1.21,0.56,0.23,0.31,between 9.0 and 11.0
|
| 297 |
+
F,0.67,0.52,0.17,1.43,0.66,0.34,0.37,greater than 11.0
|
| 298 |
+
F,0.61,0.47,0.15,1.03,0.45,0.25,0.28,between 9.0 and 11.0
|
| 299 |
+
M,0.53,0.4,0.17,0.78,0.28,0.14,0.28,greater than 11.0
|
| 300 |
+
I,0.52,0.42,0.15,0.67,0.26,0.13,0.23,between 9.0 and 11.0
|
| 301 |
+
F,0.51,0.39,0.12,0.66,0.3,0.16,0.17,between 8.0 and 9.0
|
| 302 |
+
M,0.59,0.47,0.12,0.8,0.32,0.2,0.23,between 9.0 and 11.0
|
| 303 |
+
F,0.47,0.36,0.13,0.48,0.19,0.11,0.15,greater than 11.0
|
| 304 |
+
M,0.58,0.47,0.17,1.0,0.39,0.24,0.33,between 9.0 and 11.0
|
| 305 |
+
I,0.57,0.43,0.13,0.74,0.29,0.2,0.22,between 8.0 and 9.0
|
| 306 |
+
M,0.66,0.51,0.2,1.63,0.49,0.3,0.61,greater than 11.0
|
| 307 |
+
M,0.66,0.52,0.15,1.44,0.71,0.36,0.34,between 9.0 and 11.0
|
| 308 |
+
I,0.28,0.21,0.07,0.11,0.04,0.03,0.03,less than 8.0
|
| 309 |
+
F,0.61,0.47,0.14,1.13,0.53,0.24,0.35,greater than 11.0
|
| 310 |
+
M,0.65,0.52,0.18,1.33,0.57,0.35,0.41,greater than 11.0
|
| 311 |
+
M,0.65,0.48,0.21,1.51,0.55,0.26,0.64,greater than 11.0
|
| 312 |
+
M,0.69,0.55,0.2,1.85,0.73,0.47,0.57,greater than 11.0
|
| 313 |
+
M,0.49,0.38,0.14,0.63,0.26,0.14,0.21,greater than 11.0
|
| 314 |
+
I,0.36,0.27,0.09,0.22,0.1,0.04,0.07,less than 8.0
|
| 315 |
+
M,0.57,0.46,0.17,0.9,0.41,0.19,0.21,less than 8.0
|
| 316 |
+
I,0.46,0.35,0.11,0.44,0.2,0.1,0.12,between 8.0 and 9.0
|
| 317 |
+
F,0.63,0.49,0.23,1.34,0.68,0.26,0.32,between 9.0 and 11.0
|
| 318 |
+
M,0.58,0.41,0.15,1.26,0.43,0.2,0.33,greater than 11.0
|
| 319 |
+
I,0.41,0.31,0.11,0.91,0.42,0.21,0.1,between 8.0 and 9.0
|
| 320 |
+
F,0.56,0.44,0.16,0.92,0.35,0.19,0.32,greater than 11.0
|
| 321 |
+
I,0.42,0.33,0.11,0.32,0.14,0.05,0.09,between 8.0 and 9.0
|
| 322 |
+
I,0.48,0.37,0.12,0.51,0.21,0.13,0.15,greater than 11.0
|
| 323 |
+
I,0.2,0.15,0.06,0.04,0.03,0.01,0.01,less than 8.0
|
| 324 |
+
M,0.42,0.33,0.08,0.36,0.13,0.08,0.12,less than 8.0
|
| 325 |
+
F,0.68,0.55,0.17,1.69,0.69,0.37,0.47,greater than 11.0
|
| 326 |
+
I,0.31,0.24,0.09,0.15,0.06,0.03,0.04,less than 8.0
|
| 327 |
+
M,0.28,0.2,0.07,0.09,0.03,0.02,0.03,less than 8.0
|
| 328 |
+
I,0.58,0.42,0.14,0.67,0.29,0.13,0.22,between 9.0 and 11.0
|
| 329 |
+
M,0.7,0.56,0.52,2.21,1.11,0.49,0.51,between 9.0 and 11.0
|
| 330 |
+
F,0.62,0.51,0.17,1.27,0.54,0.32,0.32,between 9.0 and 11.0
|
| 331 |
+
I,0.32,0.24,0.09,0.14,0.05,0.05,0.05,between 8.0 and 9.0
|
| 332 |
+
I,0.56,0.42,0.14,0.84,0.41,0.21,0.2,between 8.0 and 9.0
|
| 333 |
+
F,0.61,0.46,0.14,1.12,0.48,0.29,0.3,between 9.0 and 11.0
|
| 334 |
+
F,0.5,0.4,0.14,0.72,0.32,0.18,0.24,between 9.0 and 11.0
|
| 335 |
+
I,0.28,0.21,0.07,0.11,0.04,0.03,0.03,less than 8.0
|
| 336 |
+
M,0.77,0.6,0.22,2.3,1.01,0.51,0.62,greater than 11.0
|
| 337 |
+
M,0.33,0.24,0.09,0.17,0.07,0.04,0.06,greater than 11.0
|
| 338 |
+
M,0.6,0.46,0.17,1.18,0.46,0.34,0.33,greater than 11.0
|
| 339 |
+
I,0.6,0.48,0.15,1.0,0.42,0.2,0.3,between 9.0 and 11.0
|
| 340 |
+
M,0.45,0.34,0.09,0.38,0.14,0.07,0.12,between 9.0 and 11.0
|
| 341 |
+
M,0.31,0.23,0.06,0.12,0.04,0.03,0.04,greater than 11.0
|
| 342 |
+
F,0.58,0.46,0.17,1.06,0.49,0.25,0.29,between 9.0 and 11.0
|
| 343 |
+
M,0.49,0.4,0.14,0.55,0.22,0.13,0.15,greater than 11.0
|
| 344 |
+
F,0.57,0.47,0.17,1.1,0.47,0.2,0.35,between 9.0 and 11.0
|
| 345 |
+
M,0.52,0.37,0.12,0.61,0.34,0.15,0.15,between 9.0 and 11.0
|
| 346 |
+
M,0.57,0.44,0.14,0.87,0.39,0.22,0.23,between 8.0 and 9.0
|
| 347 |
+
F,0.54,0.42,0.14,0.81,0.37,0.17,0.21,greater than 11.0
|
| 348 |
+
M,0.39,0.28,0.12,0.56,0.3,0.1,0.14,less than 8.0
|
| 349 |
+
I,0.42,0.3,0.1,0.32,0.13,0.07,0.1,less than 8.0
|
| 350 |
+
I,0.48,0.35,0.1,0.52,0.24,0.13,0.13,less than 8.0
|
| 351 |
+
F,0.69,0.53,0.19,1.49,0.64,0.39,0.42,greater than 11.0
|
| 352 |
+
M,0.58,0.49,0.18,1.17,0.52,0.25,0.34,between 9.0 and 11.0
|
| 353 |
+
I,0.55,0.41,0.15,0.79,0.35,0.18,0.24,between 9.0 and 11.0
|
| 354 |
+
M,0.63,0.47,0.15,1.03,0.54,0.19,0.18,between 8.0 and 9.0
|
| 355 |
+
F,0.58,0.43,0.15,0.84,0.35,0.21,0.19,less than 8.0
|
| 356 |
+
I,0.56,0.43,0.14,0.84,0.4,0.16,0.26,between 9.0 and 11.0
|
| 357 |
+
M,0.58,0.46,0.15,1.13,0.55,0.22,0.3,greater than 11.0
|
| 358 |
+
M,0.66,0.51,0.17,1.27,0.6,0.26,0.34,between 9.0 and 11.0
|
| 359 |
+
I,0.42,0.31,0.1,0.36,0.16,0.08,0.1,less than 8.0
|
| 360 |
+
F,0.6,0.48,0.17,1.17,0.48,0.23,0.36,between 9.0 and 11.0
|
| 361 |
+
F,0.65,0.55,0.23,1.75,0.56,0.29,0.81,greater than 11.0
|
| 362 |
+
M,0.66,0.53,0.17,1.39,0.59,0.21,0.45,greater than 11.0
|
| 363 |
+
I,0.18,0.14,0.04,0.03,0.01,0.01,0.01,less than 8.0
|
| 364 |
+
F,0.72,0.59,0.2,1.75,0.78,0.42,0.48,greater than 11.0
|
| 365 |
+
F,0.56,0.49,0.15,0.92,0.41,0.22,0.26,greater than 11.0
|
| 366 |
+
I,0.54,0.41,0.15,0.7,0.32,0.17,0.19,between 9.0 and 11.0
|
| 367 |
+
M,0.24,0.18,0.07,0.06,0.02,0.01,0.02,less than 8.0
|
| 368 |
+
M,0.61,0.47,0.17,1.13,0.45,0.22,0.34,between 9.0 and 11.0
|
| 369 |
+
F,0.66,0.52,0.18,1.52,0.54,0.34,0.56,greater than 11.0
|
| 370 |
+
M,0.54,0.41,0.13,0.56,0.24,0.11,0.17,less than 8.0
|
| 371 |
+
M,0.51,0.39,0.15,0.64,0.25,0.15,0.21,greater than 11.0
|
| 372 |
+
M,0.62,0.47,0.14,1.79,0.68,0.25,0.32,greater than 11.0
|
| 373 |
+
I,0.36,0.28,0.08,0.18,0.08,0.05,0.07,less than 8.0
|
| 374 |
+
I,0.52,0.41,0.14,0.66,0.28,0.16,0.2,greater than 11.0
|
| 375 |
+
F,0.38,0.3,0.1,0.28,0.13,0.05,0.09,between 8.0 and 9.0
|
| 376 |
+
F,0.46,0.35,1.13,0.59,0.33,0.12,0.13,between 8.0 and 9.0
|
| 377 |
+
F,0.61,0.5,0.17,1.38,0.56,0.33,0.29,greater than 11.0
|
| 378 |
+
F,0.56,0.45,0.17,1.01,0.45,0.24,0.26,between 9.0 and 11.0
|
| 379 |
+
M,0.55,0.43,0.13,0.84,0.32,0.2,0.24,between 9.0 and 11.0
|
| 380 |
+
F,0.66,0.51,0.18,1.53,0.69,0.3,0.44,greater than 11.0
|
| 381 |
+
I,0.44,0.35,0.11,0.38,0.16,0.09,0.12,less than 8.0
|
| 382 |
+
F,0.42,0.33,0.14,0.38,0.15,0.08,0.14,greater than 11.0
|
| 383 |
+
F,0.45,0.34,0.14,0.46,0.18,0.11,0.14,greater than 11.0
|
| 384 |
+
M,0.58,0.46,0.15,1.01,0.5,0.21,0.28,between 9.0 and 11.0
|
| 385 |
+
I,0.35,0.25,0.07,0.17,0.08,0.04,0.04,less than 8.0
|
| 386 |
+
F,0.69,0.55,0.18,1.77,0.75,0.39,0.48,greater than 11.0
|
| 387 |
+
F,0.7,0.54,0.21,1.98,0.67,0.31,0.71,greater than 11.0
|
| 388 |
+
F,0.5,0.4,0.12,0.58,0.24,0.13,0.18,between 9.0 and 11.0
|
| 389 |
+
F,0.67,0.54,0.18,1.6,0.63,0.35,0.47,greater than 11.0
|
| 390 |
+
I,0.39,0.3,0.09,0.31,0.15,0.06,0.08,between 8.0 and 9.0
|
| 391 |
+
M,0.62,0.48,0.15,1.05,0.46,0.23,0.25,between 9.0 and 11.0
|
| 392 |
+
F,0.47,0.35,0.18,0.44,0.15,0.12,0.14,between 8.0 and 9.0
|
| 393 |
+
F,0.53,0.41,0.16,0.66,0.27,0.11,0.23,greater than 11.0
|
| 394 |
+
F,0.55,0.41,0.12,0.68,0.29,0.16,0.22,between 9.0 and 11.0
|
| 395 |
+
F,0.56,0.43,0.15,0.88,0.35,0.17,0.31,between 9.0 and 11.0
|
| 396 |
+
M,0.6,0.47,0.16,1.17,0.5,0.24,0.34,greater than 11.0
|
| 397 |
+
M,0.54,0.42,0.15,0.74,0.35,0.15,0.21,greater than 11.0
|
| 398 |
+
I,0.34,0.26,0.09,0.18,0.08,0.02,0.07,greater than 11.0
|
| 399 |
+
I,0.48,0.37,0.13,0.46,0.18,0.11,0.14,between 9.0 and 11.0
|
| 400 |
+
F,0.66,0.49,0.16,1.2,0.55,0.26,0.32,between 9.0 and 11.0
|
| 401 |
+
I,0.39,0.29,0.09,0.24,0.1,0.05,0.08,between 8.0 and 9.0
|
| 402 |
+
F,0.58,0.42,0.15,1.03,0.44,0.22,0.32,greater than 11.0
|
| 403 |
+
F,0.57,0.49,0.16,1.09,0.45,0.28,0.32,greater than 11.0
|
| 404 |
+
M,0.65,0.51,0.16,1.38,0.64,0.29,0.37,between 9.0 and 11.0
|
| 405 |
+
M,0.73,0.59,0.23,1.76,0.64,0.34,0.58,greater than 11.0
|
| 406 |
+
F,0.53,0.4,0.14,0.78,0.31,0.17,0.26,less than 8.0
|
| 407 |
+
F,0.66,0.56,0.2,1.76,0.69,0.33,0.5,greater than 11.0
|
| 408 |
+
F,0.6,0.45,0.17,1.22,0.36,0.2,0.39,greater than 11.0
|
| 409 |
+
F,0.72,0.56,0.18,1.79,0.87,0.37,0.43,greater than 11.0
|
| 410 |
+
F,0.6,0.48,0.17,1.06,0.46,0.24,0.31,between 9.0 and 11.0
|
| 411 |
+
M,0.6,0.49,0.18,1.11,0.51,0.26,0.37,greater than 11.0
|
| 412 |
+
I,0.38,0.3,0.09,0.28,0.17,0.06,0.08,less than 8.0
|
| 413 |
+
M,0.41,0.32,0.1,0.31,0.12,0.07,0.09,between 9.0 and 11.0
|
| 414 |
+
I,0.27,0.2,0.06,0.08,0.04,0.02,0.03,less than 8.0
|
| 415 |
+
I,0.52,0.42,0.14,0.71,0.34,0.14,0.2,greater than 11.0
|
| 416 |
+
I,0.57,0.43,0.14,0.83,0.35,0.14,0.28,between 9.0 and 11.0
|
| 417 |
+
I,0.5,0.36,0.12,0.44,0.19,0.11,0.13,between 8.0 and 9.0
|
| 418 |
+
M,0.45,0.35,0.13,0.46,0.17,0.11,0.14,between 8.0 and 9.0
|
| 419 |
+
F,0.49,0.38,0.15,0.58,0.22,0.14,0.19,between 9.0 and 11.0
|
| 420 |
+
I,0.45,0.35,0.13,0.55,0.24,0.14,0.14,between 8.0 and 9.0
|
classification/openml_ctr23/abalone/test.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/openml_ctr23/abalone/train.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/openml_ctr23/abalone/train.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/openml_ctr23/airfoil_self_noise/metadata.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "airfoil_self_noise",
|
| 3 |
+
"benchmark": "openml_ctr23",
|
| 4 |
+
"sub_benchmark": "",
|
| 5 |
+
"task_type": "reg",
|
| 6 |
+
"data_type": "mixed",
|
| 7 |
+
"target_column": "sound_pressure",
|
| 8 |
+
"label_values": [
|
| 9 |
+
"less than 120.191",
|
| 10 |
+
"greater than 129.9955",
|
| 11 |
+
"between 120.191 and 125.721",
|
| 12 |
+
"between 125.721 and 129.9955"
|
| 13 |
+
],
|
| 14 |
+
"num_labels": 4,
|
| 15 |
+
"train_samples": 1351,
|
| 16 |
+
"test_samples": 152,
|
| 17 |
+
"train_label_distribution": {
|
| 18 |
+
"less than 120.191": 338,
|
| 19 |
+
"between 125.721 and 129.9955": 338,
|
| 20 |
+
"between 120.191 and 125.721": 337,
|
| 21 |
+
"greater than 129.9955": 338
|
| 22 |
+
},
|
| 23 |
+
"test_label_distribution": {
|
| 24 |
+
"between 120.191 and 125.721": 38,
|
| 25 |
+
"greater than 129.9955": 38,
|
| 26 |
+
"between 125.721 and 129.9955": 38,
|
| 27 |
+
"less than 120.191": 38
|
| 28 |
+
}
|
| 29 |
+
}
|
classification/openml_ctr23/airfoil_self_noise/test.csv
ADDED
|
@@ -0,0 +1,153 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
frequency,angle_of_attack,chord_length,free_stream_velocity,displacement_thickness,sound_pressure
|
| 2 |
+
2000,7.2,0.15,39.6,0.01,between 120.191 and 125.721
|
| 3 |
+
4000,0.0,0.23,55.5,0.0,between 120.191 and 125.721
|
| 4 |
+
2000,2.0,0.23,39.6,0.0,between 120.191 and 125.721
|
| 5 |
+
1000,5.4,0.15,55.5,0.0,greater than 129.9955
|
| 6 |
+
500,15.4,0.05,55.5,0.03,between 125.721 and 129.9955
|
| 7 |
+
4000,3.0,0.3,31.7,0.01,less than 120.191
|
| 8 |
+
6300,12.7,0.03,71.3,0.01,between 120.191 and 125.721
|
| 9 |
+
8000,0.0,0.3,71.3,0.0,less than 120.191
|
| 10 |
+
6300,3.3,0.1,71.3,0.0,between 120.191 and 125.721
|
| 11 |
+
1000,7.3,0.23,55.5,0.01,between 120.191 and 125.721
|
| 12 |
+
3150,15.6,0.1,71.3,0.04,less than 120.191
|
| 13 |
+
5000,9.5,0.03,31.7,0.0,between 120.191 and 125.721
|
| 14 |
+
1250,19.7,0.05,71.3,0.03,between 120.191 and 125.721
|
| 15 |
+
1000,7.3,0.23,39.6,0.01,between 120.191 and 125.721
|
| 16 |
+
2000,4.8,0.03,71.3,0.0,between 125.721 and 129.9955
|
| 17 |
+
400,15.6,0.1,39.6,0.05,between 120.191 and 125.721
|
| 18 |
+
10000,4.8,0.03,55.5,0.0,between 125.721 and 129.9955
|
| 19 |
+
200,7.3,0.23,71.3,0.01,greater than 129.9955
|
| 20 |
+
500,5.3,0.23,39.6,0.01,greater than 129.9955
|
| 21 |
+
4000,3.3,0.1,55.5,0.0,between 125.721 and 129.9955
|
| 22 |
+
315,9.5,0.03,39.6,0.0,less than 120.191
|
| 23 |
+
4000,4.0,0.23,39.6,0.0,less than 120.191
|
| 24 |
+
1000,12.7,0.03,39.6,0.01,greater than 129.9955
|
| 25 |
+
315,9.5,0.03,31.7,0.0,between 120.191 and 125.721
|
| 26 |
+
630,3.0,0.3,39.6,0.0,between 125.721 and 129.9955
|
| 27 |
+
250,8.9,0.1,39.6,0.01,greater than 129.9955
|
| 28 |
+
2500,17.4,0.03,71.3,0.02,between 125.721 and 129.9955
|
| 29 |
+
400,4.0,0.23,55.5,0.0,between 120.191 and 125.721
|
| 30 |
+
4000,0.0,0.1,55.5,0.0,between 125.721 and 129.9955
|
| 31 |
+
800,2.7,0.15,39.6,0.0,between 125.721 and 129.9955
|
| 32 |
+
1250,6.7,0.1,31.7,0.01,between 125.721 and 129.9955
|
| 33 |
+
2500,11.2,0.05,71.3,0.01,greater than 129.9955
|
| 34 |
+
4000,4.0,0.3,71.3,0.0,less than 120.191
|
| 35 |
+
1250,8.4,0.05,31.7,0.01,greater than 129.9955
|
| 36 |
+
6300,1.5,0.3,39.6,0.0,less than 120.191
|
| 37 |
+
800,11.2,0.05,39.6,0.02,greater than 129.9955
|
| 38 |
+
4000,5.4,0.15,71.3,0.0,between 120.191 and 125.721
|
| 39 |
+
800,15.4,0.05,39.6,0.03,between 125.721 and 129.9955
|
| 40 |
+
3150,6.7,0.1,71.3,0.0,between 120.191 and 125.721
|
| 41 |
+
4000,0.0,0.1,39.6,0.0,between 125.721 and 129.9955
|
| 42 |
+
6300,5.3,0.23,71.3,0.01,less than 120.191
|
| 43 |
+
8000,1.5,0.3,71.3,0.0,less than 120.191
|
| 44 |
+
630,0.0,0.1,55.5,0.0,between 125.721 and 129.9955
|
| 45 |
+
630,0.0,0.1,71.3,0.0,between 120.191 and 125.721
|
| 46 |
+
1600,6.7,0.1,31.7,0.01,between 120.191 and 125.721
|
| 47 |
+
10000,0.0,0.03,71.3,0.0,greater than 129.9955
|
| 48 |
+
630,19.7,0.05,71.3,0.03,between 125.721 and 129.9955
|
| 49 |
+
3150,0.0,0.1,55.5,0.0,greater than 129.9955
|
| 50 |
+
10000,0.0,0.03,39.6,0.0,greater than 129.9955
|
| 51 |
+
8000,0.0,0.3,31.7,0.0,less than 120.191
|
| 52 |
+
4000,17.4,0.03,31.7,0.02,between 120.191 and 125.721
|
| 53 |
+
6300,0.0,0.15,31.7,0.0,less than 120.191
|
| 54 |
+
800,7.3,0.23,31.7,0.01,between 120.191 and 125.721
|
| 55 |
+
2000,0.0,0.23,31.7,0.0,between 120.191 and 125.721
|
| 56 |
+
10000,2.7,0.15,39.6,0.0,less than 120.191
|
| 57 |
+
2000,12.3,0.1,71.3,0.03,between 120.191 and 125.721
|
| 58 |
+
10000,3.3,0.1,71.3,0.0,less than 120.191
|
| 59 |
+
800,0.0,0.1,31.7,0.0,between 125.721 and 129.9955
|
| 60 |
+
1250,11.2,0.05,71.3,0.01,greater than 129.9955
|
| 61 |
+
4000,4.0,0.3,39.6,0.01,less than 120.191
|
| 62 |
+
630,15.6,0.1,39.6,0.05,less than 120.191
|
| 63 |
+
4000,9.5,0.03,31.7,0.0,between 125.721 and 129.9955
|
| 64 |
+
250,7.2,0.15,39.6,0.01,between 125.721 and 129.9955
|
| 65 |
+
1250,4.0,0.23,71.3,0.0,greater than 129.9955
|
| 66 |
+
2000,0.0,0.1,55.5,0.0,greater than 129.9955
|
| 67 |
+
4000,9.5,0.03,39.6,0.0,between 125.721 and 129.9955
|
| 68 |
+
4000,2.0,0.23,31.7,0.0,between 120.191 and 125.721
|
| 69 |
+
3150,12.3,0.1,31.7,0.04,less than 120.191
|
| 70 |
+
250,11.2,0.05,39.6,0.02,between 125.721 and 129.9955
|
| 71 |
+
315,17.4,0.03,71.3,0.02,less than 120.191
|
| 72 |
+
200,8.9,0.1,71.3,0.01,greater than 129.9955
|
| 73 |
+
3150,9.9,0.15,55.5,0.02,less than 120.191
|
| 74 |
+
400,9.9,0.15,55.5,0.02,greater than 129.9955
|
| 75 |
+
5000,7.2,0.15,39.6,0.01,less than 120.191
|
| 76 |
+
3150,15.4,0.05,71.3,0.03,between 120.191 and 125.721
|
| 77 |
+
1600,0.0,0.23,55.5,0.0,between 125.721 and 129.9955
|
| 78 |
+
500,1.5,0.3,39.6,0.0,between 125.721 and 129.9955
|
| 79 |
+
1600,2.7,0.15,39.6,0.0,greater than 129.9955
|
| 80 |
+
6300,3.0,0.3,55.5,0.0,less than 120.191
|
| 81 |
+
500,8.4,0.05,39.6,0.01,between 120.191 and 125.721
|
| 82 |
+
1600,9.9,0.15,55.5,0.02,less than 120.191
|
| 83 |
+
4000,0.0,0.03,71.3,0.0,greater than 129.9955
|
| 84 |
+
1000,2.7,0.15,39.6,0.0,greater than 129.9955
|
| 85 |
+
500,4.0,0.3,39.6,0.01,greater than 129.9955
|
| 86 |
+
3150,8.9,0.1,71.3,0.01,between 120.191 and 125.721
|
| 87 |
+
2500,17.4,0.03,31.7,0.02,between 120.191 and 125.721
|
| 88 |
+
5000,0.0,0.03,39.6,0.0,greater than 129.9955
|
| 89 |
+
200,15.6,0.1,71.3,0.04,greater than 129.9955
|
| 90 |
+
2500,9.9,0.15,55.5,0.02,less than 120.191
|
| 91 |
+
3150,2.0,0.23,31.7,0.0,between 120.191 and 125.721
|
| 92 |
+
10000,2.0,0.23,71.3,0.0,less than 120.191
|
| 93 |
+
630,15.4,0.05,71.3,0.03,between 125.721 and 129.9955
|
| 94 |
+
4000,8.4,0.05,71.3,0.01,between 125.721 and 129.9955
|
| 95 |
+
2500,12.6,0.15,71.3,0.05,less than 120.191
|
| 96 |
+
1250,15.4,0.05,55.5,0.03,greater than 129.9955
|
| 97 |
+
2500,7.2,0.15,71.3,0.01,between 120.191 and 125.721
|
| 98 |
+
6300,0.0,0.1,71.3,0.0,between 125.721 and 129.9955
|
| 99 |
+
1250,4.2,0.05,39.6,0.0,between 125.721 and 129.9955
|
| 100 |
+
5000,3.0,0.3,71.3,0.0,less than 120.191
|
| 101 |
+
630,17.4,0.03,39.6,0.02,between 120.191 and 125.721
|
| 102 |
+
1000,12.3,0.1,31.7,0.04,less than 120.191
|
| 103 |
+
1600,7.2,0.15,39.6,0.01,less than 120.191
|
| 104 |
+
2000,3.0,0.3,71.3,0.0,between 120.191 and 125.721
|
| 105 |
+
630,6.7,0.1,39.6,0.01,greater than 129.9955
|
| 106 |
+
1250,2.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 107 |
+
2000,0.0,0.23,55.5,0.0,between 125.721 and 129.9955
|
| 108 |
+
3150,0.0,0.3,39.6,0.0,between 120.191 and 125.721
|
| 109 |
+
1000,0.0,0.05,39.6,0.0,between 125.721 and 129.9955
|
| 110 |
+
1600,7.3,0.23,55.5,0.01,between 120.191 and 125.721
|
| 111 |
+
1000,0.0,0.15,39.6,0.0,greater than 129.9955
|
| 112 |
+
2500,3.0,0.3,39.6,0.0,less than 120.191
|
| 113 |
+
1000,6.7,0.1,39.6,0.01,greater than 129.9955
|
| 114 |
+
2000,2.0,0.23,55.5,0.0,between 120.191 and 125.721
|
| 115 |
+
5000,4.2,0.05,39.6,0.0,between 125.721 and 129.9955
|
| 116 |
+
5000,0.0,0.03,55.5,0.0,greater than 129.9955
|
| 117 |
+
250,9.9,0.15,71.3,0.02,greater than 129.9955
|
| 118 |
+
3150,3.3,0.1,31.7,0.0,between 125.721 and 129.9955
|
| 119 |
+
1000,11.2,0.05,39.6,0.02,greater than 129.9955
|
| 120 |
+
400,12.6,0.15,39.6,0.06,less than 120.191
|
| 121 |
+
630,1.5,0.3,39.6,0.0,between 125.721 and 129.9955
|
| 122 |
+
5000,5.4,0.15,55.5,0.0,less than 120.191
|
| 123 |
+
10000,4.0,0.23,71.3,0.0,less than 120.191
|
| 124 |
+
400,0.0,0.23,55.5,0.0,between 120.191 and 125.721
|
| 125 |
+
630,0.0,0.23,39.6,0.0,between 125.721 and 129.9955
|
| 126 |
+
315,9.9,0.15,55.5,0.02,greater than 129.9955
|
| 127 |
+
2000,0.0,0.3,55.5,0.0,between 125.721 and 129.9955
|
| 128 |
+
5000,12.6,0.15,39.6,0.06,less than 120.191
|
| 129 |
+
1250,9.5,0.03,55.5,0.0,greater than 129.9955
|
| 130 |
+
6300,0.0,0.23,31.7,0.0,less than 120.191
|
| 131 |
+
2000,8.4,0.05,39.6,0.01,between 125.721 and 129.9955
|
| 132 |
+
1000,4.0,0.23,31.7,0.01,between 125.721 and 129.9955
|
| 133 |
+
4000,9.5,0.03,71.3,0.0,greater than 129.9955
|
| 134 |
+
4000,17.4,0.03,71.3,0.02,between 120.191 and 125.721
|
| 135 |
+
200,9.9,0.15,55.5,0.02,greater than 129.9955
|
| 136 |
+
2500,0.0,0.3,55.5,0.0,between 120.191 and 125.721
|
| 137 |
+
6300,4.2,0.05,71.3,0.0,between 125.721 and 129.9955
|
| 138 |
+
4000,3.3,0.1,71.3,0.0,between 125.721 and 129.9955
|
| 139 |
+
2000,5.4,0.15,71.3,0.0,greater than 129.9955
|
| 140 |
+
2500,15.6,0.1,71.3,0.04,less than 120.191
|
| 141 |
+
5000,3.3,0.1,71.3,0.0,between 125.721 and 129.9955
|
| 142 |
+
3150,19.7,0.05,71.3,0.03,less than 120.191
|
| 143 |
+
3150,4.0,0.23,71.3,0.0,between 120.191 and 125.721
|
| 144 |
+
400,22.2,0.03,71.3,0.02,less than 120.191
|
| 145 |
+
315,7.3,0.23,55.5,0.01,greater than 129.9955
|
| 146 |
+
400,8.9,0.1,39.6,0.01,greater than 129.9955
|
| 147 |
+
315,19.7,0.05,71.3,0.03,between 120.191 and 125.721
|
| 148 |
+
5000,9.9,0.15,71.3,0.02,less than 120.191
|
| 149 |
+
1600,12.3,0.1,55.5,0.04,between 120.191 and 125.721
|
| 150 |
+
10000,12.7,0.03,39.6,0.01,less than 120.191
|
| 151 |
+
630,0.0,0.3,39.6,0.0,between 125.721 and 129.9955
|
| 152 |
+
1000,17.4,0.03,31.7,0.02,greater than 129.9955
|
| 153 |
+
800,3.3,0.1,31.7,0.0,greater than 129.9955
|
classification/openml_ctr23/airfoil_self_noise/test.jsonl
ADDED
|
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"text": "The frequency is 2000.0. The angle_of_attack is 7.2. The chord_length is 0.15. The free_stream_velocity is 39.6. The displacement_thickness is 0.01.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 2 |
+
{"text": "The frequency is 4000.0. The angle_of_attack is 0.0. The chord_length is 0.23. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 3 |
+
{"text": "The frequency is 2000.0. The angle_of_attack is 2.0. The chord_length is 0.23. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 4 |
+
{"text": "The frequency is 1000.0. The angle_of_attack is 5.4. The chord_length is 0.15. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 5 |
+
{"text": "The frequency is 500.0. The angle_of_attack is 15.4. The chord_length is 0.05. The free_stream_velocity is 55.5. The displacement_thickness is 0.03.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 6 |
+
{"text": "The frequency is 4000.0. The angle_of_attack is 3.0. The chord_length is 0.3. The free_stream_velocity is 31.7. The displacement_thickness is 0.01.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 7 |
+
{"text": "The frequency is 6300.0. The angle_of_attack is 12.7. The chord_length is 0.03. The free_stream_velocity is 71.3. The displacement_thickness is 0.01.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 8 |
+
{"text": "The frequency is 8000.0. The angle_of_attack is 0.0. The chord_length is 0.3. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 9 |
+
{"text": "The frequency is 6300.0. The angle_of_attack is 3.3. The chord_length is 0.1. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 10 |
+
{"text": "The frequency is 1000.0. The angle_of_attack is 7.3. The chord_length is 0.23. The free_stream_velocity is 55.5. The displacement_thickness is 0.01.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 11 |
+
{"text": "The frequency is 3150.0. The angle_of_attack is 15.6. The chord_length is 0.1. The free_stream_velocity is 71.3. The displacement_thickness is 0.04.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 12 |
+
{"text": "The frequency is 5000.0. The angle_of_attack is 9.5. The chord_length is 0.03. The free_stream_velocity is 31.7. The displacement_thickness is 0.0.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 13 |
+
{"text": "The frequency is 1250.0. The angle_of_attack is 19.7. The chord_length is 0.05. The free_stream_velocity is 71.3. The displacement_thickness is 0.03.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 14 |
+
{"text": "The frequency is 1000.0. The angle_of_attack is 7.3. The chord_length is 0.23. The free_stream_velocity is 39.6. The displacement_thickness is 0.01.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 15 |
+
{"text": "The frequency is 2000.0. The angle_of_attack is 4.8. The chord_length is 0.03. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 16 |
+
{"text": "The frequency is 400.0. The angle_of_attack is 15.6. The chord_length is 0.1. The free_stream_velocity is 39.6. The displacement_thickness is 0.05.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 17 |
+
{"text": "The frequency is 10000.0. The angle_of_attack is 4.8. The chord_length is 0.03. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 18 |
+
{"text": "The frequency is 200.0. The angle_of_attack is 7.3. The chord_length is 0.23. The free_stream_velocity is 71.3. The displacement_thickness is 0.01.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 19 |
+
{"text": "The frequency is 500.0. The angle_of_attack is 5.3. The chord_length is 0.23. The free_stream_velocity is 39.6. The displacement_thickness is 0.01.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 20 |
+
{"text": "The frequency is 4000.0. The angle_of_attack is 3.3. The chord_length is 0.1. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 21 |
+
{"text": "The frequency is 315.0. The angle_of_attack is 9.5. The chord_length is 0.03. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 22 |
+
{"text": "The frequency is 4000.0. The angle_of_attack is 4.0. The chord_length is 0.23. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 23 |
+
{"text": "The frequency is 1000.0. The angle_of_attack is 12.7. The chord_length is 0.03. The free_stream_velocity is 39.6. The displacement_thickness is 0.01.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 24 |
+
{"text": "The frequency is 315.0. The angle_of_attack is 9.5. The chord_length is 0.03. The free_stream_velocity is 31.7. The displacement_thickness is 0.0.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 25 |
+
{"text": "The frequency is 630.0. The angle_of_attack is 3.0. The chord_length is 0.3. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 26 |
+
{"text": "The frequency is 250.0. The angle_of_attack is 8.9. The chord_length is 0.1. The free_stream_velocity is 39.6. The displacement_thickness is 0.01.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 27 |
+
{"text": "The frequency is 2500.0. The angle_of_attack is 17.4. The chord_length is 0.03. The free_stream_velocity is 71.3. The displacement_thickness is 0.02.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 28 |
+
{"text": "The frequency is 400.0. The angle_of_attack is 4.0. The chord_length is 0.23. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 29 |
+
{"text": "The frequency is 4000.0. The angle_of_attack is 0.0. The chord_length is 0.1. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 30 |
+
{"text": "The frequency is 800.0. The angle_of_attack is 2.7. The chord_length is 0.15. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 31 |
+
{"text": "The frequency is 1250.0. The angle_of_attack is 6.7. The chord_length is 0.1. The free_stream_velocity is 31.7. The displacement_thickness is 0.01.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 32 |
+
{"text": "The frequency is 2500.0. The angle_of_attack is 11.2. The chord_length is 0.05. The free_stream_velocity is 71.3. The displacement_thickness is 0.01.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 33 |
+
{"text": "The frequency is 4000.0. The angle_of_attack is 4.0. The chord_length is 0.3. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 34 |
+
{"text": "The frequency is 1250.0. The angle_of_attack is 8.4. The chord_length is 0.05. The free_stream_velocity is 31.7. The displacement_thickness is 0.01.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 35 |
+
{"text": "The frequency is 6300.0. The angle_of_attack is 1.5. The chord_length is 0.3. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 36 |
+
{"text": "The frequency is 800.0. The angle_of_attack is 11.2. The chord_length is 0.05. The free_stream_velocity is 39.6. The displacement_thickness is 0.02.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 37 |
+
{"text": "The frequency is 4000.0. The angle_of_attack is 5.4. The chord_length is 0.15. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 38 |
+
{"text": "The frequency is 800.0. The angle_of_attack is 15.4. The chord_length is 0.05. The free_stream_velocity is 39.6. The displacement_thickness is 0.03.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 39 |
+
{"text": "The frequency is 3150.0. The angle_of_attack is 6.7. The chord_length is 0.1. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 40 |
+
{"text": "The frequency is 4000.0. The angle_of_attack is 0.0. The chord_length is 0.1. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 41 |
+
{"text": "The frequency is 6300.0. The angle_of_attack is 5.3. The chord_length is 0.23. The free_stream_velocity is 71.3. The displacement_thickness is 0.01.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 42 |
+
{"text": "The frequency is 8000.0. The angle_of_attack is 1.5. The chord_length is 0.3. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 43 |
+
{"text": "The frequency is 630.0. The angle_of_attack is 0.0. The chord_length is 0.1. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 44 |
+
{"text": "The frequency is 630.0. The angle_of_attack is 0.0. The chord_length is 0.1. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 45 |
+
{"text": "The frequency is 1600.0. The angle_of_attack is 6.7. The chord_length is 0.1. The free_stream_velocity is 31.7. The displacement_thickness is 0.01.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 46 |
+
{"text": "The frequency is 10000.0. The angle_of_attack is 0.0. The chord_length is 0.03. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 47 |
+
{"text": "The frequency is 630.0. The angle_of_attack is 19.7. The chord_length is 0.05. The free_stream_velocity is 71.3. The displacement_thickness is 0.03.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 48 |
+
{"text": "The frequency is 3150.0. The angle_of_attack is 0.0. The chord_length is 0.1. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 49 |
+
{"text": "The frequency is 10000.0. The angle_of_attack is 0.0. The chord_length is 0.03. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 50 |
+
{"text": "The frequency is 8000.0. The angle_of_attack is 0.0. The chord_length is 0.3. The free_stream_velocity is 31.7. The displacement_thickness is 0.0.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 51 |
+
{"text": "The frequency is 4000.0. The angle_of_attack is 17.4. The chord_length is 0.03. The free_stream_velocity is 31.7. The displacement_thickness is 0.02.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 52 |
+
{"text": "The frequency is 6300.0. The angle_of_attack is 0.0. The chord_length is 0.15. The free_stream_velocity is 31.7. The displacement_thickness is 0.0.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 53 |
+
{"text": "The frequency is 800.0. The angle_of_attack is 7.3. The chord_length is 0.23. The free_stream_velocity is 31.7. The displacement_thickness is 0.01.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 54 |
+
{"text": "The frequency is 2000.0. The angle_of_attack is 0.0. The chord_length is 0.23. The free_stream_velocity is 31.7. The displacement_thickness is 0.0.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 55 |
+
{"text": "The frequency is 10000.0. The angle_of_attack is 2.7. The chord_length is 0.15. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 56 |
+
{"text": "The frequency is 2000.0. The angle_of_attack is 12.3. The chord_length is 0.1. The free_stream_velocity is 71.3. The displacement_thickness is 0.03.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 57 |
+
{"text": "The frequency is 10000.0. The angle_of_attack is 3.3. The chord_length is 0.1. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 58 |
+
{"text": "The frequency is 800.0. The angle_of_attack is 0.0. The chord_length is 0.1. The free_stream_velocity is 31.7. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 59 |
+
{"text": "The frequency is 1250.0. The angle_of_attack is 11.2. The chord_length is 0.05. The free_stream_velocity is 71.3. The displacement_thickness is 0.01.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 60 |
+
{"text": "The frequency is 4000.0. The angle_of_attack is 4.0. The chord_length is 0.3. The free_stream_velocity is 39.6. The displacement_thickness is 0.01.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 61 |
+
{"text": "The frequency is 630.0. The angle_of_attack is 15.6. The chord_length is 0.1. The free_stream_velocity is 39.6. The displacement_thickness is 0.05.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 62 |
+
{"text": "The frequency is 4000.0. The angle_of_attack is 9.5. The chord_length is 0.03. The free_stream_velocity is 31.7. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 63 |
+
{"text": "The frequency is 250.0. The angle_of_attack is 7.2. The chord_length is 0.15. The free_stream_velocity is 39.6. The displacement_thickness is 0.01.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 64 |
+
{"text": "The frequency is 1250.0. The angle_of_attack is 4.0. The chord_length is 0.23. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 65 |
+
{"text": "The frequency is 2000.0. The angle_of_attack is 0.0. The chord_length is 0.1. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 66 |
+
{"text": "The frequency is 4000.0. The angle_of_attack is 9.5. The chord_length is 0.03. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 67 |
+
{"text": "The frequency is 4000.0. The angle_of_attack is 2.0. The chord_length is 0.23. The free_stream_velocity is 31.7. The displacement_thickness is 0.0.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 68 |
+
{"text": "The frequency is 3150.0. The angle_of_attack is 12.3. The chord_length is 0.1. The free_stream_velocity is 31.7. The displacement_thickness is 0.04.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 69 |
+
{"text": "The frequency is 250.0. The angle_of_attack is 11.2. The chord_length is 0.05. The free_stream_velocity is 39.6. The displacement_thickness is 0.02.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 70 |
+
{"text": "The frequency is 315.0. The angle_of_attack is 17.4. The chord_length is 0.03. The free_stream_velocity is 71.3. The displacement_thickness is 0.02.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 71 |
+
{"text": "The frequency is 200.0. The angle_of_attack is 8.9. The chord_length is 0.1. The free_stream_velocity is 71.3. The displacement_thickness is 0.01.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 72 |
+
{"text": "The frequency is 3150.0. The angle_of_attack is 9.9. The chord_length is 0.15. The free_stream_velocity is 55.5. The displacement_thickness is 0.02.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 73 |
+
{"text": "The frequency is 400.0. The angle_of_attack is 9.9. The chord_length is 0.15. The free_stream_velocity is 55.5. The displacement_thickness is 0.02.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 74 |
+
{"text": "The frequency is 5000.0. The angle_of_attack is 7.2. The chord_length is 0.15. The free_stream_velocity is 39.6. The displacement_thickness is 0.01.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 75 |
+
{"text": "The frequency is 3150.0. The angle_of_attack is 15.4. The chord_length is 0.05. The free_stream_velocity is 71.3. The displacement_thickness is 0.03.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 76 |
+
{"text": "The frequency is 1600.0. The angle_of_attack is 0.0. The chord_length is 0.23. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 77 |
+
{"text": "The frequency is 500.0. The angle_of_attack is 1.5. The chord_length is 0.3. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 78 |
+
{"text": "The frequency is 1600.0. The angle_of_attack is 2.7. The chord_length is 0.15. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 79 |
+
{"text": "The frequency is 6300.0. The angle_of_attack is 3.0. The chord_length is 0.3. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 80 |
+
{"text": "The frequency is 500.0. The angle_of_attack is 8.4. The chord_length is 0.05. The free_stream_velocity is 39.6. The displacement_thickness is 0.01.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 81 |
+
{"text": "The frequency is 1600.0. The angle_of_attack is 9.9. The chord_length is 0.15. The free_stream_velocity is 55.5. The displacement_thickness is 0.02.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 82 |
+
{"text": "The frequency is 4000.0. The angle_of_attack is 0.0. The chord_length is 0.03. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 83 |
+
{"text": "The frequency is 1000.0. The angle_of_attack is 2.7. The chord_length is 0.15. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 84 |
+
{"text": "The frequency is 500.0. The angle_of_attack is 4.0. The chord_length is 0.3. The free_stream_velocity is 39.6. The displacement_thickness is 0.01.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 85 |
+
{"text": "The frequency is 3150.0. The angle_of_attack is 8.9. The chord_length is 0.1. The free_stream_velocity is 71.3. The displacement_thickness is 0.01.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 86 |
+
{"text": "The frequency is 2500.0. The angle_of_attack is 17.4. The chord_length is 0.03. The free_stream_velocity is 31.7. The displacement_thickness is 0.02.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 87 |
+
{"text": "The frequency is 5000.0. The angle_of_attack is 0.0. The chord_length is 0.03. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 88 |
+
{"text": "The frequency is 200.0. The angle_of_attack is 15.6. The chord_length is 0.1. The free_stream_velocity is 71.3. The displacement_thickness is 0.04.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 89 |
+
{"text": "The frequency is 2500.0. The angle_of_attack is 9.9. The chord_length is 0.15. The free_stream_velocity is 55.5. The displacement_thickness is 0.02.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 90 |
+
{"text": "The frequency is 3150.0. The angle_of_attack is 2.0. The chord_length is 0.23. The free_stream_velocity is 31.7. The displacement_thickness is 0.0.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 91 |
+
{"text": "The frequency is 10000.0. The angle_of_attack is 2.0. The chord_length is 0.23. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 92 |
+
{"text": "The frequency is 630.0. The angle_of_attack is 15.4. The chord_length is 0.05. The free_stream_velocity is 71.3. The displacement_thickness is 0.03.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 93 |
+
{"text": "The frequency is 4000.0. The angle_of_attack is 8.4. The chord_length is 0.05. The free_stream_velocity is 71.3. The displacement_thickness is 0.01.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 94 |
+
{"text": "The frequency is 2500.0. The angle_of_attack is 12.6. The chord_length is 0.15. The free_stream_velocity is 71.3. The displacement_thickness is 0.05.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 95 |
+
{"text": "The frequency is 1250.0. The angle_of_attack is 15.4. The chord_length is 0.05. The free_stream_velocity is 55.5. The displacement_thickness is 0.03.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 96 |
+
{"text": "The frequency is 2500.0. The angle_of_attack is 7.2. The chord_length is 0.15. The free_stream_velocity is 71.3. The displacement_thickness is 0.01.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 97 |
+
{"text": "The frequency is 6300.0. The angle_of_attack is 0.0. The chord_length is 0.1. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 98 |
+
{"text": "The frequency is 1250.0. The angle_of_attack is 4.2. The chord_length is 0.05. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 99 |
+
{"text": "The frequency is 5000.0. The angle_of_attack is 3.0. The chord_length is 0.3. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 100 |
+
{"text": "The frequency is 630.0. The angle_of_attack is 17.4. The chord_length is 0.03. The free_stream_velocity is 39.6. The displacement_thickness is 0.02.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 101 |
+
{"text": "The frequency is 1000.0. The angle_of_attack is 12.3. The chord_length is 0.1. The free_stream_velocity is 31.7. The displacement_thickness is 0.04.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 102 |
+
{"text": "The frequency is 1600.0. The angle_of_attack is 7.2. The chord_length is 0.15. The free_stream_velocity is 39.6. The displacement_thickness is 0.01.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 103 |
+
{"text": "The frequency is 2000.0. The angle_of_attack is 3.0. The chord_length is 0.3. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 104 |
+
{"text": "The frequency is 630.0. The angle_of_attack is 6.7. The chord_length is 0.1. The free_stream_velocity is 39.6. The displacement_thickness is 0.01.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 105 |
+
{"text": "The frequency is 1250.0. The angle_of_attack is 2.0. The chord_length is 0.23. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 106 |
+
{"text": "The frequency is 2000.0. The angle_of_attack is 0.0. The chord_length is 0.23. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 107 |
+
{"text": "The frequency is 3150.0. The angle_of_attack is 0.0. The chord_length is 0.3. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 108 |
+
{"text": "The frequency is 1000.0. The angle_of_attack is 0.0. The chord_length is 0.05. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 109 |
+
{"text": "The frequency is 1600.0. The angle_of_attack is 7.3. The chord_length is 0.23. The free_stream_velocity is 55.5. The displacement_thickness is 0.01.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 110 |
+
{"text": "The frequency is 1000.0. The angle_of_attack is 0.0. The chord_length is 0.15. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 111 |
+
{"text": "The frequency is 2500.0. The angle_of_attack is 3.0. The chord_length is 0.3. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 112 |
+
{"text": "The frequency is 1000.0. The angle_of_attack is 6.7. The chord_length is 0.1. The free_stream_velocity is 39.6. The displacement_thickness is 0.01.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 113 |
+
{"text": "The frequency is 2000.0. The angle_of_attack is 2.0. The chord_length is 0.23. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 114 |
+
{"text": "The frequency is 5000.0. The angle_of_attack is 4.2. The chord_length is 0.05. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 115 |
+
{"text": "The frequency is 5000.0. The angle_of_attack is 0.0. The chord_length is 0.03. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 116 |
+
{"text": "The frequency is 250.0. The angle_of_attack is 9.9. The chord_length is 0.15. The free_stream_velocity is 71.3. The displacement_thickness is 0.02.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 117 |
+
{"text": "The frequency is 3150.0. The angle_of_attack is 3.3. The chord_length is 0.1. The free_stream_velocity is 31.7. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 118 |
+
{"text": "The frequency is 1000.0. The angle_of_attack is 11.2. The chord_length is 0.05. The free_stream_velocity is 39.6. The displacement_thickness is 0.02.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 119 |
+
{"text": "The frequency is 400.0. The angle_of_attack is 12.6. The chord_length is 0.15. The free_stream_velocity is 39.6. The displacement_thickness is 0.06.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 120 |
+
{"text": "The frequency is 630.0. The angle_of_attack is 1.5. The chord_length is 0.3. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 121 |
+
{"text": "The frequency is 5000.0. The angle_of_attack is 5.4. The chord_length is 0.15. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 122 |
+
{"text": "The frequency is 10000.0. The angle_of_attack is 4.0. The chord_length is 0.23. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 123 |
+
{"text": "The frequency is 400.0. The angle_of_attack is 0.0. The chord_length is 0.23. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 124 |
+
{"text": "The frequency is 630.0. The angle_of_attack is 0.0. The chord_length is 0.23. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 125 |
+
{"text": "The frequency is 315.0. The angle_of_attack is 9.9. The chord_length is 0.15. The free_stream_velocity is 55.5. The displacement_thickness is 0.02.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 126 |
+
{"text": "The frequency is 2000.0. The angle_of_attack is 0.0. The chord_length is 0.3. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 127 |
+
{"text": "The frequency is 5000.0. The angle_of_attack is 12.6. The chord_length is 0.15. The free_stream_velocity is 39.6. The displacement_thickness is 0.06.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 128 |
+
{"text": "The frequency is 1250.0. The angle_of_attack is 9.5. The chord_length is 0.03. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 129 |
+
{"text": "The frequency is 6300.0. The angle_of_attack is 0.0. The chord_length is 0.23. The free_stream_velocity is 31.7. The displacement_thickness is 0.0.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 130 |
+
{"text": "The frequency is 2000.0. The angle_of_attack is 8.4. The chord_length is 0.05. The free_stream_velocity is 39.6. The displacement_thickness is 0.01.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 131 |
+
{"text": "The frequency is 1000.0. The angle_of_attack is 4.0. The chord_length is 0.23. The free_stream_velocity is 31.7. The displacement_thickness is 0.01.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 132 |
+
{"text": "The frequency is 4000.0. The angle_of_attack is 9.5. The chord_length is 0.03. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 133 |
+
{"text": "The frequency is 4000.0. The angle_of_attack is 17.4. The chord_length is 0.03. The free_stream_velocity is 71.3. The displacement_thickness is 0.02.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 134 |
+
{"text": "The frequency is 200.0. The angle_of_attack is 9.9. The chord_length is 0.15. The free_stream_velocity is 55.5. The displacement_thickness is 0.02.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 135 |
+
{"text": "The frequency is 2500.0. The angle_of_attack is 0.0. The chord_length is 0.3. The free_stream_velocity is 55.5. The displacement_thickness is 0.0.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 136 |
+
{"text": "The frequency is 6300.0. The angle_of_attack is 4.2. The chord_length is 0.05. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 137 |
+
{"text": "The frequency is 4000.0. The angle_of_attack is 3.3. The chord_length is 0.1. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 138 |
+
{"text": "The frequency is 2000.0. The angle_of_attack is 5.4. The chord_length is 0.15. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 139 |
+
{"text": "The frequency is 2500.0. The angle_of_attack is 15.6. The chord_length is 0.1. The free_stream_velocity is 71.3. The displacement_thickness is 0.04.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 140 |
+
{"text": "The frequency is 5000.0. The angle_of_attack is 3.3. The chord_length is 0.1. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 141 |
+
{"text": "The frequency is 3150.0. The angle_of_attack is 19.7. The chord_length is 0.05. The free_stream_velocity is 71.3. The displacement_thickness is 0.03.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 142 |
+
{"text": "The frequency is 3150.0. The angle_of_attack is 4.0. The chord_length is 0.23. The free_stream_velocity is 71.3. The displacement_thickness is 0.0.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 143 |
+
{"text": "The frequency is 400.0. The angle_of_attack is 22.2. The chord_length is 0.03. The free_stream_velocity is 71.3. The displacement_thickness is 0.02.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 144 |
+
{"text": "The frequency is 315.0. The angle_of_attack is 7.3. The chord_length is 0.23. The free_stream_velocity is 55.5. The displacement_thickness is 0.01.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 145 |
+
{"text": "The frequency is 400.0. The angle_of_attack is 8.9. The chord_length is 0.1. The free_stream_velocity is 39.6. The displacement_thickness is 0.01.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 146 |
+
{"text": "The frequency is 315.0. The angle_of_attack is 19.7. The chord_length is 0.05. The free_stream_velocity is 71.3. The displacement_thickness is 0.03.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 147 |
+
{"text": "The frequency is 5000.0. The angle_of_attack is 9.9. The chord_length is 0.15. The free_stream_velocity is 71.3. The displacement_thickness is 0.02.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 148 |
+
{"text": "The frequency is 1600.0. The angle_of_attack is 12.3. The chord_length is 0.1. The free_stream_velocity is 55.5. The displacement_thickness is 0.04.", "label": "between 120.191 and 125.721", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 149 |
+
{"text": "The frequency is 10000.0. The angle_of_attack is 12.7. The chord_length is 0.03. The free_stream_velocity is 39.6. The displacement_thickness is 0.01.", "label": "less than 120.191", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 150 |
+
{"text": "The frequency is 630.0. The angle_of_attack is 0.0. The chord_length is 0.3. The free_stream_velocity is 39.6. The displacement_thickness is 0.0.", "label": "between 125.721 and 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 151 |
+
{"text": "The frequency is 1000.0. The angle_of_attack is 17.4. The chord_length is 0.03. The free_stream_velocity is 31.7. The displacement_thickness is 0.02.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 152 |
+
{"text": "The frequency is 800.0. The angle_of_attack is 3.3. The chord_length is 0.1. The free_stream_velocity is 31.7. The displacement_thickness is 0.0.", "label": "greater than 129.9955", "dataset": "airfoil_self_noise", "benchmark": "openml_ctr23", "task_type": "reg"}
|
classification/openml_ctr23/airfoil_self_noise/train.csv
ADDED
|
@@ -0,0 +1,1352 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
frequency,angle_of_attack,chord_length,free_stream_velocity,displacement_thickness,sound_pressure
|
| 2 |
+
4000,3.0,0.3,39.6,0.0,less than 120.191
|
| 3 |
+
500,9.9,0.15,55.5,0.02,between 125.721 and 129.9955
|
| 4 |
+
6300,17.4,0.03,55.5,0.02,less than 120.191
|
| 5 |
+
2000,5.3,0.23,71.3,0.01,between 125.721 and 129.9955
|
| 6 |
+
1250,0.0,0.23,39.6,0.0,between 125.721 and 129.9955
|
| 7 |
+
1600,3.0,0.3,31.7,0.01,between 120.191 and 125.721
|
| 8 |
+
630,3.3,0.1,55.5,0.0,between 125.721 and 129.9955
|
| 9 |
+
800,2.0,0.23,39.6,0.0,between 125.721 and 129.9955
|
| 10 |
+
2000,0.0,0.05,71.3,0.0,greater than 129.9955
|
| 11 |
+
500,5.4,0.15,71.3,0.0,between 125.721 and 129.9955
|
| 12 |
+
1250,0.0,0.23,55.5,0.0,between 125.721 and 129.9955
|
| 13 |
+
2500,12.3,0.1,31.7,0.04,less than 120.191
|
| 14 |
+
800,5.4,0.15,31.7,0.01,greater than 129.9955
|
| 15 |
+
800,8.9,0.1,71.3,0.01,greater than 129.9955
|
| 16 |
+
800,3.3,0.1,55.5,0.0,between 125.721 and 129.9955
|
| 17 |
+
1600,15.4,0.05,55.5,0.03,between 125.721 and 129.9955
|
| 18 |
+
1600,12.6,0.15,39.6,0.06,less than 120.191
|
| 19 |
+
1000,0.0,0.15,31.7,0.0,greater than 129.9955
|
| 20 |
+
315,15.4,0.05,55.5,0.03,between 120.191 and 125.721
|
| 21 |
+
5000,15.6,0.1,39.6,0.05,less than 120.191
|
| 22 |
+
1250,4.0,0.3,39.6,0.01,between 125.721 and 129.9955
|
| 23 |
+
3150,4.2,0.05,71.3,0.0,greater than 129.9955
|
| 24 |
+
4000,9.9,0.15,31.7,0.03,less than 120.191
|
| 25 |
+
800,4.0,0.23,39.6,0.0,greater than 129.9955
|
| 26 |
+
800,0.0,0.05,55.5,0.0,between 120.191 and 125.721
|
| 27 |
+
1600,3.0,0.3,55.5,0.0,between 120.191 and 125.721
|
| 28 |
+
5000,8.9,0.1,39.6,0.01,less than 120.191
|
| 29 |
+
1600,0.0,0.03,39.6,0.0,between 120.191 and 125.721
|
| 30 |
+
2000,11.2,0.05,39.6,0.02,between 120.191 and 125.721
|
| 31 |
+
2500,12.6,0.15,39.6,0.06,less than 120.191
|
| 32 |
+
2500,4.2,0.05,71.3,0.0,greater than 129.9955
|
| 33 |
+
1000,12.3,0.1,71.3,0.03,between 125.721 and 129.9955
|
| 34 |
+
1250,7.3,0.23,31.7,0.01,between 120.191 and 125.721
|
| 35 |
+
2000,8.4,0.05,55.5,0.01,greater than 129.9955
|
| 36 |
+
1000,6.7,0.1,55.5,0.01,greater than 129.9955
|
| 37 |
+
1250,22.2,0.03,71.3,0.02,greater than 129.9955
|
| 38 |
+
5000,0.0,0.3,55.5,0.0,less than 120.191
|
| 39 |
+
800,6.7,0.1,55.5,0.01,greater than 129.9955
|
| 40 |
+
12500,0.0,0.15,71.3,0.0,less than 120.191
|
| 41 |
+
1600,7.3,0.23,39.6,0.01,between 120.191 and 125.721
|
| 42 |
+
4000,2.0,0.23,71.3,0.0,between 120.191 and 125.721
|
| 43 |
+
500,8.9,0.1,39.6,0.01,greater than 129.9955
|
| 44 |
+
500,15.4,0.05,31.7,0.03,between 120.191 and 125.721
|
| 45 |
+
16000,4.8,0.03,71.3,0.0,between 120.191 and 125.721
|
| 46 |
+
500,2.0,0.23,31.7,0.0,between 125.721 and 129.9955
|
| 47 |
+
1000,7.3,0.23,71.3,0.01,between 125.721 and 129.9955
|
| 48 |
+
2000,0.0,0.23,39.6,0.0,between 120.191 and 125.721
|
| 49 |
+
400,8.9,0.1,71.3,0.01,greater than 129.9955
|
| 50 |
+
5000,5.4,0.15,71.3,0.0,less than 120.191
|
| 51 |
+
1000,9.5,0.03,71.3,0.0,between 125.721 and 129.9955
|
| 52 |
+
6300,0.0,0.23,39.6,0.0,less than 120.191
|
| 53 |
+
630,12.7,0.03,39.6,0.01,between 125.721 and 129.9955
|
| 54 |
+
5000,2.0,0.23,31.7,0.0,less than 120.191
|
| 55 |
+
1250,9.9,0.15,39.6,0.02,between 120.191 and 125.721
|
| 56 |
+
500,0.0,0.3,31.7,0.0,between 125.721 and 129.9955
|
| 57 |
+
250,22.2,0.03,39.6,0.02,less than 120.191
|
| 58 |
+
400,12.3,0.1,39.6,0.04,between 125.721 and 129.9955
|
| 59 |
+
1600,9.9,0.15,39.6,0.02,less than 120.191
|
| 60 |
+
2500,12.7,0.03,71.3,0.01,greater than 129.9955
|
| 61 |
+
1000,1.5,0.3,39.6,0.0,between 125.721 and 129.9955
|
| 62 |
+
3150,5.3,0.23,39.6,0.01,less than 120.191
|
| 63 |
+
12500,2.7,0.15,71.3,0.0,less than 120.191
|
| 64 |
+
6300,0.0,0.1,39.6,0.0,between 120.191 and 125.721
|
| 65 |
+
315,5.4,0.15,39.6,0.0,between 120.191 and 125.721
|
| 66 |
+
6300,0.0,0.05,31.7,0.0,greater than 129.9955
|
| 67 |
+
400,2.0,0.23,71.3,0.0,between 120.191 and 125.721
|
| 68 |
+
630,6.7,0.1,55.5,0.01,greater than 129.9955
|
| 69 |
+
2000,15.6,0.1,71.3,0.04,less than 120.191
|
| 70 |
+
1600,4.0,0.23,55.5,0.0,between 125.721 and 129.9955
|
| 71 |
+
2500,15.4,0.05,31.7,0.03,less than 120.191
|
| 72 |
+
3150,12.7,0.03,71.3,0.01,greater than 129.9955
|
| 73 |
+
1000,0.0,0.1,55.5,0.0,between 125.721 and 129.9955
|
| 74 |
+
3150,7.2,0.15,71.3,0.01,less than 120.191
|
| 75 |
+
5000,2.7,0.15,71.3,0.0,between 120.191 and 125.721
|
| 76 |
+
500,0.0,0.15,31.7,0.0,between 120.191 and 125.721
|
| 77 |
+
2500,0.0,0.15,39.6,0.0,between 125.721 and 129.9955
|
| 78 |
+
800,9.9,0.15,39.6,0.02,between 125.721 and 129.9955
|
| 79 |
+
400,2.0,0.23,55.5,0.0,between 120.191 and 125.721
|
| 80 |
+
3150,1.5,0.3,71.3,0.0,between 120.191 and 125.721
|
| 81 |
+
4000,22.2,0.03,71.3,0.02,between 120.191 and 125.721
|
| 82 |
+
3150,0.0,0.05,31.7,0.0,greater than 129.9955
|
| 83 |
+
1600,11.2,0.05,71.3,0.01,greater than 129.9955
|
| 84 |
+
8000,5.4,0.15,55.5,0.0,less than 120.191
|
| 85 |
+
800,1.5,0.3,39.6,0.0,between 125.721 and 129.9955
|
| 86 |
+
630,12.6,0.15,39.6,0.06,less than 120.191
|
| 87 |
+
2000,4.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 88 |
+
5000,7.3,0.23,31.7,0.01,less than 120.191
|
| 89 |
+
1250,17.4,0.03,39.6,0.02,greater than 129.9955
|
| 90 |
+
1000,4.8,0.03,39.6,0.0,between 120.191 and 125.721
|
| 91 |
+
1000,7.2,0.15,71.3,0.01,greater than 129.9955
|
| 92 |
+
1600,0.0,0.1,39.6,0.0,greater than 129.9955
|
| 93 |
+
800,9.5,0.03,39.6,0.0,between 125.721 and 129.9955
|
| 94 |
+
3150,4.0,0.23,31.7,0.01,between 120.191 and 125.721
|
| 95 |
+
1250,9.5,0.03,39.6,0.0,greater than 129.9955
|
| 96 |
+
250,15.6,0.1,39.6,0.05,between 120.191 and 125.721
|
| 97 |
+
630,8.4,0.05,55.5,0.01,between 125.721 and 129.9955
|
| 98 |
+
6300,3.3,0.1,39.6,0.0,between 120.191 and 125.721
|
| 99 |
+
1250,12.7,0.03,71.3,0.01,greater than 129.9955
|
| 100 |
+
6300,12.3,0.1,39.6,0.04,less than 120.191
|
| 101 |
+
2500,4.2,0.05,39.6,0.0,greater than 129.9955
|
| 102 |
+
1000,15.4,0.05,55.5,0.03,greater than 129.9955
|
| 103 |
+
4000,0.0,0.05,39.6,0.0,greater than 129.9955
|
| 104 |
+
400,3.0,0.3,55.5,0.0,between 125.721 and 129.9955
|
| 105 |
+
500,5.4,0.15,55.5,0.0,between 125.721 and 129.9955
|
| 106 |
+
1600,8.9,0.1,39.6,0.01,between 120.191 and 125.721
|
| 107 |
+
8000,0.0,0.15,31.7,0.0,less than 120.191
|
| 108 |
+
10000,0.0,0.15,55.5,0.0,less than 120.191
|
| 109 |
+
1250,17.4,0.03,31.7,0.02,between 125.721 and 129.9955
|
| 110 |
+
1250,8.4,0.05,71.3,0.01,greater than 129.9955
|
| 111 |
+
2000,17.4,0.03,31.7,0.02,between 120.191 and 125.721
|
| 112 |
+
800,8.4,0.05,55.5,0.01,between 125.721 and 129.9955
|
| 113 |
+
2500,12.3,0.1,39.6,0.04,less than 120.191
|
| 114 |
+
3150,0.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 115 |
+
1600,0.0,0.05,71.3,0.0,between 125.721 and 129.9955
|
| 116 |
+
12500,4.0,0.3,71.3,0.0,less than 120.191
|
| 117 |
+
6300,7.3,0.23,71.3,0.01,less than 120.191
|
| 118 |
+
800,3.3,0.1,39.6,0.0,between 125.721 and 129.9955
|
| 119 |
+
315,9.9,0.15,71.3,0.02,greater than 129.9955
|
| 120 |
+
5000,3.3,0.1,55.5,0.0,between 120.191 and 125.721
|
| 121 |
+
5000,0.0,0.3,71.3,0.0,between 120.191 and 125.721
|
| 122 |
+
2000,4.0,0.3,71.3,0.0,between 120.191 and 125.721
|
| 123 |
+
8000,4.8,0.03,31.7,0.0,between 125.721 and 129.9955
|
| 124 |
+
5000,0.0,0.03,71.3,0.0,greater than 129.9955
|
| 125 |
+
630,0.0,0.15,39.6,0.0,between 120.191 and 125.721
|
| 126 |
+
1600,0.0,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 127 |
+
250,12.3,0.1,39.6,0.04,between 125.721 and 129.9955
|
| 128 |
+
630,0.0,0.23,31.7,0.0,between 125.721 and 129.9955
|
| 129 |
+
1600,0.0,0.05,55.5,0.0,between 125.721 and 129.9955
|
| 130 |
+
200,17.4,0.03,55.5,0.02,less than 120.191
|
| 131 |
+
3150,9.9,0.15,31.7,0.03,less than 120.191
|
| 132 |
+
1250,22.2,0.03,39.6,0.02,between 125.721 and 129.9955
|
| 133 |
+
630,3.0,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 134 |
+
800,3.0,0.3,31.7,0.01,between 125.721 and 129.9955
|
| 135 |
+
8000,2.0,0.23,71.3,0.0,less than 120.191
|
| 136 |
+
1000,15.6,0.1,71.3,0.04,between 120.191 and 125.721
|
| 137 |
+
2000,8.4,0.05,31.7,0.01,between 125.721 and 129.9955
|
| 138 |
+
3150,17.4,0.03,39.6,0.02,between 120.191 and 125.721
|
| 139 |
+
5000,3.0,0.3,31.7,0.01,less than 120.191
|
| 140 |
+
6300,3.0,0.3,39.6,0.0,less than 120.191
|
| 141 |
+
630,12.7,0.03,71.3,0.01,between 125.721 and 129.9955
|
| 142 |
+
3150,22.2,0.03,71.3,0.02,between 120.191 and 125.721
|
| 143 |
+
500,4.0,0.3,71.3,0.0,greater than 129.9955
|
| 144 |
+
315,15.4,0.05,71.3,0.03,between 125.721 and 129.9955
|
| 145 |
+
6300,4.0,0.23,39.6,0.0,less than 120.191
|
| 146 |
+
12500,4.8,0.03,55.5,0.0,between 120.191 and 125.721
|
| 147 |
+
630,4.0,0.3,71.3,0.0,greater than 129.9955
|
| 148 |
+
1000,4.0,0.3,71.3,0.0,greater than 129.9955
|
| 149 |
+
2500,2.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 150 |
+
6300,5.4,0.15,71.3,0.0,less than 120.191
|
| 151 |
+
6300,9.9,0.15,71.3,0.02,less than 120.191
|
| 152 |
+
400,8.4,0.05,39.6,0.01,less than 120.191
|
| 153 |
+
1250,5.4,0.15,71.3,0.0,greater than 129.9955
|
| 154 |
+
800,0.0,0.05,71.3,0.0,greater than 129.9955
|
| 155 |
+
800,7.2,0.15,39.6,0.01,greater than 129.9955
|
| 156 |
+
10000,0.0,0.3,71.3,0.0,less than 120.191
|
| 157 |
+
2500,5.4,0.15,39.6,0.0,between 120.191 and 125.721
|
| 158 |
+
6300,3.0,0.3,31.7,0.01,less than 120.191
|
| 159 |
+
2000,4.0,0.23,55.5,0.0,between 120.191 and 125.721
|
| 160 |
+
5000,15.4,0.05,71.3,0.03,less than 120.191
|
| 161 |
+
4000,5.3,0.23,39.6,0.01,less than 120.191
|
| 162 |
+
1250,0.0,0.1,31.7,0.0,greater than 129.9955
|
| 163 |
+
2500,9.9,0.15,39.6,0.02,less than 120.191
|
| 164 |
+
2500,0.0,0.03,39.6,0.0,greater than 129.9955
|
| 165 |
+
200,11.2,0.05,39.6,0.02,between 120.191 and 125.721
|
| 166 |
+
6300,0.0,0.23,71.3,0.0,between 120.191 and 125.721
|
| 167 |
+
8000,7.2,0.15,39.6,0.01,less than 120.191
|
| 168 |
+
1000,5.4,0.15,39.6,0.0,greater than 129.9955
|
| 169 |
+
5000,0.0,0.05,31.7,0.0,greater than 129.9955
|
| 170 |
+
4000,3.3,0.1,31.7,0.0,between 120.191 and 125.721
|
| 171 |
+
1600,4.0,0.23,31.7,0.01,between 120.191 and 125.721
|
| 172 |
+
2000,7.3,0.23,39.6,0.01,less than 120.191
|
| 173 |
+
500,12.6,0.15,71.3,0.05,between 120.191 and 125.721
|
| 174 |
+
800,0.0,0.23,55.5,0.0,between 125.721 and 129.9955
|
| 175 |
+
1000,0.0,0.1,39.6,0.0,greater than 129.9955
|
| 176 |
+
4000,4.0,0.23,71.3,0.0,between 120.191 and 125.721
|
| 177 |
+
6300,2.0,0.23,31.7,0.0,less than 120.191
|
| 178 |
+
8000,4.8,0.03,39.6,0.0,greater than 129.9955
|
| 179 |
+
250,12.6,0.15,71.3,0.05,between 125.721 and 129.9955
|
| 180 |
+
315,1.5,0.3,39.6,0.0,between 120.191 and 125.721
|
| 181 |
+
500,3.0,0.3,31.7,0.01,between 125.721 and 129.9955
|
| 182 |
+
500,12.3,0.1,55.5,0.04,greater than 129.9955
|
| 183 |
+
1250,4.0,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 184 |
+
800,9.9,0.15,71.3,0.02,between 125.721 and 129.9955
|
| 185 |
+
800,15.4,0.05,71.3,0.03,greater than 129.9955
|
| 186 |
+
1250,4.8,0.03,39.6,0.0,between 120.191 and 125.721
|
| 187 |
+
10000,7.2,0.15,71.3,0.01,less than 120.191
|
| 188 |
+
315,9.9,0.15,39.6,0.02,between 125.721 and 129.9955
|
| 189 |
+
1250,0.0,0.15,39.6,0.0,greater than 129.9955
|
| 190 |
+
4000,12.6,0.15,71.3,0.05,less than 120.191
|
| 191 |
+
10000,0.0,0.3,31.7,0.0,less than 120.191
|
| 192 |
+
500,4.8,0.03,39.6,0.0,less than 120.191
|
| 193 |
+
500,0.0,0.3,55.5,0.0,between 125.721 and 129.9955
|
| 194 |
+
1250,1.5,0.3,39.6,0.0,between 120.191 and 125.721
|
| 195 |
+
4000,4.2,0.05,71.3,0.0,greater than 129.9955
|
| 196 |
+
3150,0.0,0.23,55.5,0.0,between 120.191 and 125.721
|
| 197 |
+
8000,0.0,0.05,71.3,0.0,greater than 129.9955
|
| 198 |
+
5000,3.3,0.1,31.7,0.0,between 120.191 and 125.721
|
| 199 |
+
2000,0.0,0.05,55.5,0.0,greater than 129.9955
|
| 200 |
+
2500,7.3,0.23,39.6,0.01,less than 120.191
|
| 201 |
+
10000,12.7,0.03,71.3,0.01,less than 120.191
|
| 202 |
+
1000,2.0,0.23,31.7,0.0,greater than 129.9955
|
| 203 |
+
250,17.4,0.03,31.7,0.02,less than 120.191
|
| 204 |
+
4000,9.9,0.15,71.3,0.02,less than 120.191
|
| 205 |
+
12500,1.5,0.3,39.6,0.0,less than 120.191
|
| 206 |
+
630,2.0,0.23,31.7,0.0,between 125.721 and 129.9955
|
| 207 |
+
2500,0.0,0.03,31.7,0.0,greater than 129.9955
|
| 208 |
+
1600,3.3,0.1,31.7,0.0,greater than 129.9955
|
| 209 |
+
2000,8.9,0.1,71.3,0.01,between 120.191 and 125.721
|
| 210 |
+
315,4.0,0.3,39.6,0.01,between 125.721 and 129.9955
|
| 211 |
+
800,5.4,0.15,71.3,0.0,greater than 129.9955
|
| 212 |
+
8000,0.0,0.05,55.5,0.0,greater than 129.9955
|
| 213 |
+
800,19.7,0.05,71.3,0.03,between 120.191 and 125.721
|
| 214 |
+
1600,12.3,0.1,39.6,0.04,less than 120.191
|
| 215 |
+
2000,12.6,0.15,71.3,0.05,less than 120.191
|
| 216 |
+
800,12.3,0.1,55.5,0.04,between 120.191 and 125.721
|
| 217 |
+
8000,3.3,0.1,39.6,0.0,less than 120.191
|
| 218 |
+
1000,9.5,0.03,55.5,0.0,greater than 129.9955
|
| 219 |
+
2000,7.3,0.23,71.3,0.01,between 120.191 and 125.721
|
| 220 |
+
630,8.4,0.05,39.6,0.01,between 125.721 and 129.9955
|
| 221 |
+
400,5.4,0.15,31.7,0.01,between 125.721 and 129.9955
|
| 222 |
+
2000,4.8,0.03,31.7,0.0,greater than 129.9955
|
| 223 |
+
500,11.2,0.05,71.3,0.01,greater than 129.9955
|
| 224 |
+
630,4.0,0.23,55.5,0.0,between 125.721 and 129.9955
|
| 225 |
+
2000,3.0,0.3,39.6,0.0,between 120.191 and 125.721
|
| 226 |
+
2000,15.4,0.05,39.6,0.03,between 120.191 and 125.721
|
| 227 |
+
315,19.7,0.05,39.6,0.04,between 125.721 and 129.9955
|
| 228 |
+
1250,0.0,0.1,55.5,0.0,greater than 129.9955
|
| 229 |
+
2000,4.8,0.03,55.5,0.0,between 120.191 and 125.721
|
| 230 |
+
3150,19.7,0.05,39.6,0.04,less than 120.191
|
| 231 |
+
10000,0.0,0.03,55.5,0.0,greater than 129.9955
|
| 232 |
+
6300,0.0,0.23,55.5,0.0,less than 120.191
|
| 233 |
+
4000,0.0,0.05,55.5,0.0,greater than 129.9955
|
| 234 |
+
250,7.3,0.23,31.7,0.01,greater than 129.9955
|
| 235 |
+
6300,15.6,0.1,39.6,0.05,less than 120.191
|
| 236 |
+
8000,0.0,0.05,39.6,0.0,between 125.721 and 129.9955
|
| 237 |
+
630,5.3,0.23,39.6,0.01,greater than 129.9955
|
| 238 |
+
1250,2.0,0.23,39.6,0.0,between 125.721 and 129.9955
|
| 239 |
+
400,7.3,0.23,55.5,0.01,greater than 129.9955
|
| 240 |
+
1250,5.4,0.15,31.7,0.01,between 120.191 and 125.721
|
| 241 |
+
8000,3.3,0.1,31.7,0.0,less than 120.191
|
| 242 |
+
250,11.2,0.05,71.3,0.01,between 125.721 and 129.9955
|
| 243 |
+
315,15.6,0.1,71.3,0.04,greater than 129.9955
|
| 244 |
+
2500,0.0,0.15,31.7,0.0,between 125.721 and 129.9955
|
| 245 |
+
5000,4.8,0.03,55.5,0.0,greater than 129.9955
|
| 246 |
+
630,4.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 247 |
+
4000,7.3,0.23,31.7,0.01,less than 120.191
|
| 248 |
+
4000,5.3,0.23,71.3,0.01,between 120.191 and 125.721
|
| 249 |
+
200,7.3,0.23,39.6,0.01,greater than 129.9955
|
| 250 |
+
3150,0.0,0.1,31.7,0.0,between 125.721 and 129.9955
|
| 251 |
+
3150,12.7,0.03,39.6,0.01,between 125.721 and 129.9955
|
| 252 |
+
10000,0.0,0.1,55.5,0.0,between 120.191 and 125.721
|
| 253 |
+
6300,5.3,0.23,39.6,0.01,less than 120.191
|
| 254 |
+
3150,9.5,0.03,39.6,0.0,between 125.721 and 129.9955
|
| 255 |
+
4000,0.0,0.1,71.3,0.0,greater than 129.9955
|
| 256 |
+
1250,2.7,0.15,39.6,0.0,greater than 129.9955
|
| 257 |
+
1000,3.0,0.3,39.6,0.0,between 125.721 and 129.9955
|
| 258 |
+
5000,0.0,0.1,31.7,0.0,between 120.191 and 125.721
|
| 259 |
+
12500,0.0,0.05,55.5,0.0,between 120.191 and 125.721
|
| 260 |
+
1000,12.7,0.03,71.3,0.01,greater than 129.9955
|
| 261 |
+
630,9.9,0.15,71.3,0.02,between 125.721 and 129.9955
|
| 262 |
+
200,12.3,0.1,55.5,0.04,greater than 129.9955
|
| 263 |
+
630,9.5,0.03,39.6,0.0,between 125.721 and 129.9955
|
| 264 |
+
1250,0.0,0.03,31.7,0.0,between 125.721 and 129.9955
|
| 265 |
+
6300,7.2,0.15,71.3,0.01,less than 120.191
|
| 266 |
+
630,15.4,0.05,31.7,0.03,between 120.191 and 125.721
|
| 267 |
+
315,11.2,0.05,71.3,0.01,between 125.721 and 129.9955
|
| 268 |
+
400,15.6,0.1,71.3,0.04,greater than 129.9955
|
| 269 |
+
2500,2.7,0.15,71.3,0.0,between 125.721 and 129.9955
|
| 270 |
+
500,4.0,0.23,39.6,0.0,between 125.721 and 129.9955
|
| 271 |
+
500,7.3,0.23,31.7,0.01,between 125.721 and 129.9955
|
| 272 |
+
6300,4.0,0.23,55.5,0.0,less than 120.191
|
| 273 |
+
250,12.3,0.1,71.3,0.03,greater than 129.9955
|
| 274 |
+
500,12.3,0.1,71.3,0.03,greater than 129.9955
|
| 275 |
+
3150,3.0,0.3,55.5,0.0,less than 120.191
|
| 276 |
+
3150,0.0,0.3,71.3,0.0,between 120.191 and 125.721
|
| 277 |
+
630,12.6,0.15,71.3,0.05,between 120.191 and 125.721
|
| 278 |
+
1600,2.0,0.23,39.6,0.0,between 125.721 and 129.9955
|
| 279 |
+
3150,15.6,0.1,39.6,0.05,less than 120.191
|
| 280 |
+
2000,9.9,0.15,39.6,0.02,less than 120.191
|
| 281 |
+
250,8.9,0.1,71.3,0.01,greater than 129.9955
|
| 282 |
+
12500,0.0,0.03,31.7,0.0,between 125.721 and 129.9955
|
| 283 |
+
1600,22.2,0.03,71.3,0.02,greater than 129.9955
|
| 284 |
+
5000,8.4,0.05,55.5,0.01,less than 120.191
|
| 285 |
+
200,0.0,0.3,39.6,0.0,less than 120.191
|
| 286 |
+
2000,12.3,0.1,31.7,0.04,less than 120.191
|
| 287 |
+
12500,0.0,0.05,31.7,0.0,less than 120.191
|
| 288 |
+
1600,0.0,0.1,71.3,0.0,greater than 129.9955
|
| 289 |
+
2000,0.0,0.1,39.6,0.0,greater than 129.9955
|
| 290 |
+
1600,2.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 291 |
+
1000,2.0,0.23,55.5,0.0,between 125.721 and 129.9955
|
| 292 |
+
6300,12.3,0.1,31.7,0.04,less than 120.191
|
| 293 |
+
1250,12.3,0.1,31.7,0.04,less than 120.191
|
| 294 |
+
800,0.0,0.3,39.6,0.0,between 125.721 and 129.9955
|
| 295 |
+
5000,7.3,0.23,55.5,0.01,less than 120.191
|
| 296 |
+
2500,19.7,0.05,71.3,0.03,less than 120.191
|
| 297 |
+
6300,0.0,0.05,39.6,0.0,greater than 129.9955
|
| 298 |
+
2500,0.0,0.1,31.7,0.0,greater than 129.9955
|
| 299 |
+
6300,9.5,0.03,71.3,0.0,between 125.721 and 129.9955
|
| 300 |
+
3150,8.4,0.05,31.7,0.01,between 120.191 and 125.721
|
| 301 |
+
5000,0.0,0.15,71.3,0.0,between 125.721 and 129.9955
|
| 302 |
+
2000,6.7,0.1,71.3,0.0,greater than 129.9955
|
| 303 |
+
2000,0.0,0.05,39.6,0.0,greater than 129.9955
|
| 304 |
+
8000,15.4,0.05,71.3,0.03,less than 120.191
|
| 305 |
+
1600,0.0,0.1,55.5,0.0,greater than 129.9955
|
| 306 |
+
6300,3.0,0.3,71.3,0.0,less than 120.191
|
| 307 |
+
2000,12.3,0.1,55.5,0.04,less than 120.191
|
| 308 |
+
800,17.4,0.03,55.5,0.02,between 120.191 and 125.721
|
| 309 |
+
1000,0.0,0.3,55.5,0.0,between 125.721 and 129.9955
|
| 310 |
+
2500,17.4,0.03,55.5,0.02,between 120.191 and 125.721
|
| 311 |
+
3150,0.0,0.3,55.5,0.0,between 120.191 and 125.721
|
| 312 |
+
3150,4.0,0.23,55.5,0.0,between 120.191 and 125.721
|
| 313 |
+
10000,3.3,0.1,39.6,0.0,less than 120.191
|
| 314 |
+
5000,0.0,0.1,71.3,0.0,greater than 129.9955
|
| 315 |
+
3150,17.4,0.03,31.7,0.02,between 120.191 and 125.721
|
| 316 |
+
4000,0.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 317 |
+
4000,15.6,0.1,39.6,0.05,less than 120.191
|
| 318 |
+
800,5.4,0.15,55.5,0.0,greater than 129.9955
|
| 319 |
+
315,8.9,0.1,39.6,0.01,greater than 129.9955
|
| 320 |
+
2500,4.8,0.03,71.3,0.0,greater than 129.9955
|
| 321 |
+
3150,2.7,0.15,71.3,0.0,between 125.721 and 129.9955
|
| 322 |
+
2000,4.0,0.23,39.6,0.0,between 120.191 and 125.721
|
| 323 |
+
1000,4.2,0.05,39.6,0.0,between 120.191 and 125.721
|
| 324 |
+
2000,3.3,0.1,55.5,0.0,greater than 129.9955
|
| 325 |
+
3150,7.3,0.23,55.5,0.01,less than 120.191
|
| 326 |
+
630,9.9,0.15,39.6,0.02,between 125.721 and 129.9955
|
| 327 |
+
800,11.2,0.05,71.3,0.01,greater than 129.9955
|
| 328 |
+
250,9.9,0.15,31.7,0.03,between 125.721 and 129.9955
|
| 329 |
+
1000,15.4,0.05,39.6,0.03,between 125.721 and 129.9955
|
| 330 |
+
2000,6.7,0.1,55.5,0.01,between 125.721 and 129.9955
|
| 331 |
+
4000,15.4,0.05,71.3,0.03,between 120.191 and 125.721
|
| 332 |
+
8000,0.0,0.03,71.3,0.0,between 125.721 and 129.9955
|
| 333 |
+
1600,0.0,0.05,39.6,0.0,greater than 129.9955
|
| 334 |
+
2000,0.0,0.05,31.7,0.0,greater than 129.9955
|
| 335 |
+
5000,2.7,0.15,39.6,0.0,between 120.191 and 125.721
|
| 336 |
+
1000,0.0,0.15,71.3,0.0,between 125.721 and 129.9955
|
| 337 |
+
3150,0.0,0.03,39.6,0.0,greater than 129.9955
|
| 338 |
+
4000,4.0,0.23,31.7,0.01,less than 120.191
|
| 339 |
+
2500,5.3,0.23,39.6,0.01,less than 120.191
|
| 340 |
+
400,8.4,0.05,55.5,0.01,between 120.191 and 125.721
|
| 341 |
+
500,7.3,0.23,71.3,0.01,greater than 129.9955
|
| 342 |
+
800,0.0,0.23,31.7,0.0,greater than 129.9955
|
| 343 |
+
250,7.3,0.23,55.5,0.01,greater than 129.9955
|
| 344 |
+
800,12.3,0.1,31.7,0.04,less than 120.191
|
| 345 |
+
1250,0.0,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 346 |
+
6300,5.4,0.15,31.7,0.01,less than 120.191
|
| 347 |
+
3150,8.4,0.05,71.3,0.01,greater than 129.9955
|
| 348 |
+
4000,0.0,0.3,31.7,0.0,less than 120.191
|
| 349 |
+
1600,19.7,0.05,39.6,0.04,less than 120.191
|
| 350 |
+
2000,6.7,0.1,39.6,0.01,between 120.191 and 125.721
|
| 351 |
+
500,7.2,0.15,39.6,0.01,greater than 129.9955
|
| 352 |
+
800,7.3,0.23,55.5,0.01,between 125.721 and 129.9955
|
| 353 |
+
800,22.2,0.03,71.3,0.02,between 120.191 and 125.721
|
| 354 |
+
3150,7.2,0.15,39.6,0.01,less than 120.191
|
| 355 |
+
315,17.4,0.03,55.5,0.02,less than 120.191
|
| 356 |
+
1250,3.0,0.3,39.6,0.0,between 125.721 and 129.9955
|
| 357 |
+
6300,0.0,0.1,55.5,0.0,between 125.721 and 129.9955
|
| 358 |
+
1600,0.0,0.1,31.7,0.0,greater than 129.9955
|
| 359 |
+
630,0.0,0.3,55.5,0.0,between 125.721 and 129.9955
|
| 360 |
+
2000,15.4,0.05,31.7,0.03,between 120.191 and 125.721
|
| 361 |
+
2000,0.0,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 362 |
+
250,12.6,0.15,39.6,0.06,less than 120.191
|
| 363 |
+
800,15.6,0.1,71.3,0.04,between 120.191 and 125.721
|
| 364 |
+
200,8.9,0.1,39.6,0.01,greater than 129.9955
|
| 365 |
+
4000,8.4,0.05,39.6,0.01,less than 120.191
|
| 366 |
+
400,4.0,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 367 |
+
2500,9.9,0.15,71.3,0.02,less than 120.191
|
| 368 |
+
5000,4.0,0.23,39.6,0.0,less than 120.191
|
| 369 |
+
1600,0.0,0.3,55.5,0.0,between 125.721 and 129.9955
|
| 370 |
+
3150,4.8,0.03,55.5,0.0,greater than 129.9955
|
| 371 |
+
12500,4.2,0.05,71.3,0.0,less than 120.191
|
| 372 |
+
315,5.3,0.23,39.6,0.01,between 125.721 and 129.9955
|
| 373 |
+
3150,2.7,0.15,39.6,0.0,between 120.191 and 125.721
|
| 374 |
+
5000,15.4,0.05,31.7,0.03,less than 120.191
|
| 375 |
+
400,6.7,0.1,39.6,0.01,between 125.721 and 129.9955
|
| 376 |
+
3150,11.2,0.05,71.3,0.01,between 125.721 and 129.9955
|
| 377 |
+
6300,0.0,0.3,39.6,0.0,less than 120.191
|
| 378 |
+
800,0.0,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 379 |
+
1250,1.5,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 380 |
+
250,4.0,0.23,31.7,0.01,less than 120.191
|
| 381 |
+
1250,0.0,0.3,39.6,0.0,between 120.191 and 125.721
|
| 382 |
+
800,7.3,0.23,39.6,0.01,between 125.721 and 129.9955
|
| 383 |
+
6300,4.2,0.05,39.6,0.0,between 120.191 and 125.721
|
| 384 |
+
5000,4.0,0.23,71.3,0.0,between 120.191 and 125.721
|
| 385 |
+
4000,0.0,0.15,39.6,0.0,between 120.191 and 125.721
|
| 386 |
+
2500,0.0,0.1,71.3,0.0,greater than 129.9955
|
| 387 |
+
1250,3.3,0.1,31.7,0.0,greater than 129.9955
|
| 388 |
+
2500,0.0,0.03,71.3,0.0,greater than 129.9955
|
| 389 |
+
6300,4.0,0.23,31.7,0.01,less than 120.191
|
| 390 |
+
10000,2.7,0.15,71.3,0.0,less than 120.191
|
| 391 |
+
1000,9.9,0.15,31.7,0.03,between 120.191 and 125.721
|
| 392 |
+
800,8.4,0.05,39.6,0.01,between 125.721 and 129.9955
|
| 393 |
+
630,0.0,0.3,31.7,0.0,between 125.721 and 129.9955
|
| 394 |
+
4000,15.4,0.05,31.7,0.03,less than 120.191
|
| 395 |
+
12500,0.0,0.3,55.5,0.0,less than 120.191
|
| 396 |
+
6300,12.3,0.1,71.3,0.03,less than 120.191
|
| 397 |
+
315,15.4,0.05,31.7,0.03,between 120.191 and 125.721
|
| 398 |
+
2000,1.5,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 399 |
+
4000,5.4,0.15,39.6,0.0,less than 120.191
|
| 400 |
+
2500,8.9,0.1,71.3,0.01,between 120.191 and 125.721
|
| 401 |
+
1000,9.9,0.15,39.6,0.02,between 120.191 and 125.721
|
| 402 |
+
4000,4.2,0.05,39.6,0.0,greater than 129.9955
|
| 403 |
+
315,4.0,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 404 |
+
1000,7.3,0.23,31.7,0.01,less than 120.191
|
| 405 |
+
3150,11.2,0.05,39.6,0.02,less than 120.191
|
| 406 |
+
400,9.5,0.03,31.7,0.0,between 120.191 and 125.721
|
| 407 |
+
6300,0.0,0.3,71.3,0.0,less than 120.191
|
| 408 |
+
1000,4.0,0.23,71.3,0.0,greater than 129.9955
|
| 409 |
+
5000,5.4,0.15,31.7,0.01,less than 120.191
|
| 410 |
+
12500,0.0,0.03,71.3,0.0,greater than 129.9955
|
| 411 |
+
1250,9.5,0.03,71.3,0.0,greater than 129.9955
|
| 412 |
+
500,15.6,0.1,39.6,0.05,less than 120.191
|
| 413 |
+
4000,12.6,0.15,39.6,0.06,less than 120.191
|
| 414 |
+
1250,0.0,0.15,55.5,0.0,between 125.721 and 129.9955
|
| 415 |
+
400,9.5,0.03,55.5,0.0,between 120.191 and 125.721
|
| 416 |
+
4000,4.0,0.23,55.5,0.0,between 120.191 and 125.721
|
| 417 |
+
2000,19.7,0.05,39.6,0.04,less than 120.191
|
| 418 |
+
1250,12.6,0.15,71.3,0.05,less than 120.191
|
| 419 |
+
250,4.0,0.3,39.6,0.01,between 120.191 and 125.721
|
| 420 |
+
5000,0.0,0.23,55.5,0.0,between 120.191 and 125.721
|
| 421 |
+
200,17.4,0.03,31.7,0.02,less than 120.191
|
| 422 |
+
2000,4.2,0.05,71.3,0.0,between 125.721 and 129.9955
|
| 423 |
+
3150,9.5,0.03,55.5,0.0,greater than 129.9955
|
| 424 |
+
1600,4.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 425 |
+
1000,15.4,0.05,71.3,0.03,greater than 129.9955
|
| 426 |
+
4000,3.0,0.3,55.5,0.0,less than 120.191
|
| 427 |
+
1600,15.4,0.05,39.6,0.03,between 120.191 and 125.721
|
| 428 |
+
800,0.0,0.15,71.3,0.0,between 125.721 and 129.9955
|
| 429 |
+
800,15.6,0.1,39.6,0.05,less than 120.191
|
| 430 |
+
2500,5.4,0.15,55.5,0.0,between 120.191 and 125.721
|
| 431 |
+
1600,22.2,0.03,39.6,0.02,between 120.191 and 125.721
|
| 432 |
+
4000,2.0,0.23,55.5,0.0,between 120.191 and 125.721
|
| 433 |
+
200,11.2,0.05,71.3,0.01,between 125.721 and 129.9955
|
| 434 |
+
1000,6.7,0.1,31.7,0.01,greater than 129.9955
|
| 435 |
+
3150,9.5,0.03,31.7,0.0,between 125.721 and 129.9955
|
| 436 |
+
1000,4.8,0.03,31.7,0.0,between 120.191 and 125.721
|
| 437 |
+
2500,15.4,0.05,71.3,0.03,between 125.721 and 129.9955
|
| 438 |
+
2500,8.4,0.05,55.5,0.01,greater than 129.9955
|
| 439 |
+
800,3.0,0.3,55.5,0.0,between 125.721 and 129.9955
|
| 440 |
+
800,4.8,0.03,31.7,0.0,between 120.191 and 125.721
|
| 441 |
+
315,5.4,0.15,31.7,0.01,between 125.721 and 129.9955
|
| 442 |
+
400,15.4,0.05,55.5,0.03,between 125.721 and 129.9955
|
| 443 |
+
400,19.7,0.05,39.6,0.04,greater than 129.9955
|
| 444 |
+
1600,15.4,0.05,71.3,0.03,greater than 129.9955
|
| 445 |
+
4000,7.3,0.23,55.5,0.01,less than 120.191
|
| 446 |
+
1600,0.0,0.15,71.3,0.0,between 125.721 and 129.9955
|
| 447 |
+
3150,4.8,0.03,39.6,0.0,greater than 129.9955
|
| 448 |
+
400,0.0,0.3,39.6,0.0,between 120.191 and 125.721
|
| 449 |
+
6300,12.3,0.1,55.5,0.04,less than 120.191
|
| 450 |
+
3150,9.5,0.03,71.3,0.0,greater than 129.9955
|
| 451 |
+
3150,0.0,0.15,31.7,0.0,between 120.191 and 125.721
|
| 452 |
+
8000,4.2,0.05,39.6,0.0,between 120.191 and 125.721
|
| 453 |
+
3150,9.9,0.15,39.6,0.02,less than 120.191
|
| 454 |
+
500,5.4,0.15,31.7,0.01,between 125.721 and 129.9955
|
| 455 |
+
1600,12.3,0.1,71.3,0.03,between 120.191 and 125.721
|
| 456 |
+
2500,0.0,0.3,71.3,0.0,between 120.191 and 125.721
|
| 457 |
+
3150,0.0,0.05,71.3,0.0,greater than 129.9955
|
| 458 |
+
400,9.5,0.03,39.6,0.0,between 120.191 and 125.721
|
| 459 |
+
3150,5.4,0.15,31.7,0.01,less than 120.191
|
| 460 |
+
1600,7.2,0.15,71.3,0.01,greater than 129.9955
|
| 461 |
+
5000,4.8,0.03,39.6,0.0,greater than 129.9955
|
| 462 |
+
2000,9.5,0.03,55.5,0.0,greater than 129.9955
|
| 463 |
+
800,4.0,0.23,31.7,0.01,greater than 129.9955
|
| 464 |
+
5000,0.0,0.15,55.5,0.0,between 120.191 and 125.721
|
| 465 |
+
800,2.0,0.23,31.7,0.0,greater than 129.9955
|
| 466 |
+
3150,0.0,0.05,39.6,0.0,greater than 129.9955
|
| 467 |
+
2500,4.0,0.23,55.5,0.0,between 120.191 and 125.721
|
| 468 |
+
4000,11.2,0.05,39.6,0.02,less than 120.191
|
| 469 |
+
4000,11.2,0.05,71.3,0.01,between 120.191 and 125.721
|
| 470 |
+
3150,15.4,0.05,31.7,0.03,less than 120.191
|
| 471 |
+
800,2.0,0.23,55.5,0.0,between 125.721 and 129.9955
|
| 472 |
+
2500,11.2,0.05,39.6,0.02,between 120.191 and 125.721
|
| 473 |
+
8000,0.0,0.1,39.6,0.0,between 120.191 and 125.721
|
| 474 |
+
315,7.3,0.23,71.3,0.01,greater than 129.9955
|
| 475 |
+
1250,0.0,0.23,31.7,0.0,between 125.721 and 129.9955
|
| 476 |
+
630,5.4,0.15,55.5,0.0,greater than 129.9955
|
| 477 |
+
3150,12.3,0.1,71.3,0.03,between 120.191 and 125.721
|
| 478 |
+
6300,0.0,0.03,55.5,0.0,greater than 129.9955
|
| 479 |
+
630,3.0,0.3,31.7,0.01,between 125.721 and 129.9955
|
| 480 |
+
400,7.3,0.23,39.6,0.01,greater than 129.9955
|
| 481 |
+
5000,1.5,0.3,39.6,0.0,less than 120.191
|
| 482 |
+
4000,12.3,0.1,31.7,0.04,less than 120.191
|
| 483 |
+
1000,12.6,0.15,39.6,0.06,less than 120.191
|
| 484 |
+
2500,0.0,0.05,71.3,0.0,greater than 129.9955
|
| 485 |
+
315,2.0,0.23,31.7,0.0,less than 120.191
|
| 486 |
+
20000,4.8,0.03,71.3,0.0,less than 120.191
|
| 487 |
+
800,19.7,0.05,39.6,0.04,less than 120.191
|
| 488 |
+
500,0.0,0.15,55.5,0.0,between 120.191 and 125.721
|
| 489 |
+
4000,8.9,0.1,71.3,0.01,between 120.191 and 125.721
|
| 490 |
+
1250,12.6,0.15,39.6,0.06,less than 120.191
|
| 491 |
+
1000,3.0,0.3,31.7,0.01,between 125.721 and 129.9955
|
| 492 |
+
315,0.0,0.23,55.5,0.0,less than 120.191
|
| 493 |
+
2000,6.7,0.1,31.7,0.01,between 120.191 and 125.721
|
| 494 |
+
1250,4.0,0.23,39.6,0.0,between 125.721 and 129.9955
|
| 495 |
+
315,12.6,0.15,71.3,0.05,between 125.721 and 129.9955
|
| 496 |
+
5000,2.0,0.23,55.5,0.0,between 120.191 and 125.721
|
| 497 |
+
500,17.4,0.03,71.3,0.02,less than 120.191
|
| 498 |
+
10000,0.0,0.1,71.3,0.0,between 120.191 and 125.721
|
| 499 |
+
1600,5.4,0.15,71.3,0.0,greater than 129.9955
|
| 500 |
+
4000,19.7,0.05,39.6,0.04,less than 120.191
|
| 501 |
+
630,4.0,0.3,39.6,0.01,greater than 129.9955
|
| 502 |
+
4000,8.4,0.05,31.7,0.01,less than 120.191
|
| 503 |
+
6300,0.0,0.03,31.7,0.0,greater than 129.9955
|
| 504 |
+
2500,5.3,0.23,71.3,0.01,between 120.191 and 125.721
|
| 505 |
+
1600,8.4,0.05,55.5,0.01,greater than 129.9955
|
| 506 |
+
1250,17.4,0.03,71.3,0.02,between 125.721 and 129.9955
|
| 507 |
+
6300,5.4,0.15,55.5,0.0,less than 120.191
|
| 508 |
+
4000,7.2,0.15,39.6,0.01,less than 120.191
|
| 509 |
+
4000,12.7,0.03,39.6,0.01,between 125.721 and 129.9955
|
| 510 |
+
250,4.0,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 511 |
+
4000,3.0,0.3,71.3,0.0,between 120.191 and 125.721
|
| 512 |
+
5000,3.0,0.3,55.5,0.0,less than 120.191
|
| 513 |
+
6300,22.2,0.03,71.3,0.02,between 120.191 and 125.721
|
| 514 |
+
315,7.3,0.23,39.6,0.01,greater than 129.9955
|
| 515 |
+
800,0.0,0.15,39.6,0.0,between 125.721 and 129.9955
|
| 516 |
+
12500,0.0,0.05,39.6,0.0,between 120.191 and 125.721
|
| 517 |
+
500,19.7,0.05,39.6,0.04,between 125.721 and 129.9955
|
| 518 |
+
1250,4.0,0.23,31.7,0.01,between 125.721 and 129.9955
|
| 519 |
+
4000,12.7,0.03,71.3,0.01,greater than 129.9955
|
| 520 |
+
12500,0.0,0.03,39.6,0.0,between 125.721 and 129.9955
|
| 521 |
+
2000,15.4,0.05,71.3,0.03,between 125.721 and 129.9955
|
| 522 |
+
10000,3.0,0.3,55.5,0.0,less than 120.191
|
| 523 |
+
3150,15.4,0.05,55.5,0.03,between 120.191 and 125.721
|
| 524 |
+
3150,4.8,0.03,31.7,0.0,greater than 129.9955
|
| 525 |
+
1600,12.3,0.1,31.7,0.04,less than 120.191
|
| 526 |
+
6300,15.4,0.05,55.5,0.03,less than 120.191
|
| 527 |
+
1000,3.3,0.1,39.6,0.0,greater than 129.9955
|
| 528 |
+
1250,12.3,0.1,55.5,0.04,between 120.191 and 125.721
|
| 529 |
+
630,4.8,0.03,39.6,0.0,less than 120.191
|
| 530 |
+
800,0.0,0.1,71.3,0.0,between 125.721 and 129.9955
|
| 531 |
+
250,12.3,0.1,55.5,0.04,greater than 129.9955
|
| 532 |
+
2500,3.3,0.1,31.7,0.0,greater than 129.9955
|
| 533 |
+
400,8.4,0.05,31.7,0.01,less than 120.191
|
| 534 |
+
630,9.5,0.03,31.7,0.0,between 125.721 and 129.9955
|
| 535 |
+
1600,3.0,0.3,39.6,0.0,between 120.191 and 125.721
|
| 536 |
+
2000,17.4,0.03,71.3,0.02,between 125.721 and 129.9955
|
| 537 |
+
3150,8.4,0.05,39.6,0.01,between 120.191 and 125.721
|
| 538 |
+
4000,1.5,0.3,39.6,0.0,less than 120.191
|
| 539 |
+
1000,4.0,0.3,39.6,0.01,between 125.721 and 129.9955
|
| 540 |
+
2000,7.3,0.23,31.7,0.01,less than 120.191
|
| 541 |
+
5000,0.0,0.3,39.6,0.0,less than 120.191
|
| 542 |
+
5000,17.4,0.03,31.7,0.02,less than 120.191
|
| 543 |
+
1250,12.3,0.1,71.3,0.03,between 125.721 and 129.9955
|
| 544 |
+
1000,0.0,0.23,39.6,0.0,greater than 129.9955
|
| 545 |
+
500,17.4,0.03,39.6,0.02,less than 120.191
|
| 546 |
+
400,7.3,0.23,31.7,0.01,greater than 129.9955
|
| 547 |
+
12500,4.0,0.23,71.3,0.0,less than 120.191
|
| 548 |
+
2500,17.4,0.03,39.6,0.02,between 120.191 and 125.721
|
| 549 |
+
500,4.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 550 |
+
1600,9.9,0.15,71.3,0.02,between 120.191 and 125.721
|
| 551 |
+
4000,9.5,0.03,55.5,0.0,greater than 129.9955
|
| 552 |
+
4000,15.4,0.05,39.6,0.03,less than 120.191
|
| 553 |
+
1250,0.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 554 |
+
400,12.6,0.15,71.3,0.05,between 125.721 and 129.9955
|
| 555 |
+
1600,0.0,0.15,39.6,0.0,greater than 129.9955
|
| 556 |
+
2500,3.0,0.3,31.7,0.01,less than 120.191
|
| 557 |
+
1600,8.4,0.05,71.3,0.01,greater than 129.9955
|
| 558 |
+
10000,0.0,0.05,31.7,0.0,between 120.191 and 125.721
|
| 559 |
+
5000,22.2,0.03,71.3,0.02,between 125.721 and 129.9955
|
| 560 |
+
400,5.4,0.15,39.6,0.0,between 125.721 and 129.9955
|
| 561 |
+
630,2.7,0.15,71.3,0.0,between 125.721 and 129.9955
|
| 562 |
+
5000,7.3,0.23,71.3,0.01,less than 120.191
|
| 563 |
+
4000,5.4,0.15,55.5,0.0,less than 120.191
|
| 564 |
+
4000,9.9,0.15,55.5,0.02,less than 120.191
|
| 565 |
+
1250,5.3,0.23,39.6,0.01,between 125.721 and 129.9955
|
| 566 |
+
4000,15.4,0.05,55.5,0.03,between 120.191 and 125.721
|
| 567 |
+
250,9.5,0.03,39.6,0.0,less than 120.191
|
| 568 |
+
5000,0.0,0.05,39.6,0.0,greater than 129.9955
|
| 569 |
+
500,7.3,0.23,55.5,0.01,greater than 129.9955
|
| 570 |
+
5000,4.0,0.3,71.3,0.0,less than 120.191
|
| 571 |
+
1600,3.0,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 572 |
+
3150,0.0,0.03,55.5,0.0,greater than 129.9955
|
| 573 |
+
3150,15.4,0.05,39.6,0.03,between 120.191 and 125.721
|
| 574 |
+
4000,4.8,0.03,55.5,0.0,greater than 129.9955
|
| 575 |
+
250,0.0,0.3,31.7,0.0,less than 120.191
|
| 576 |
+
2500,0.0,0.1,39.6,0.0,greater than 129.9955
|
| 577 |
+
1000,22.2,0.03,71.3,0.02,greater than 129.9955
|
| 578 |
+
5000,9.5,0.03,55.5,0.0,between 125.721 and 129.9955
|
| 579 |
+
1600,3.3,0.1,55.5,0.0,greater than 129.9955
|
| 580 |
+
1250,2.0,0.23,55.5,0.0,between 125.721 and 129.9955
|
| 581 |
+
5000,0.0,0.05,71.3,0.0,greater than 129.9955
|
| 582 |
+
6300,0.0,0.05,55.5,0.0,greater than 129.9955
|
| 583 |
+
2500,6.7,0.1,55.5,0.01,between 120.191 and 125.721
|
| 584 |
+
4000,7.3,0.23,39.6,0.01,less than 120.191
|
| 585 |
+
1250,3.3,0.1,39.6,0.0,greater than 129.9955
|
| 586 |
+
4000,0.0,0.15,31.7,0.0,between 120.191 and 125.721
|
| 587 |
+
6300,0.0,0.15,71.3,0.0,between 120.191 and 125.721
|
| 588 |
+
630,2.0,0.23,55.5,0.0,between 125.721 and 129.9955
|
| 589 |
+
4000,2.7,0.15,71.3,0.0,between 125.721 and 129.9955
|
| 590 |
+
16000,0.0,0.23,71.3,0.0,less than 120.191
|
| 591 |
+
10000,0.0,0.23,71.3,0.0,less than 120.191
|
| 592 |
+
630,2.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 593 |
+
3150,7.3,0.23,31.7,0.01,less than 120.191
|
| 594 |
+
400,15.4,0.05,39.6,0.03,between 120.191 and 125.721
|
| 595 |
+
5000,9.9,0.15,39.6,0.02,less than 120.191
|
| 596 |
+
400,5.3,0.23,71.3,0.01,between 125.721 and 129.9955
|
| 597 |
+
315,11.2,0.05,39.6,0.02,between 125.721 and 129.9955
|
| 598 |
+
315,6.7,0.1,31.7,0.01,between 125.721 and 129.9955
|
| 599 |
+
400,5.4,0.15,55.5,0.0,between 125.721 and 129.9955
|
| 600 |
+
315,7.3,0.23,31.7,0.01,greater than 129.9955
|
| 601 |
+
800,9.5,0.03,55.5,0.0,between 125.721 and 129.9955
|
| 602 |
+
800,8.9,0.1,39.6,0.01,greater than 129.9955
|
| 603 |
+
6300,7.3,0.23,31.7,0.01,less than 120.191
|
| 604 |
+
2000,0.0,0.15,55.5,0.0,between 125.721 and 129.9955
|
| 605 |
+
1600,9.5,0.03,39.6,0.0,greater than 129.9955
|
| 606 |
+
5000,0.0,0.05,55.5,0.0,greater than 129.9955
|
| 607 |
+
5000,7.2,0.15,71.3,0.01,less than 120.191
|
| 608 |
+
2000,9.9,0.15,55.5,0.02,less than 120.191
|
| 609 |
+
10000,3.0,0.3,71.3,0.0,less than 120.191
|
| 610 |
+
3150,2.0,0.23,39.6,0.0,between 120.191 and 125.721
|
| 611 |
+
315,0.0,0.23,31.7,0.0,between 120.191 and 125.721
|
| 612 |
+
2500,9.9,0.15,31.7,0.03,less than 120.191
|
| 613 |
+
6300,0.0,0.1,31.7,0.0,between 120.191 and 125.721
|
| 614 |
+
16000,0.0,0.03,31.7,0.0,between 120.191 and 125.721
|
| 615 |
+
1600,12.7,0.03,39.6,0.01,between 125.721 and 129.9955
|
| 616 |
+
1000,0.0,0.23,55.5,0.0,between 125.721 and 129.9955
|
| 617 |
+
630,12.3,0.1,39.6,0.04,between 120.191 and 125.721
|
| 618 |
+
630,6.7,0.1,31.7,0.01,greater than 129.9955
|
| 619 |
+
400,1.5,0.3,39.6,0.0,between 120.191 and 125.721
|
| 620 |
+
2000,9.5,0.03,71.3,0.0,greater than 129.9955
|
| 621 |
+
800,0.0,0.05,31.7,0.0,between 120.191 and 125.721
|
| 622 |
+
500,9.5,0.03,31.7,0.0,between 125.721 and 129.9955
|
| 623 |
+
4000,12.3,0.1,55.5,0.04,less than 120.191
|
| 624 |
+
1600,0.0,0.15,55.5,0.0,greater than 129.9955
|
| 625 |
+
2500,2.0,0.23,39.6,0.0,between 120.191 and 125.721
|
| 626 |
+
1000,5.4,0.15,31.7,0.01,between 125.721 and 129.9955
|
| 627 |
+
3150,1.5,0.3,39.6,0.0,less than 120.191
|
| 628 |
+
2000,19.7,0.05,71.3,0.03,less than 120.191
|
| 629 |
+
20000,4.0,0.23,71.3,0.0,less than 120.191
|
| 630 |
+
800,4.0,0.23,55.5,0.0,greater than 129.9955
|
| 631 |
+
2500,1.5,0.3,39.6,0.0,between 120.191 and 125.721
|
| 632 |
+
8000,0.0,0.15,55.5,0.0,between 120.191 and 125.721
|
| 633 |
+
630,17.4,0.03,31.7,0.02,greater than 129.9955
|
| 634 |
+
400,4.0,0.3,39.6,0.01,between 125.721 and 129.9955
|
| 635 |
+
1000,5.3,0.23,71.3,0.01,greater than 129.9955
|
| 636 |
+
1250,9.5,0.03,31.7,0.0,greater than 129.9955
|
| 637 |
+
200,17.4,0.03,39.6,0.02,less than 120.191
|
| 638 |
+
630,15.4,0.05,55.5,0.03,between 125.721 and 129.9955
|
| 639 |
+
3150,0.0,0.1,39.6,0.0,greater than 129.9955
|
| 640 |
+
250,9.5,0.03,31.7,0.0,less than 120.191
|
| 641 |
+
1600,15.6,0.1,39.6,0.05,less than 120.191
|
| 642 |
+
8000,3.0,0.3,55.5,0.0,less than 120.191
|
| 643 |
+
1250,8.9,0.1,39.6,0.01,between 125.721 and 129.9955
|
| 644 |
+
5000,5.4,0.15,39.6,0.0,less than 120.191
|
| 645 |
+
5000,12.3,0.1,71.3,0.03,less than 120.191
|
| 646 |
+
3150,3.0,0.3,71.3,0.0,between 120.191 and 125.721
|
| 647 |
+
400,17.4,0.03,39.6,0.02,less than 120.191
|
| 648 |
+
500,0.0,0.23,31.7,0.0,between 125.721 and 129.9955
|
| 649 |
+
5000,12.6,0.15,71.3,0.05,less than 120.191
|
| 650 |
+
315,22.2,0.03,39.6,0.02,between 120.191 and 125.721
|
| 651 |
+
6300,1.5,0.3,71.3,0.0,less than 120.191
|
| 652 |
+
250,9.9,0.15,39.6,0.02,between 125.721 and 129.9955
|
| 653 |
+
5000,8.9,0.1,71.3,0.01,less than 120.191
|
| 654 |
+
1000,0.0,0.15,55.5,0.0,between 125.721 and 129.9955
|
| 655 |
+
1000,8.4,0.05,55.5,0.01,greater than 129.9955
|
| 656 |
+
2000,0.0,0.03,39.6,0.0,greater than 129.9955
|
| 657 |
+
630,0.0,0.23,55.5,0.0,between 125.721 and 129.9955
|
| 658 |
+
630,2.0,0.23,39.6,0.0,between 125.721 and 129.9955
|
| 659 |
+
2000,3.3,0.1,39.6,0.0,greater than 129.9955
|
| 660 |
+
630,7.3,0.23,55.5,0.01,greater than 129.9955
|
| 661 |
+
1250,0.0,0.3,31.7,0.0,between 120.191 and 125.721
|
| 662 |
+
315,12.7,0.03,39.6,0.01,between 120.191 and 125.721
|
| 663 |
+
315,8.9,0.1,71.3,0.01,greater than 129.9955
|
| 664 |
+
315,15.4,0.05,39.6,0.03,between 120.191 and 125.721
|
| 665 |
+
630,5.3,0.23,71.3,0.01,greater than 129.9955
|
| 666 |
+
630,19.7,0.05,39.6,0.04,between 120.191 and 125.721
|
| 667 |
+
630,9.9,0.15,31.7,0.03,between 125.721 and 129.9955
|
| 668 |
+
8000,17.4,0.03,71.3,0.02,less than 120.191
|
| 669 |
+
500,17.4,0.03,31.7,0.02,between 125.721 and 129.9955
|
| 670 |
+
200,9.9,0.15,31.7,0.03,between 125.721 and 129.9955
|
| 671 |
+
1600,6.7,0.1,39.6,0.01,between 125.721 and 129.9955
|
| 672 |
+
400,5.3,0.23,39.6,0.01,greater than 129.9955
|
| 673 |
+
2500,0.0,0.15,55.5,0.0,between 125.721 and 129.9955
|
| 674 |
+
1600,4.8,0.03,31.7,0.0,between 125.721 and 129.9955
|
| 675 |
+
630,11.2,0.05,71.3,0.01,greater than 129.9955
|
| 676 |
+
10000,4.8,0.03,71.3,0.0,between 125.721 and 129.9955
|
| 677 |
+
2500,5.4,0.15,71.3,0.0,between 125.721 and 129.9955
|
| 678 |
+
4000,17.4,0.03,55.5,0.02,between 120.191 and 125.721
|
| 679 |
+
1250,15.4,0.05,31.7,0.03,between 120.191 and 125.721
|
| 680 |
+
8000,12.7,0.03,71.3,0.01,between 120.191 and 125.721
|
| 681 |
+
2500,2.0,0.23,55.5,0.0,between 120.191 and 125.721
|
| 682 |
+
4000,0.0,0.3,39.6,0.0,less than 120.191
|
| 683 |
+
800,12.3,0.1,39.6,0.04,between 120.191 and 125.721
|
| 684 |
+
2500,8.9,0.1,39.6,0.01,less than 120.191
|
| 685 |
+
800,9.9,0.15,31.7,0.03,between 120.191 and 125.721
|
| 686 |
+
500,22.2,0.03,39.6,0.02,between 125.721 and 129.9955
|
| 687 |
+
2500,19.7,0.05,39.6,0.04,less than 120.191
|
| 688 |
+
1250,7.2,0.15,71.3,0.01,greater than 129.9955
|
| 689 |
+
800,0.0,0.3,31.7,0.0,between 125.721 and 129.9955
|
| 690 |
+
630,5.4,0.15,71.3,0.0,between 125.721 and 129.9955
|
| 691 |
+
8000,4.8,0.03,71.3,0.0,greater than 129.9955
|
| 692 |
+
2000,1.5,0.3,39.6,0.0,between 120.191 and 125.721
|
| 693 |
+
2000,0.0,0.3,39.6,0.0,between 120.191 and 125.721
|
| 694 |
+
4000,0.0,0.03,55.5,0.0,greater than 129.9955
|
| 695 |
+
12500,1.5,0.3,71.3,0.0,less than 120.191
|
| 696 |
+
800,3.0,0.3,39.6,0.0,between 125.721 and 129.9955
|
| 697 |
+
5000,12.3,0.1,31.7,0.04,less than 120.191
|
| 698 |
+
315,15.6,0.1,39.6,0.05,between 120.191 and 125.721
|
| 699 |
+
20000,0.0,0.03,55.5,0.0,between 120.191 and 125.721
|
| 700 |
+
800,4.0,0.3,71.3,0.0,greater than 129.9955
|
| 701 |
+
1600,0.0,0.23,39.6,0.0,between 125.721 and 129.9955
|
| 702 |
+
5000,3.0,0.3,39.6,0.0,less than 120.191
|
| 703 |
+
6300,4.8,0.03,71.3,0.0,greater than 129.9955
|
| 704 |
+
630,7.3,0.23,71.3,0.01,greater than 129.9955
|
| 705 |
+
200,19.7,0.05,71.3,0.03,less than 120.191
|
| 706 |
+
1000,3.3,0.1,71.3,0.0,greater than 129.9955
|
| 707 |
+
400,12.7,0.03,39.6,0.01,between 120.191 and 125.721
|
| 708 |
+
500,8.4,0.05,31.7,0.01,between 120.191 and 125.721
|
| 709 |
+
400,17.4,0.03,31.7,0.02,between 120.191 and 125.721
|
| 710 |
+
1000,0.0,0.05,71.3,0.0,between 125.721 and 129.9955
|
| 711 |
+
6300,0.0,0.15,39.6,0.0,between 120.191 and 125.721
|
| 712 |
+
2000,3.3,0.1,71.3,0.0,greater than 129.9955
|
| 713 |
+
5000,7.3,0.23,39.6,0.01,less than 120.191
|
| 714 |
+
1600,17.4,0.03,31.7,0.02,between 125.721 and 129.9955
|
| 715 |
+
200,12.3,0.1,71.3,0.03,greater than 129.9955
|
| 716 |
+
500,3.0,0.3,39.6,0.0,between 125.721 and 129.9955
|
| 717 |
+
1250,7.3,0.23,55.5,0.01,between 125.721 and 129.9955
|
| 718 |
+
2000,17.4,0.03,39.6,0.02,between 125.721 and 129.9955
|
| 719 |
+
500,5.4,0.15,39.6,0.0,between 125.721 and 129.9955
|
| 720 |
+
8000,4.0,0.23,55.5,0.0,less than 120.191
|
| 721 |
+
200,9.9,0.15,71.3,0.02,greater than 129.9955
|
| 722 |
+
2000,5.4,0.15,55.5,0.0,between 125.721 and 129.9955
|
| 723 |
+
12500,0.0,0.3,71.3,0.0,less than 120.191
|
| 724 |
+
2500,8.4,0.05,39.6,0.01,between 125.721 and 129.9955
|
| 725 |
+
8000,4.8,0.03,55.5,0.0,greater than 129.9955
|
| 726 |
+
1250,4.8,0.03,31.7,0.0,between 125.721 and 129.9955
|
| 727 |
+
800,17.4,0.03,71.3,0.02,between 120.191 and 125.721
|
| 728 |
+
2500,9.5,0.03,71.3,0.0,greater than 129.9955
|
| 729 |
+
5000,17.4,0.03,55.5,0.02,less than 120.191
|
| 730 |
+
250,19.7,0.05,71.3,0.03,less than 120.191
|
| 731 |
+
800,15.4,0.05,55.5,0.03,greater than 129.9955
|
| 732 |
+
8000,5.3,0.23,71.3,0.01,less than 120.191
|
| 733 |
+
1000,8.9,0.1,39.6,0.01,between 125.721 and 129.9955
|
| 734 |
+
400,12.3,0.1,71.3,0.03,greater than 129.9955
|
| 735 |
+
2500,15.4,0.05,55.5,0.03,between 120.191 and 125.721
|
| 736 |
+
12500,0.0,0.23,71.3,0.0,less than 120.191
|
| 737 |
+
1600,5.3,0.23,71.3,0.01,greater than 129.9955
|
| 738 |
+
250,15.4,0.05,31.7,0.03,between 120.191 and 125.721
|
| 739 |
+
3150,5.4,0.15,39.6,0.0,less than 120.191
|
| 740 |
+
3150,0.0,0.15,39.6,0.0,between 120.191 and 125.721
|
| 741 |
+
800,4.8,0.03,39.6,0.0,between 120.191 and 125.721
|
| 742 |
+
500,2.0,0.23,55.5,0.0,between 120.191 and 125.721
|
| 743 |
+
5000,17.4,0.03,71.3,0.02,between 120.191 and 125.721
|
| 744 |
+
630,6.7,0.1,71.3,0.0,greater than 129.9955
|
| 745 |
+
1600,6.7,0.1,71.3,0.0,greater than 129.9955
|
| 746 |
+
6300,12.7,0.03,39.6,0.01,between 120.191 and 125.721
|
| 747 |
+
8000,0.0,0.03,39.6,0.0,greater than 129.9955
|
| 748 |
+
250,5.3,0.23,39.6,0.01,between 125.721 and 129.9955
|
| 749 |
+
3150,3.3,0.1,55.5,0.0,greater than 129.9955
|
| 750 |
+
500,12.7,0.03,39.6,0.01,between 125.721 and 129.9955
|
| 751 |
+
1000,22.2,0.03,39.6,0.02,between 125.721 and 129.9955
|
| 752 |
+
800,8.4,0.05,71.3,0.01,between 125.721 and 129.9955
|
| 753 |
+
3150,0.0,0.05,55.5,0.0,greater than 129.9955
|
| 754 |
+
1250,15.4,0.05,39.6,0.03,between 125.721 and 129.9955
|
| 755 |
+
6300,12.6,0.15,71.3,0.05,less than 120.191
|
| 756 |
+
315,12.3,0.1,71.3,0.03,greater than 129.9955
|
| 757 |
+
200,9.9,0.15,39.6,0.02,between 125.721 and 129.9955
|
| 758 |
+
800,15.4,0.05,31.7,0.03,between 120.191 and 125.721
|
| 759 |
+
5000,0.0,0.3,31.7,0.0,less than 120.191
|
| 760 |
+
6300,12.6,0.15,39.6,0.06,less than 120.191
|
| 761 |
+
800,6.7,0.1,31.7,0.01,greater than 129.9955
|
| 762 |
+
2000,0.0,0.1,31.7,0.0,greater than 129.9955
|
| 763 |
+
4000,0.0,0.03,31.7,0.0,greater than 129.9955
|
| 764 |
+
2500,12.3,0.1,71.3,0.03,between 120.191 and 125.721
|
| 765 |
+
4000,3.3,0.1,39.6,0.0,between 120.191 and 125.721
|
| 766 |
+
3150,0.0,0.15,55.5,0.0,between 125.721 and 129.9955
|
| 767 |
+
16000,0.0,0.03,55.5,0.0,between 120.191 and 125.721
|
| 768 |
+
6300,7.3,0.23,39.6,0.01,less than 120.191
|
| 769 |
+
6300,4.8,0.03,31.7,0.0,greater than 129.9955
|
| 770 |
+
4000,0.0,0.1,31.7,0.0,between 125.721 and 129.9955
|
| 771 |
+
800,3.0,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 772 |
+
1250,7.3,0.23,71.3,0.01,between 125.721 and 129.9955
|
| 773 |
+
1000,0.0,0.1,31.7,0.0,greater than 129.9955
|
| 774 |
+
10000,0.0,0.03,31.7,0.0,greater than 129.9955
|
| 775 |
+
8000,7.2,0.15,71.3,0.01,less than 120.191
|
| 776 |
+
200,12.3,0.1,39.6,0.04,between 125.721 and 129.9955
|
| 777 |
+
1600,17.4,0.03,71.3,0.02,between 125.721 and 129.9955
|
| 778 |
+
800,0.0,0.1,39.6,0.0,between 125.721 and 129.9955
|
| 779 |
+
4000,0.0,0.3,55.5,0.0,between 120.191 and 125.721
|
| 780 |
+
200,12.6,0.15,39.6,0.06,less than 120.191
|
| 781 |
+
2500,22.2,0.03,39.6,0.02,between 120.191 and 125.721
|
| 782 |
+
500,4.8,0.03,31.7,0.0,less than 120.191
|
| 783 |
+
5000,4.8,0.03,31.7,0.0,greater than 129.9955
|
| 784 |
+
2000,2.0,0.23,31.7,0.0,between 120.191 and 125.721
|
| 785 |
+
800,9.5,0.03,71.3,0.0,between 125.721 and 129.9955
|
| 786 |
+
400,2.0,0.23,31.7,0.0,between 120.191 and 125.721
|
| 787 |
+
1000,3.3,0.1,55.5,0.0,greater than 129.9955
|
| 788 |
+
2500,4.8,0.03,39.6,0.0,greater than 129.9955
|
| 789 |
+
2500,7.2,0.15,39.6,0.01,less than 120.191
|
| 790 |
+
8000,0.0,0.3,55.5,0.0,less than 120.191
|
| 791 |
+
1000,0.0,0.3,71.3,0.0,between 120.191 and 125.721
|
| 792 |
+
630,0.0,0.1,31.7,0.0,between 125.721 and 129.9955
|
| 793 |
+
3150,0.0,0.3,31.7,0.0,less than 120.191
|
| 794 |
+
10000,1.5,0.3,39.6,0.0,less than 120.191
|
| 795 |
+
200,15.4,0.05,71.3,0.03,between 120.191 and 125.721
|
| 796 |
+
8000,4.2,0.05,71.3,0.0,between 120.191 and 125.721
|
| 797 |
+
1250,7.2,0.15,39.6,0.01,between 120.191 and 125.721
|
| 798 |
+
2500,0.0,0.05,39.6,0.0,greater than 129.9955
|
| 799 |
+
315,17.4,0.03,39.6,0.02,less than 120.191
|
| 800 |
+
250,12.7,0.03,71.3,0.01,less than 120.191
|
| 801 |
+
8000,0.0,0.23,71.3,0.0,less than 120.191
|
| 802 |
+
2500,15.4,0.05,39.6,0.03,between 120.191 and 125.721
|
| 803 |
+
250,17.4,0.03,55.5,0.02,less than 120.191
|
| 804 |
+
6300,4.8,0.03,55.5,0.0,greater than 129.9955
|
| 805 |
+
400,2.0,0.23,39.6,0.0,between 120.191 and 125.721
|
| 806 |
+
1250,9.9,0.15,55.5,0.02,between 120.191 and 125.721
|
| 807 |
+
800,5.4,0.15,39.6,0.0,greater than 129.9955
|
| 808 |
+
2000,12.3,0.1,39.6,0.04,less than 120.191
|
| 809 |
+
1000,3.0,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 810 |
+
500,0.0,0.15,39.6,0.0,less than 120.191
|
| 811 |
+
2500,3.3,0.1,55.5,0.0,greater than 129.9955
|
| 812 |
+
1000,8.9,0.1,71.3,0.01,greater than 129.9955
|
| 813 |
+
2500,0.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 814 |
+
1250,0.0,0.05,31.7,0.0,between 125.721 and 129.9955
|
| 815 |
+
4000,4.8,0.03,71.3,0.0,greater than 129.9955
|
| 816 |
+
3150,2.0,0.23,55.5,0.0,between 120.191 and 125.721
|
| 817 |
+
3150,4.2,0.05,39.6,0.0,greater than 129.9955
|
| 818 |
+
800,0.0,0.3,55.5,0.0,between 125.721 and 129.9955
|
| 819 |
+
315,7.2,0.15,39.6,0.01,greater than 129.9955
|
| 820 |
+
800,2.7,0.15,71.3,0.0,between 125.721 and 129.9955
|
| 821 |
+
12500,0.0,0.1,55.5,0.0,less than 120.191
|
| 822 |
+
1000,3.0,0.3,55.5,0.0,between 125.721 and 129.9955
|
| 823 |
+
800,12.3,0.1,71.3,0.03,between 125.721 and 129.9955
|
| 824 |
+
12500,2.7,0.15,39.6,0.0,less than 120.191
|
| 825 |
+
3150,4.0,0.23,39.6,0.0,between 120.191 and 125.721
|
| 826 |
+
8000,4.0,0.23,39.6,0.0,less than 120.191
|
| 827 |
+
1600,8.4,0.05,31.7,0.01,between 125.721 and 129.9955
|
| 828 |
+
500,15.4,0.05,39.6,0.03,between 125.721 and 129.9955
|
| 829 |
+
2000,4.0,0.3,39.6,0.01,between 120.191 and 125.721
|
| 830 |
+
8000,2.7,0.15,39.6,0.0,less than 120.191
|
| 831 |
+
8000,0.0,0.03,31.7,0.0,greater than 129.9955
|
| 832 |
+
800,12.7,0.03,71.3,0.01,greater than 129.9955
|
| 833 |
+
315,0.0,0.3,31.7,0.0,between 120.191 and 125.721
|
| 834 |
+
2000,2.7,0.15,39.6,0.0,between 125.721 and 129.9955
|
| 835 |
+
2000,17.4,0.03,55.5,0.02,between 120.191 and 125.721
|
| 836 |
+
10000,4.2,0.05,71.3,0.0,between 120.191 and 125.721
|
| 837 |
+
1250,2.0,0.23,31.7,0.0,between 125.721 and 129.9955
|
| 838 |
+
500,3.0,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 839 |
+
1000,5.3,0.23,39.6,0.01,between 120.191 and 125.721
|
| 840 |
+
5000,12.3,0.1,55.5,0.04,less than 120.191
|
| 841 |
+
800,0.0,0.05,39.6,0.0,between 125.721 and 129.9955
|
| 842 |
+
2000,2.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 843 |
+
2000,0.0,0.1,71.3,0.0,greater than 129.9955
|
| 844 |
+
10000,0.0,0.3,39.6,0.0,less than 120.191
|
| 845 |
+
250,9.9,0.15,55.5,0.02,greater than 129.9955
|
| 846 |
+
500,19.7,0.05,71.3,0.03,between 125.721 and 129.9955
|
| 847 |
+
3150,12.6,0.15,39.6,0.06,less than 120.191
|
| 848 |
+
1600,0.0,0.15,31.7,0.0,greater than 129.9955
|
| 849 |
+
4000,9.9,0.15,39.6,0.02,less than 120.191
|
| 850 |
+
2500,0.0,0.3,31.7,0.0,between 120.191 and 125.721
|
| 851 |
+
1600,2.7,0.15,71.3,0.0,greater than 129.9955
|
| 852 |
+
4000,0.0,0.23,39.6,0.0,between 120.191 and 125.721
|
| 853 |
+
16000,1.5,0.3,71.3,0.0,less than 120.191
|
| 854 |
+
315,2.0,0.23,39.6,0.0,less than 120.191
|
| 855 |
+
500,2.7,0.15,39.6,0.0,between 120.191 and 125.721
|
| 856 |
+
800,9.5,0.03,31.7,0.0,greater than 129.9955
|
| 857 |
+
400,0.0,0.23,39.6,0.0,between 120.191 and 125.721
|
| 858 |
+
2000,5.3,0.23,39.6,0.01,less than 120.191
|
| 859 |
+
630,3.3,0.1,31.7,0.0,between 125.721 and 129.9955
|
| 860 |
+
1600,11.2,0.05,39.6,0.02,between 125.721 and 129.9955
|
| 861 |
+
800,22.2,0.03,39.6,0.02,greater than 129.9955
|
| 862 |
+
1600,0.0,0.23,31.7,0.0,between 120.191 and 125.721
|
| 863 |
+
500,4.0,0.23,31.7,0.01,between 125.721 and 129.9955
|
| 864 |
+
1600,12.7,0.03,71.3,0.01,greater than 129.9955
|
| 865 |
+
10000,4.8,0.03,39.6,0.0,between 125.721 and 129.9955
|
| 866 |
+
3150,12.6,0.15,71.3,0.05,less than 120.191
|
| 867 |
+
2500,0.0,0.23,31.7,0.0,between 120.191 and 125.721
|
| 868 |
+
1250,8.4,0.05,39.6,0.01,greater than 129.9955
|
| 869 |
+
10000,0.0,0.1,31.7,0.0,less than 120.191
|
| 870 |
+
6300,4.0,0.3,71.3,0.0,less than 120.191
|
| 871 |
+
4000,19.7,0.05,71.3,0.03,less than 120.191
|
| 872 |
+
4000,4.8,0.03,31.7,0.0,greater than 129.9955
|
| 873 |
+
630,17.4,0.03,71.3,0.02,between 120.191 and 125.721
|
| 874 |
+
1250,11.2,0.05,39.6,0.02,greater than 129.9955
|
| 875 |
+
12500,0.0,0.1,71.3,0.0,less than 120.191
|
| 876 |
+
1600,3.3,0.1,39.6,0.0,greater than 129.9955
|
| 877 |
+
2000,4.8,0.03,39.6,0.0,between 125.721 and 129.9955
|
| 878 |
+
4000,0.0,0.15,71.3,0.0,between 125.721 and 129.9955
|
| 879 |
+
630,0.0,0.15,55.5,0.0,between 120.191 and 125.721
|
| 880 |
+
2500,7.3,0.23,55.5,0.01,less than 120.191
|
| 881 |
+
400,12.3,0.1,55.5,0.04,greater than 129.9955
|
| 882 |
+
1250,7.3,0.23,39.6,0.01,between 120.191 and 125.721
|
| 883 |
+
1000,12.3,0.1,55.5,0.04,between 120.191 and 125.721
|
| 884 |
+
1250,0.0,0.05,71.3,0.0,between 125.721 and 129.9955
|
| 885 |
+
1000,15.4,0.05,31.7,0.03,between 120.191 and 125.721
|
| 886 |
+
10000,0.0,0.15,39.6,0.0,less than 120.191
|
| 887 |
+
400,5.4,0.15,71.3,0.0,between 120.191 and 125.721
|
| 888 |
+
200,0.0,0.3,31.7,0.0,less than 120.191
|
| 889 |
+
2500,0.0,0.1,55.5,0.0,greater than 129.9955
|
| 890 |
+
400,3.0,0.3,31.7,0.01,between 120.191 and 125.721
|
| 891 |
+
6300,9.9,0.15,39.6,0.02,less than 120.191
|
| 892 |
+
250,15.4,0.05,39.6,0.03,between 120.191 and 125.721
|
| 893 |
+
200,9.5,0.03,31.7,0.0,less than 120.191
|
| 894 |
+
200,17.4,0.03,71.3,0.02,less than 120.191
|
| 895 |
+
400,7.2,0.15,71.3,0.01,greater than 129.9955
|
| 896 |
+
400,3.0,0.3,39.6,0.0,between 120.191 and 125.721
|
| 897 |
+
800,9.9,0.15,55.5,0.02,between 125.721 and 129.9955
|
| 898 |
+
6300,0.0,0.03,39.6,0.0,greater than 129.9955
|
| 899 |
+
1250,3.0,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 900 |
+
5000,9.9,0.15,55.5,0.02,less than 120.191
|
| 901 |
+
2500,9.5,0.03,31.7,0.0,greater than 129.9955
|
| 902 |
+
1250,2.7,0.15,71.3,0.0,greater than 129.9955
|
| 903 |
+
200,22.2,0.03,39.6,0.02,less than 120.191
|
| 904 |
+
800,0.0,0.15,31.7,0.0,between 125.721 and 129.9955
|
| 905 |
+
16000,0.0,0.03,71.3,0.0,greater than 129.9955
|
| 906 |
+
1000,17.4,0.03,71.3,0.02,between 125.721 and 129.9955
|
| 907 |
+
16000,0.0,0.15,71.3,0.0,less than 120.191
|
| 908 |
+
1600,0.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 909 |
+
10000,0.0,0.1,39.6,0.0,less than 120.191
|
| 910 |
+
8000,0.0,0.15,39.6,0.0,between 120.191 and 125.721
|
| 911 |
+
800,2.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 912 |
+
400,22.2,0.03,39.6,0.02,between 120.191 and 125.721
|
| 913 |
+
500,9.9,0.15,71.3,0.02,greater than 129.9955
|
| 914 |
+
630,0.0,0.15,31.7,0.0,between 125.721 and 129.9955
|
| 915 |
+
2500,7.3,0.23,31.7,0.01,less than 120.191
|
| 916 |
+
315,12.3,0.1,31.7,0.04,between 120.191 and 125.721
|
| 917 |
+
1600,1.5,0.3,39.6,0.0,between 120.191 and 125.721
|
| 918 |
+
500,7.3,0.23,39.6,0.01,greater than 129.9955
|
| 919 |
+
1000,0.0,0.3,39.6,0.0,between 125.721 and 129.9955
|
| 920 |
+
800,4.0,0.3,39.6,0.01,greater than 129.9955
|
| 921 |
+
630,15.6,0.1,71.3,0.04,between 120.191 and 125.721
|
| 922 |
+
5000,5.3,0.23,71.3,0.01,less than 120.191
|
| 923 |
+
3150,3.3,0.1,39.6,0.0,between 125.721 and 129.9955
|
| 924 |
+
6300,9.5,0.03,39.6,0.0,between 120.191 and 125.721
|
| 925 |
+
4000,0.0,0.3,71.3,0.0,between 120.191 and 125.721
|
| 926 |
+
3150,7.3,0.23,71.3,0.01,between 120.191 and 125.721
|
| 927 |
+
1250,5.3,0.23,71.3,0.01,greater than 129.9955
|
| 928 |
+
630,3.3,0.1,39.6,0.0,between 125.721 and 129.9955
|
| 929 |
+
5000,15.4,0.05,39.6,0.03,less than 120.191
|
| 930 |
+
10000,0.0,0.15,71.3,0.0,between 120.191 and 125.721
|
| 931 |
+
800,0.0,0.1,55.5,0.0,between 125.721 and 129.9955
|
| 932 |
+
2500,12.7,0.03,39.6,0.01,between 125.721 and 129.9955
|
| 933 |
+
4000,15.6,0.1,71.3,0.04,less than 120.191
|
| 934 |
+
4000,0.0,0.15,55.5,0.0,between 125.721 and 129.9955
|
| 935 |
+
1000,4.0,0.23,39.6,0.0,between 125.721 and 129.9955
|
| 936 |
+
1000,0.0,0.05,31.7,0.0,between 125.721 and 129.9955
|
| 937 |
+
5000,5.3,0.23,39.6,0.01,less than 120.191
|
| 938 |
+
6300,0.0,0.15,55.5,0.0,between 120.191 and 125.721
|
| 939 |
+
6300,2.7,0.15,39.6,0.0,less than 120.191
|
| 940 |
+
250,19.7,0.05,39.6,0.04,between 125.721 and 129.9955
|
| 941 |
+
5000,4.2,0.05,71.3,0.0,greater than 129.9955
|
| 942 |
+
10000,0.0,0.3,55.5,0.0,less than 120.191
|
| 943 |
+
2000,5.4,0.15,39.6,0.0,between 120.191 and 125.721
|
| 944 |
+
500,0.0,0.23,55.5,0.0,between 120.191 and 125.721
|
| 945 |
+
6300,0.0,0.03,71.3,0.0,greater than 129.9955
|
| 946 |
+
800,4.0,0.23,71.3,0.0,greater than 129.9955
|
| 947 |
+
2500,0.0,0.3,39.6,0.0,between 120.191 and 125.721
|
| 948 |
+
630,17.4,0.03,55.5,0.02,between 120.191 and 125.721
|
| 949 |
+
200,12.6,0.15,71.3,0.05,between 125.721 and 129.9955
|
| 950 |
+
630,9.5,0.03,71.3,0.0,between 125.721 and 129.9955
|
| 951 |
+
2500,8.4,0.05,31.7,0.01,between 120.191 and 125.721
|
| 952 |
+
1600,4.2,0.05,71.3,0.0,between 120.191 and 125.721
|
| 953 |
+
2000,4.2,0.05,39.6,0.0,greater than 129.9955
|
| 954 |
+
1600,5.4,0.15,31.7,0.01,between 120.191 and 125.721
|
| 955 |
+
630,5.4,0.15,31.7,0.01,greater than 129.9955
|
| 956 |
+
8000,1.5,0.3,39.6,0.0,less than 120.191
|
| 957 |
+
3150,8.4,0.05,55.5,0.01,between 125.721 and 129.9955
|
| 958 |
+
630,7.3,0.23,39.6,0.01,between 125.721 and 129.9955
|
| 959 |
+
630,7.3,0.23,31.7,0.01,between 125.721 and 129.9955
|
| 960 |
+
4000,7.2,0.15,71.3,0.01,less than 120.191
|
| 961 |
+
1600,17.4,0.03,39.6,0.02,between 125.721 and 129.9955
|
| 962 |
+
5000,2.0,0.23,39.6,0.0,less than 120.191
|
| 963 |
+
400,12.7,0.03,71.3,0.01,between 120.191 and 125.721
|
| 964 |
+
250,7.3,0.23,39.6,0.01,greater than 129.9955
|
| 965 |
+
800,12.7,0.03,39.6,0.01,greater than 129.9955
|
| 966 |
+
8000,3.0,0.3,39.6,0.0,less than 120.191
|
| 967 |
+
1250,0.0,0.15,71.3,0.0,between 125.721 and 129.9955
|
| 968 |
+
2500,0.0,0.05,55.5,0.0,greater than 129.9955
|
| 969 |
+
250,0.0,0.3,39.6,0.0,less than 120.191
|
| 970 |
+
500,22.2,0.03,71.3,0.02,less than 120.191
|
| 971 |
+
630,2.7,0.15,39.6,0.0,between 125.721 and 129.9955
|
| 972 |
+
8000,12.7,0.03,39.6,0.01,between 120.191 and 125.721
|
| 973 |
+
10000,0.0,0.05,55.5,0.0,between 125.721 and 129.9955
|
| 974 |
+
2000,12.6,0.15,39.6,0.06,less than 120.191
|
| 975 |
+
3150,2.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 976 |
+
5000,4.0,0.23,31.7,0.01,less than 120.191
|
| 977 |
+
6300,7.3,0.23,55.5,0.01,less than 120.191
|
| 978 |
+
1600,0.0,0.03,31.7,0.0,between 125.721 and 129.9955
|
| 979 |
+
800,6.7,0.1,71.3,0.0,greater than 129.9955
|
| 980 |
+
1250,19.7,0.05,39.6,0.04,less than 120.191
|
| 981 |
+
10000,0.0,0.05,39.6,0.0,between 125.721 and 129.9955
|
| 982 |
+
6300,2.0,0.23,39.6,0.0,less than 120.191
|
| 983 |
+
8000,2.7,0.15,71.3,0.0,between 120.191 and 125.721
|
| 984 |
+
1250,5.4,0.15,55.5,0.0,greater than 129.9955
|
| 985 |
+
6300,15.4,0.05,39.6,0.03,less than 120.191
|
| 986 |
+
250,17.4,0.03,71.3,0.02,less than 120.191
|
| 987 |
+
500,15.4,0.05,71.3,0.03,between 125.721 and 129.9955
|
| 988 |
+
3150,0.0,0.1,71.3,0.0,greater than 129.9955
|
| 989 |
+
2000,3.0,0.3,55.5,0.0,between 120.191 and 125.721
|
| 990 |
+
1250,3.0,0.3,31.7,0.01,between 120.191 and 125.721
|
| 991 |
+
1000,0.0,0.05,55.5,0.0,between 120.191 and 125.721
|
| 992 |
+
2000,9.5,0.03,31.7,0.0,greater than 129.9955
|
| 993 |
+
1250,8.4,0.05,55.5,0.01,greater than 129.9955
|
| 994 |
+
315,7.2,0.15,71.3,0.01,between 125.721 and 129.9955
|
| 995 |
+
400,4.0,0.23,39.6,0.0,between 120.191 and 125.721
|
| 996 |
+
200,9.5,0.03,39.6,0.0,less than 120.191
|
| 997 |
+
5000,12.7,0.03,39.6,0.01,between 120.191 and 125.721
|
| 998 |
+
2000,0.0,0.15,39.6,0.0,between 125.721 and 129.9955
|
| 999 |
+
4000,0.0,0.05,31.7,0.0,greater than 129.9955
|
| 1000 |
+
3150,5.3,0.23,71.3,0.01,between 120.191 and 125.721
|
| 1001 |
+
500,4.0,0.23,55.5,0.0,between 125.721 and 129.9955
|
| 1002 |
+
2500,4.8,0.03,31.7,0.0,greater than 129.9955
|
| 1003 |
+
500,12.7,0.03,71.3,0.01,between 125.721 and 129.9955
|
| 1004 |
+
6300,4.0,0.23,71.3,0.0,less than 120.191
|
| 1005 |
+
800,7.3,0.23,71.3,0.01,greater than 129.9955
|
| 1006 |
+
12500,0.0,0.15,55.5,0.0,less than 120.191
|
| 1007 |
+
500,8.4,0.05,55.5,0.01,between 120.191 and 125.721
|
| 1008 |
+
315,12.7,0.03,71.3,0.01,between 120.191 and 125.721
|
| 1009 |
+
1600,0.0,0.3,31.7,0.0,between 120.191 and 125.721
|
| 1010 |
+
1250,12.7,0.03,39.6,0.01,greater than 129.9955
|
| 1011 |
+
2000,2.7,0.15,71.3,0.0,greater than 129.9955
|
| 1012 |
+
6300,8.9,0.1,71.3,0.01,less than 120.191
|
| 1013 |
+
6300,5.4,0.15,39.6,0.0,less than 120.191
|
| 1014 |
+
5000,0.0,0.23,31.7,0.0,between 120.191 and 125.721
|
| 1015 |
+
1250,15.4,0.05,71.3,0.03,greater than 129.9955
|
| 1016 |
+
400,15.4,0.05,71.3,0.03,between 125.721 and 129.9955
|
| 1017 |
+
8000,4.0,0.23,71.3,0.0,less than 120.191
|
| 1018 |
+
3150,22.2,0.03,39.6,0.02,between 120.191 and 125.721
|
| 1019 |
+
1600,9.9,0.15,31.7,0.03,less than 120.191
|
| 1020 |
+
6300,0.0,0.05,71.3,0.0,greater than 129.9955
|
| 1021 |
+
2000,0.0,0.03,31.7,0.0,greater than 129.9955
|
| 1022 |
+
10000,4.0,0.3,71.3,0.0,less than 120.191
|
| 1023 |
+
6300,8.9,0.1,39.6,0.01,less than 120.191
|
| 1024 |
+
2500,2.0,0.23,31.7,0.0,between 120.191 and 125.721
|
| 1025 |
+
500,0.0,0.23,39.6,0.0,between 125.721 and 129.9955
|
| 1026 |
+
1000,8.4,0.05,39.6,0.01,greater than 129.9955
|
| 1027 |
+
1600,0.0,0.3,39.6,0.0,between 120.191 and 125.721
|
| 1028 |
+
1000,2.7,0.15,71.3,0.0,between 125.721 and 129.9955
|
| 1029 |
+
250,15.4,0.05,71.3,0.03,between 120.191 and 125.721
|
| 1030 |
+
800,1.5,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 1031 |
+
1600,15.6,0.1,71.3,0.04,between 120.191 and 125.721
|
| 1032 |
+
1000,2.0,0.23,39.6,0.0,between 125.721 and 129.9955
|
| 1033 |
+
800,0.0,0.15,55.5,0.0,between 125.721 and 129.9955
|
| 1034 |
+
500,3.0,0.3,55.5,0.0,between 125.721 and 129.9955
|
| 1035 |
+
2000,12.7,0.03,39.6,0.01,between 125.721 and 129.9955
|
| 1036 |
+
5000,4.0,0.23,55.5,0.0,less than 120.191
|
| 1037 |
+
400,15.4,0.05,31.7,0.03,between 120.191 and 125.721
|
| 1038 |
+
630,4.8,0.03,31.7,0.0,less than 120.191
|
| 1039 |
+
2000,0.0,0.15,31.7,0.0,between 125.721 and 129.9955
|
| 1040 |
+
2000,22.2,0.03,71.3,0.02,between 125.721 and 129.9955
|
| 1041 |
+
200,15.4,0.05,31.7,0.03,less than 120.191
|
| 1042 |
+
3150,12.3,0.1,39.6,0.04,less than 120.191
|
| 1043 |
+
5000,9.5,0.03,71.3,0.0,greater than 129.9955
|
| 1044 |
+
400,19.7,0.05,71.3,0.03,between 120.191 and 125.721
|
| 1045 |
+
6300,2.0,0.23,55.5,0.0,less than 120.191
|
| 1046 |
+
6300,15.4,0.05,31.7,0.03,less than 120.191
|
| 1047 |
+
16000,0.0,0.3,71.3,0.0,less than 120.191
|
| 1048 |
+
1250,0.0,0.05,55.5,0.0,between 125.721 and 129.9955
|
| 1049 |
+
4000,12.3,0.1,71.3,0.03,less than 120.191
|
| 1050 |
+
1600,5.4,0.15,55.5,0.0,greater than 129.9955
|
| 1051 |
+
6300,0.0,0.3,31.7,0.0,less than 120.191
|
| 1052 |
+
6300,15.4,0.05,71.3,0.03,less than 120.191
|
| 1053 |
+
1600,4.8,0.03,55.5,0.0,between 120.191 and 125.721
|
| 1054 |
+
1000,0.0,0.3,31.7,0.0,between 125.721 and 129.9955
|
| 1055 |
+
1600,4.0,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 1056 |
+
5000,9.9,0.15,31.7,0.03,less than 120.191
|
| 1057 |
+
2500,0.0,0.23,39.6,0.0,between 120.191 and 125.721
|
| 1058 |
+
3150,7.3,0.23,39.6,0.01,less than 120.191
|
| 1059 |
+
8000,0.0,0.03,55.5,0.0,greater than 129.9955
|
| 1060 |
+
10000,3.3,0.1,55.5,0.0,less than 120.191
|
| 1061 |
+
4000,12.3,0.1,39.6,0.04,less than 120.191
|
| 1062 |
+
2000,0.0,0.3,31.7,0.0,between 120.191 and 125.721
|
| 1063 |
+
1600,8.9,0.1,71.3,0.01,between 125.721 and 129.9955
|
| 1064 |
+
1600,9.5,0.03,71.3,0.0,greater than 129.9955
|
| 1065 |
+
2500,15.6,0.1,39.6,0.05,less than 120.191
|
| 1066 |
+
4000,8.9,0.1,39.6,0.01,less than 120.191
|
| 1067 |
+
200,15.6,0.1,39.6,0.05,between 120.191 and 125.721
|
| 1068 |
+
6300,9.9,0.15,55.5,0.02,less than 120.191
|
| 1069 |
+
2500,0.0,0.15,71.3,0.0,between 125.721 and 129.9955
|
| 1070 |
+
3150,3.3,0.1,71.3,0.0,greater than 129.9955
|
| 1071 |
+
4000,2.0,0.23,39.6,0.0,between 120.191 and 125.721
|
| 1072 |
+
400,17.4,0.03,71.3,0.02,less than 120.191
|
| 1073 |
+
400,12.3,0.1,31.7,0.04,between 120.191 and 125.721
|
| 1074 |
+
1600,17.4,0.03,55.5,0.02,between 125.721 and 129.9955
|
| 1075 |
+
1000,5.4,0.15,71.3,0.0,greater than 129.9955
|
| 1076 |
+
200,15.4,0.05,39.6,0.03,between 120.191 and 125.721
|
| 1077 |
+
2500,4.0,0.3,39.6,0.01,between 120.191 and 125.721
|
| 1078 |
+
3150,0.0,0.23,31.7,0.0,between 120.191 and 125.721
|
| 1079 |
+
800,5.3,0.23,71.3,0.01,greater than 129.9955
|
| 1080 |
+
6300,2.7,0.15,71.3,0.0,between 120.191 and 125.721
|
| 1081 |
+
630,4.0,0.23,31.7,0.01,greater than 129.9955
|
| 1082 |
+
3150,5.4,0.15,71.3,0.0,between 120.191 and 125.721
|
| 1083 |
+
1000,0.0,0.1,71.3,0.0,between 125.721 and 129.9955
|
| 1084 |
+
16000,4.8,0.03,55.5,0.0,between 120.191 and 125.721
|
| 1085 |
+
2500,3.3,0.1,39.6,0.0,greater than 129.9955
|
| 1086 |
+
5000,0.0,0.1,55.5,0.0,between 125.721 and 129.9955
|
| 1087 |
+
8000,3.0,0.3,71.3,0.0,less than 120.191
|
| 1088 |
+
1250,0.0,0.1,39.6,0.0,greater than 129.9955
|
| 1089 |
+
315,12.3,0.1,55.5,0.04,greater than 129.9955
|
| 1090 |
+
630,12.3,0.1,71.3,0.03,greater than 129.9955
|
| 1091 |
+
2500,9.5,0.03,39.6,0.0,greater than 129.9955
|
| 1092 |
+
3150,17.4,0.03,71.3,0.02,between 125.721 and 129.9955
|
| 1093 |
+
6300,4.8,0.03,39.6,0.0,greater than 129.9955
|
| 1094 |
+
800,12.6,0.15,39.6,0.06,less than 120.191
|
| 1095 |
+
5000,0.0,0.23,39.6,0.0,between 120.191 and 125.721
|
| 1096 |
+
1600,9.5,0.03,31.7,0.0,greater than 129.9955
|
| 1097 |
+
1000,0.0,0.23,31.7,0.0,greater than 129.9955
|
| 1098 |
+
1000,19.7,0.05,39.6,0.04,less than 120.191
|
| 1099 |
+
1600,5.4,0.15,39.6,0.0,between 125.721 and 129.9955
|
| 1100 |
+
400,11.2,0.05,39.6,0.02,greater than 129.9955
|
| 1101 |
+
800,3.3,0.1,71.3,0.0,greater than 129.9955
|
| 1102 |
+
800,8.4,0.05,31.7,0.01,between 125.721 and 129.9955
|
| 1103 |
+
3150,0.0,0.03,31.7,0.0,greater than 129.9955
|
| 1104 |
+
4000,0.0,0.03,39.6,0.0,greater than 129.9955
|
| 1105 |
+
5000,0.0,0.23,71.3,0.0,between 120.191 and 125.721
|
| 1106 |
+
500,12.3,0.1,39.6,0.04,between 120.191 and 125.721
|
| 1107 |
+
1000,17.4,0.03,39.6,0.02,greater than 129.9955
|
| 1108 |
+
2500,4.8,0.03,55.5,0.0,between 125.721 and 129.9955
|
| 1109 |
+
1000,6.7,0.1,71.3,0.0,greater than 129.9955
|
| 1110 |
+
2000,5.4,0.15,31.7,0.01,between 120.191 and 125.721
|
| 1111 |
+
8000,3.3,0.1,55.5,0.0,between 120.191 and 125.721
|
| 1112 |
+
3150,17.4,0.03,55.5,0.02,between 120.191 and 125.721
|
| 1113 |
+
1250,0.0,0.3,55.5,0.0,between 125.721 and 129.9955
|
| 1114 |
+
5000,8.4,0.05,71.3,0.01,between 120.191 and 125.721
|
| 1115 |
+
2500,4.0,0.23,31.7,0.01,between 120.191 and 125.721
|
| 1116 |
+
12500,4.8,0.03,71.3,0.0,between 125.721 and 129.9955
|
| 1117 |
+
400,9.9,0.15,39.6,0.02,between 125.721 and 129.9955
|
| 1118 |
+
630,3.0,0.3,55.5,0.0,between 125.721 and 129.9955
|
| 1119 |
+
5000,22.2,0.03,39.6,0.02,less than 120.191
|
| 1120 |
+
400,0.0,0.3,31.7,0.0,between 120.191 and 125.721
|
| 1121 |
+
1250,6.7,0.1,71.3,0.0,greater than 129.9955
|
| 1122 |
+
2500,4.0,0.3,71.3,0.0,between 120.191 and 125.721
|
| 1123 |
+
315,4.0,0.23,31.7,0.01,between 120.191 and 125.721
|
| 1124 |
+
8000,4.0,0.3,71.3,0.0,less than 120.191
|
| 1125 |
+
400,4.0,0.23,31.7,0.01,between 125.721 and 129.9955
|
| 1126 |
+
8000,0.0,0.1,71.3,0.0,between 120.191 and 125.721
|
| 1127 |
+
6300,9.5,0.03,31.7,0.0,between 120.191 and 125.721
|
| 1128 |
+
315,12.3,0.1,39.6,0.04,between 125.721 and 129.9955
|
| 1129 |
+
1600,8.4,0.05,39.6,0.01,greater than 129.9955
|
| 1130 |
+
5000,0.0,0.1,39.6,0.0,between 125.721 and 129.9955
|
| 1131 |
+
2000,9.5,0.03,39.6,0.0,greater than 129.9955
|
| 1132 |
+
3150,0.0,0.23,39.6,0.0,between 120.191 and 125.721
|
| 1133 |
+
1000,9.9,0.15,71.3,0.02,between 125.721 and 129.9955
|
| 1134 |
+
630,7.2,0.15,71.3,0.01,greater than 129.9955
|
| 1135 |
+
2000,8.9,0.1,39.6,0.01,less than 120.191
|
| 1136 |
+
1600,12.6,0.15,71.3,0.05,between 120.191 and 125.721
|
| 1137 |
+
8000,0.0,0.3,39.6,0.0,less than 120.191
|
| 1138 |
+
2000,3.0,0.3,31.7,0.01,less than 120.191
|
| 1139 |
+
2500,9.5,0.03,55.5,0.0,greater than 129.9955
|
| 1140 |
+
800,0.0,0.23,39.6,0.0,greater than 129.9955
|
| 1141 |
+
500,17.4,0.03,55.5,0.02,less than 120.191
|
| 1142 |
+
6300,2.0,0.23,71.3,0.0,between 120.191 and 125.721
|
| 1143 |
+
8000,0.0,0.05,31.7,0.0,between 125.721 and 129.9955
|
| 1144 |
+
12500,0.0,0.03,55.5,0.0,greater than 129.9955
|
| 1145 |
+
2500,22.2,0.03,71.3,0.02,between 125.721 and 129.9955
|
| 1146 |
+
1000,8.4,0.05,71.3,0.01,between 125.721 and 129.9955
|
| 1147 |
+
400,17.4,0.03,55.5,0.02,less than 120.191
|
| 1148 |
+
2000,9.9,0.15,71.3,0.02,between 120.191 and 125.721
|
| 1149 |
+
3150,9.9,0.15,71.3,0.02,less than 120.191
|
| 1150 |
+
800,12.6,0.15,71.3,0.05,between 120.191 and 125.721
|
| 1151 |
+
2000,0.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 1152 |
+
800,7.2,0.15,71.3,0.01,greater than 129.9955
|
| 1153 |
+
1250,0.0,0.1,71.3,0.0,greater than 129.9955
|
| 1154 |
+
6300,17.4,0.03,71.3,0.02,less than 120.191
|
| 1155 |
+
8000,0.0,0.1,31.7,0.0,between 120.191 and 125.721
|
| 1156 |
+
1600,9.5,0.03,55.5,0.0,greater than 129.9955
|
| 1157 |
+
500,0.0,0.3,39.6,0.0,between 125.721 and 129.9955
|
| 1158 |
+
6300,0.0,0.3,55.5,0.0,less than 120.191
|
| 1159 |
+
2500,1.5,0.3,71.3,0.0,between 120.191 and 125.721
|
| 1160 |
+
6300,9.5,0.03,55.5,0.0,between 120.191 and 125.721
|
| 1161 |
+
10000,0.0,0.05,71.3,0.0,between 125.721 and 129.9955
|
| 1162 |
+
1000,0.0,0.03,31.7,0.0,between 120.191 and 125.721
|
| 1163 |
+
3150,3.0,0.3,31.7,0.01,less than 120.191
|
| 1164 |
+
1250,0.0,0.05,39.6,0.0,between 125.721 and 129.9955
|
| 1165 |
+
12500,0.0,0.05,71.3,0.0,between 120.191 and 125.721
|
| 1166 |
+
2500,4.0,0.23,39.6,0.0,less than 120.191
|
| 1167 |
+
16000,2.7,0.15,71.3,0.0,less than 120.191
|
| 1168 |
+
16000,0.0,0.15,55.5,0.0,less than 120.191
|
| 1169 |
+
1000,2.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 1170 |
+
20000,0.0,0.03,71.3,0.0,between 120.191 and 125.721
|
| 1171 |
+
2000,7.3,0.23,55.5,0.01,between 120.191 and 125.721
|
| 1172 |
+
630,22.2,0.03,39.6,0.02,greater than 129.9955
|
| 1173 |
+
1600,19.7,0.05,71.3,0.03,between 120.191 and 125.721
|
| 1174 |
+
630,22.2,0.03,71.3,0.02,between 120.191 and 125.721
|
| 1175 |
+
315,22.2,0.03,71.3,0.02,less than 120.191
|
| 1176 |
+
630,7.2,0.15,39.6,0.01,greater than 129.9955
|
| 1177 |
+
630,9.9,0.15,55.5,0.02,between 125.721 and 129.9955
|
| 1178 |
+
500,15.6,0.1,71.3,0.04,greater than 129.9955
|
| 1179 |
+
3150,12.3,0.1,55.5,0.04,less than 120.191
|
| 1180 |
+
1250,9.9,0.15,71.3,0.02,between 120.191 and 125.721
|
| 1181 |
+
1250,6.7,0.1,39.6,0.01,greater than 129.9955
|
| 1182 |
+
1600,4.0,0.23,39.6,0.0,between 120.191 and 125.721
|
| 1183 |
+
1250,3.3,0.1,55.5,0.0,greater than 129.9955
|
| 1184 |
+
2500,0.0,0.23,55.5,0.0,between 125.721 and 129.9955
|
| 1185 |
+
315,4.0,0.23,39.6,0.0,between 120.191 and 125.721
|
| 1186 |
+
200,15.4,0.05,55.5,0.03,between 120.191 and 125.721
|
| 1187 |
+
5000,0.0,0.15,31.7,0.0,between 120.191 and 125.721
|
| 1188 |
+
400,7.3,0.23,71.3,0.01,greater than 129.9955
|
| 1189 |
+
4000,5.4,0.15,31.7,0.01,less than 120.191
|
| 1190 |
+
1250,17.4,0.03,55.5,0.02,between 125.721 and 129.9955
|
| 1191 |
+
200,7.3,0.23,31.7,0.01,between 125.721 and 129.9955
|
| 1192 |
+
315,9.9,0.15,31.7,0.03,between 125.721 and 129.9955
|
| 1193 |
+
630,9.5,0.03,55.5,0.0,between 120.191 and 125.721
|
| 1194 |
+
2000,12.7,0.03,71.3,0.01,greater than 129.9955
|
| 1195 |
+
8000,3.3,0.1,71.3,0.0,between 120.191 and 125.721
|
| 1196 |
+
500,7.2,0.15,71.3,0.01,greater than 129.9955
|
| 1197 |
+
2000,15.4,0.05,55.5,0.03,between 125.721 and 129.9955
|
| 1198 |
+
4000,1.5,0.3,71.3,0.0,between 120.191 and 125.721
|
| 1199 |
+
630,11.2,0.05,39.6,0.02,greater than 129.9955
|
| 1200 |
+
1250,3.0,0.3,55.5,0.0,between 125.721 and 129.9955
|
| 1201 |
+
2500,4.0,0.23,71.3,0.0,between 120.191 and 125.721
|
| 1202 |
+
500,6.7,0.1,39.6,0.01,greater than 129.9955
|
| 1203 |
+
1000,12.6,0.15,71.3,0.05,between 120.191 and 125.721
|
| 1204 |
+
2000,15.6,0.1,39.6,0.05,less than 120.191
|
| 1205 |
+
4000,22.2,0.03,39.6,0.02,less than 120.191
|
| 1206 |
+
6300,9.9,0.15,31.7,0.03,less than 120.191
|
| 1207 |
+
1000,17.4,0.03,55.5,0.02,between 125.721 and 129.9955
|
| 1208 |
+
500,9.5,0.03,39.6,0.0,between 120.191 and 125.721
|
| 1209 |
+
500,2.0,0.23,39.6,0.0,between 120.191 and 125.721
|
| 1210 |
+
630,5.4,0.15,39.6,0.0,greater than 129.9955
|
| 1211 |
+
3150,4.8,0.03,71.3,0.0,greater than 129.9955
|
| 1212 |
+
630,8.9,0.1,39.6,0.01,greater than 129.9955
|
| 1213 |
+
2000,3.3,0.1,31.7,0.0,greater than 129.9955
|
| 1214 |
+
5000,4.8,0.03,71.3,0.0,greater than 129.9955
|
| 1215 |
+
4000,17.4,0.03,39.6,0.02,between 120.191 and 125.721
|
| 1216 |
+
2000,11.2,0.05,71.3,0.01,greater than 129.9955
|
| 1217 |
+
5000,12.3,0.1,39.6,0.04,less than 120.191
|
| 1218 |
+
200,12.3,0.1,31.7,0.04,between 120.191 and 125.721
|
| 1219 |
+
400,11.2,0.05,71.3,0.01,between 125.721 and 129.9955
|
| 1220 |
+
200,7.3,0.23,55.5,0.01,greater than 129.9955
|
| 1221 |
+
1250,12.3,0.1,39.6,0.04,between 120.191 and 125.721
|
| 1222 |
+
5000,0.0,0.03,31.7,0.0,greater than 129.9955
|
| 1223 |
+
10000,5.3,0.23,71.3,0.01,less than 120.191
|
| 1224 |
+
500,12.3,0.1,31.7,0.04,less than 120.191
|
| 1225 |
+
1600,2.0,0.23,31.7,0.0,between 125.721 and 129.9955
|
| 1226 |
+
500,9.9,0.15,31.7,0.03,between 125.721 and 129.9955
|
| 1227 |
+
500,5.3,0.23,71.3,0.01,between 125.721 and 129.9955
|
| 1228 |
+
2000,9.9,0.15,31.7,0.03,less than 120.191
|
| 1229 |
+
2500,7.3,0.23,71.3,0.01,between 120.191 and 125.721
|
| 1230 |
+
1000,11.2,0.05,71.3,0.01,greater than 129.9955
|
| 1231 |
+
2000,0.0,0.15,71.3,0.0,between 125.721 and 129.9955
|
| 1232 |
+
400,9.9,0.15,31.7,0.03,between 125.721 and 129.9955
|
| 1233 |
+
200,19.7,0.05,39.6,0.04,between 125.721 and 129.9955
|
| 1234 |
+
1000,15.6,0.1,39.6,0.05,less than 120.191
|
| 1235 |
+
1250,9.9,0.15,31.7,0.03,less than 120.191
|
| 1236 |
+
1000,12.3,0.1,39.6,0.04,between 120.191 and 125.721
|
| 1237 |
+
4000,2.7,0.15,39.6,0.0,between 120.191 and 125.721
|
| 1238 |
+
5000,9.5,0.03,39.6,0.0,between 120.191 and 125.721
|
| 1239 |
+
10000,1.5,0.3,71.3,0.0,less than 120.191
|
| 1240 |
+
5000,0.0,0.15,39.6,0.0,between 120.191 and 125.721
|
| 1241 |
+
5000,17.4,0.03,39.6,0.02,less than 120.191
|
| 1242 |
+
800,6.7,0.1,39.6,0.01,greater than 129.9955
|
| 1243 |
+
4000,0.0,0.05,71.3,0.0,greater than 129.9955
|
| 1244 |
+
250,17.4,0.03,39.6,0.02,less than 120.191
|
| 1245 |
+
500,11.2,0.05,39.6,0.02,greater than 129.9955
|
| 1246 |
+
4000,0.0,0.23,31.7,0.0,between 120.191 and 125.721
|
| 1247 |
+
500,6.7,0.1,55.5,0.01,between 125.721 and 129.9955
|
| 1248 |
+
1250,15.6,0.1,39.6,0.05,less than 120.191
|
| 1249 |
+
3150,4.0,0.3,39.6,0.01,less than 120.191
|
| 1250 |
+
2500,2.7,0.15,39.6,0.0,between 120.191 and 125.721
|
| 1251 |
+
250,12.7,0.03,39.6,0.01,between 120.191 and 125.721
|
| 1252 |
+
1000,9.5,0.03,31.7,0.0,greater than 129.9955
|
| 1253 |
+
1600,2.0,0.23,55.5,0.0,between 125.721 and 129.9955
|
| 1254 |
+
4000,4.8,0.03,39.6,0.0,greater than 129.9955
|
| 1255 |
+
2500,8.4,0.05,71.3,0.01,greater than 129.9955
|
| 1256 |
+
10000,4.2,0.05,39.6,0.0,less than 120.191
|
| 1257 |
+
1600,7.3,0.23,71.3,0.01,between 125.721 and 129.9955
|
| 1258 |
+
2500,3.0,0.3,55.5,0.0,between 120.191 and 125.721
|
| 1259 |
+
1600,0.0,0.05,31.7,0.0,greater than 129.9955
|
| 1260 |
+
1600,1.5,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 1261 |
+
2500,0.0,0.03,55.5,0.0,greater than 129.9955
|
| 1262 |
+
3150,0.0,0.03,71.3,0.0,greater than 129.9955
|
| 1263 |
+
1250,5.4,0.15,39.6,0.0,between 125.721 and 129.9955
|
| 1264 |
+
3150,8.9,0.1,39.6,0.01,less than 120.191
|
| 1265 |
+
8000,0.0,0.1,55.5,0.0,between 120.191 and 125.721
|
| 1266 |
+
1600,5.3,0.23,39.6,0.01,between 120.191 and 125.721
|
| 1267 |
+
1600,6.7,0.1,55.5,0.01,greater than 129.9955
|
| 1268 |
+
3150,4.0,0.3,71.3,0.0,between 120.191 and 125.721
|
| 1269 |
+
500,6.7,0.1,31.7,0.01,greater than 129.9955
|
| 1270 |
+
1000,4.0,0.23,55.5,0.0,greater than 129.9955
|
| 1271 |
+
2500,3.0,0.3,71.3,0.0,between 120.191 and 125.721
|
| 1272 |
+
1600,4.8,0.03,39.6,0.0,between 125.721 and 129.9955
|
| 1273 |
+
3150,0.0,0.15,71.3,0.0,between 125.721 and 129.9955
|
| 1274 |
+
2500,3.3,0.1,71.3,0.0,greater than 129.9955
|
| 1275 |
+
315,0.0,0.23,39.6,0.0,between 120.191 and 125.721
|
| 1276 |
+
1000,3.3,0.1,31.7,0.0,greater than 129.9955
|
| 1277 |
+
315,12.6,0.15,39.6,0.06,less than 120.191
|
| 1278 |
+
2000,0.0,0.03,55.5,0.0,between 125.721 and 129.9955
|
| 1279 |
+
2500,6.7,0.1,71.3,0.0,greater than 129.9955
|
| 1280 |
+
500,2.0,0.23,71.3,0.0,between 125.721 and 129.9955
|
| 1281 |
+
1000,8.4,0.05,31.7,0.01,between 125.721 and 129.9955
|
| 1282 |
+
1000,7.2,0.15,39.6,0.01,between 125.721 and 129.9955
|
| 1283 |
+
1250,6.7,0.1,55.5,0.01,greater than 129.9955
|
| 1284 |
+
250,12.3,0.1,31.7,0.04,between 125.721 and 129.9955
|
| 1285 |
+
2000,4.0,0.23,31.7,0.01,between 120.191 and 125.721
|
| 1286 |
+
2500,12.3,0.1,55.5,0.04,less than 120.191
|
| 1287 |
+
250,7.3,0.23,71.3,0.01,greater than 129.9955
|
| 1288 |
+
6300,3.3,0.1,31.7,0.0,between 120.191 and 125.721
|
| 1289 |
+
5000,12.7,0.03,71.3,0.01,between 125.721 and 129.9955
|
| 1290 |
+
315,3.0,0.3,39.6,0.0,between 120.191 and 125.721
|
| 1291 |
+
1000,9.5,0.03,39.6,0.0,greater than 129.9955
|
| 1292 |
+
800,17.4,0.03,39.6,0.02,greater than 129.9955
|
| 1293 |
+
1250,15.6,0.1,71.3,0.04,between 120.191 and 125.721
|
| 1294 |
+
1250,8.9,0.1,71.3,0.01,greater than 129.9955
|
| 1295 |
+
1000,1.5,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 1296 |
+
8000,22.2,0.03,71.3,0.02,between 120.191 and 125.721
|
| 1297 |
+
630,0.0,0.1,39.6,0.0,between 120.191 and 125.721
|
| 1298 |
+
630,8.9,0.1,71.3,0.01,greater than 129.9955
|
| 1299 |
+
315,0.0,0.3,39.6,0.0,between 120.191 and 125.721
|
| 1300 |
+
6300,3.3,0.1,55.5,0.0,between 120.191 and 125.721
|
| 1301 |
+
4000,7.3,0.23,71.3,0.01,less than 120.191
|
| 1302 |
+
3150,5.4,0.15,55.5,0.0,between 120.191 and 125.721
|
| 1303 |
+
2500,0.0,0.05,31.7,0.0,greater than 129.9955
|
| 1304 |
+
5000,3.3,0.1,39.6,0.0,between 120.191 and 125.721
|
| 1305 |
+
800,17.4,0.03,31.7,0.02,greater than 129.9955
|
| 1306 |
+
2000,22.2,0.03,39.6,0.02,between 120.191 and 125.721
|
| 1307 |
+
400,0.0,0.23,31.7,0.0,between 120.191 and 125.721
|
| 1308 |
+
2000,8.4,0.05,71.3,0.01,greater than 129.9955
|
| 1309 |
+
500,9.5,0.03,55.5,0.0,between 120.191 and 125.721
|
| 1310 |
+
400,7.2,0.15,39.6,0.01,greater than 129.9955
|
| 1311 |
+
20000,0.0,0.23,71.3,0.0,less than 120.191
|
| 1312 |
+
400,3.0,0.3,71.3,0.0,between 125.721 and 129.9955
|
| 1313 |
+
250,15.6,0.1,71.3,0.04,greater than 129.9955
|
| 1314 |
+
315,3.0,0.3,31.7,0.01,between 120.191 and 125.721
|
| 1315 |
+
1250,3.3,0.1,71.3,0.0,greater than 129.9955
|
| 1316 |
+
315,17.4,0.03,31.7,0.02,less than 120.191
|
| 1317 |
+
1600,4.0,0.3,39.6,0.01,between 120.191 and 125.721
|
| 1318 |
+
1250,0.0,0.15,31.7,0.0,greater than 129.9955
|
| 1319 |
+
500,12.6,0.15,39.6,0.06,less than 120.191
|
| 1320 |
+
2500,5.4,0.15,31.7,0.01,less than 120.191
|
| 1321 |
+
630,15.4,0.05,39.6,0.03,between 125.721 and 129.9955
|
| 1322 |
+
1600,4.2,0.05,39.6,0.0,greater than 129.9955
|
| 1323 |
+
1600,15.4,0.05,31.7,0.03,between 120.191 and 125.721
|
| 1324 |
+
400,9.9,0.15,71.3,0.02,greater than 129.9955
|
| 1325 |
+
630,12.3,0.1,31.7,0.04,less than 120.191
|
| 1326 |
+
20000,4.8,0.03,55.5,0.0,between 120.191 and 125.721
|
| 1327 |
+
400,6.7,0.1,31.7,0.01,between 125.721 and 129.9955
|
| 1328 |
+
16000,4.0,0.23,71.3,0.0,less than 120.191
|
| 1329 |
+
6300,7.2,0.15,39.6,0.01,less than 120.191
|
| 1330 |
+
4000,8.4,0.05,55.5,0.01,between 120.191 and 125.721
|
| 1331 |
+
630,12.3,0.1,55.5,0.04,between 120.191 and 125.721
|
| 1332 |
+
500,8.9,0.1,71.3,0.01,greater than 129.9955
|
| 1333 |
+
630,4.0,0.23,39.6,0.0,between 125.721 and 129.9955
|
| 1334 |
+
1000,9.9,0.15,55.5,0.02,between 120.191 and 125.721
|
| 1335 |
+
12500,0.0,0.3,39.6,0.0,less than 120.191
|
| 1336 |
+
1600,3.3,0.1,71.3,0.0,greater than 129.9955
|
| 1337 |
+
800,5.3,0.23,39.6,0.01,between 125.721 and 129.9955
|
| 1338 |
+
3150,3.0,0.3,39.6,0.0,less than 120.191
|
| 1339 |
+
2000,7.2,0.15,71.3,0.01,between 125.721 and 129.9955
|
| 1340 |
+
5000,15.4,0.05,55.5,0.03,less than 120.191
|
| 1341 |
+
1600,7.3,0.23,31.7,0.01,less than 120.191
|
| 1342 |
+
630,8.4,0.05,31.7,0.01,between 125.721 and 129.9955
|
| 1343 |
+
5000,2.0,0.23,71.3,0.0,between 120.191 and 125.721
|
| 1344 |
+
10000,7.2,0.15,39.6,0.01,less than 120.191
|
| 1345 |
+
1250,4.0,0.23,55.5,0.0,greater than 129.9955
|
| 1346 |
+
250,15.4,0.05,55.5,0.03,between 120.191 and 125.721
|
| 1347 |
+
16000,0.0,0.03,39.6,0.0,between 120.191 and 125.721
|
| 1348 |
+
5000,1.5,0.3,71.3,0.0,less than 120.191
|
| 1349 |
+
500,9.9,0.15,39.6,0.02,between 125.721 and 129.9955
|
| 1350 |
+
1000,19.7,0.05,71.3,0.03,between 120.191 and 125.721
|
| 1351 |
+
5000,4.0,0.3,39.6,0.01,less than 120.191
|
| 1352 |
+
8000,0.0,0.15,71.3,0.0,between 120.191 and 125.721
|
classification/openml_ctr23/airfoil_self_noise/train.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/openml_ctr23/auction_verification/metadata.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "auction_verification",
|
| 3 |
+
"benchmark": "openml_ctr23",
|
| 4 |
+
"sub_benchmark": "",
|
| 5 |
+
"task_type": "reg",
|
| 6 |
+
"data_type": "mixed",
|
| 7 |
+
"target_column": "verification_time",
|
| 8 |
+
"label_values": [
|
| 9 |
+
"between 1316.98333333333 and 10876.6388888889",
|
| 10 |
+
"between 546.8189102564105 and 1316.98333333333",
|
| 11 |
+
"less than 546.8189102564105",
|
| 12 |
+
"greater than 10876.6388888889"
|
| 13 |
+
],
|
| 14 |
+
"num_labels": 4,
|
| 15 |
+
"train_samples": 1836,
|
| 16 |
+
"test_samples": 207,
|
| 17 |
+
"train_label_distribution": {
|
| 18 |
+
"between 1316.98333333333 and 10876.6388888889": 459,
|
| 19 |
+
"greater than 10876.6388888889": 459,
|
| 20 |
+
"between 546.8189102564105 and 1316.98333333333": 459,
|
| 21 |
+
"less than 546.8189102564105": 459
|
| 22 |
+
},
|
| 23 |
+
"test_label_distribution": {
|
| 24 |
+
"between 546.8189102564105 and 1316.98333333333": 51,
|
| 25 |
+
"greater than 10876.6388888889": 52,
|
| 26 |
+
"less than 546.8189102564105": 52,
|
| 27 |
+
"between 1316.98333333333 and 10876.6388888889": 52
|
| 28 |
+
}
|
| 29 |
+
}
|
classification/openml_ctr23/auction_verification/test.csv
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
process_b1_capacity,process_b2_capacity,process_b3_capacity,process_b4_capacity,property_price,property_product,property_winner,verification_time
|
| 2 |
+
0,1,2,1,67,1,0,between 546.8189102564105 and 1316.98333333333
|
| 3 |
+
0,2,1,1,60,1,0,between 546.8189102564105 and 1316.98333333333
|
| 4 |
+
2,3,2,1,64,2,0,greater than 10876.6388888889
|
| 5 |
+
0,3,1,1,62,1,0,between 546.8189102564105 and 1316.98333333333
|
| 6 |
+
1,2,2,0,67,4,0,between 546.8189102564105 and 1316.98333333333
|
| 7 |
+
0,2,1,1,70,1,3,between 546.8189102564105 and 1316.98333333333
|
| 8 |
+
2,3,2,0,70,4,2,less than 546.8189102564105
|
| 9 |
+
1,1,2,1,72,2,0,greater than 10876.6388888889
|
| 10 |
+
1,3,2,0,79,3,0,less than 546.8189102564105
|
| 11 |
+
1,2,2,0,90,1,0,less than 546.8189102564105
|
| 12 |
+
1,1,2,1,64,6,0,between 1316.98333333333 and 10876.6388888889
|
| 13 |
+
1,3,2,0,65,6,0,between 546.8189102564105 and 1316.98333333333
|
| 14 |
+
2,3,2,0,90,1,0,less than 546.8189102564105
|
| 15 |
+
2,1,2,1,71,3,0,between 1316.98333333333 and 10876.6388888889
|
| 16 |
+
2,3,2,0,76,1,0,between 1316.98333333333 and 10876.6388888889
|
| 17 |
+
1,1,2,1,60,6,0,between 1316.98333333333 and 10876.6388888889
|
| 18 |
+
0,2,1,0,67,1,0,less than 546.8189102564105
|
| 19 |
+
0,3,1,0,68,4,0,less than 546.8189102564105
|
| 20 |
+
2,2,2,1,75,6,0,between 1316.98333333333 and 10876.6388888889
|
| 21 |
+
1,3,2,1,80,1,0,greater than 10876.6388888889
|
| 22 |
+
0,3,2,1,65,1,0,between 546.8189102564105 and 1316.98333333333
|
| 23 |
+
2,1,2,1,69,5,0,between 1316.98333333333 and 10876.6388888889
|
| 24 |
+
0,1,1,1,60,1,0,between 546.8189102564105 and 1316.98333333333
|
| 25 |
+
1,3,2,1,67,4,0,between 546.8189102564105 and 1316.98333333333
|
| 26 |
+
0,3,1,0,60,4,0,less than 546.8189102564105
|
| 27 |
+
0,3,1,1,70,4,2,less than 546.8189102564105
|
| 28 |
+
0,3,2,0,65,2,0,between 546.8189102564105 and 1316.98333333333
|
| 29 |
+
0,3,1,1,70,3,3,less than 546.8189102564105
|
| 30 |
+
0,3,2,1,65,4,0,less than 546.8189102564105
|
| 31 |
+
0,3,1,0,64,1,0,less than 546.8189102564105
|
| 32 |
+
1,2,2,0,78,3,0,less than 546.8189102564105
|
| 33 |
+
0,3,2,1,70,1,3,between 546.8189102564105 and 1316.98333333333
|
| 34 |
+
2,2,2,0,85,1,0,greater than 10876.6388888889
|
| 35 |
+
0,3,2,0,67,4,0,less than 546.8189102564105
|
| 36 |
+
1,3,2,1,76,6,0,between 1316.98333333333 and 10876.6388888889
|
| 37 |
+
1,1,2,1,68,2,0,greater than 10876.6388888889
|
| 38 |
+
2,3,2,0,80,6,2,between 546.8189102564105 and 1316.98333333333
|
| 39 |
+
2,3,2,1,66,4,0,between 546.8189102564105 and 1316.98333333333
|
| 40 |
+
0,3,2,1,67,2,0,between 1316.98333333333 and 10876.6388888889
|
| 41 |
+
1,2,2,1,63,2,0,greater than 10876.6388888889
|
| 42 |
+
2,1,2,0,80,2,3,greater than 10876.6388888889
|
| 43 |
+
0,0,2,1,60,4,0,less than 546.8189102564105
|
| 44 |
+
0,2,1,0,70,1,0,less than 546.8189102564105
|
| 45 |
+
2,2,2,0,67,1,0,greater than 10876.6388888889
|
| 46 |
+
2,1,2,0,77,3,0,less than 546.8189102564105
|
| 47 |
+
2,1,2,1,78,5,0,between 1316.98333333333 and 10876.6388888889
|
| 48 |
+
2,1,2,1,90,5,1,between 1316.98333333333 and 10876.6388888889
|
| 49 |
+
1,3,2,1,72,2,0,greater than 10876.6388888889
|
| 50 |
+
1,1,2,1,62,6,0,between 1316.98333333333 and 10876.6388888889
|
| 51 |
+
1,2,2,1,78,1,0,greater than 10876.6388888889
|
| 52 |
+
1,1,2,0,80,3,3,less than 546.8189102564105
|
| 53 |
+
0,3,1,1,60,6,3,less than 546.8189102564105
|
| 54 |
+
2,2,2,0,74,2,0,greater than 10876.6388888889
|
| 55 |
+
0,3,1,1,63,4,0,between 546.8189102564105 and 1316.98333333333
|
| 56 |
+
1,2,2,0,80,2,3,greater than 10876.6388888889
|
| 57 |
+
2,1,2,1,80,2,2,greater than 10876.6388888889
|
| 58 |
+
2,2,2,1,86,5,0,between 1316.98333333333 and 10876.6388888889
|
| 59 |
+
2,2,2,1,74,6,0,between 1316.98333333333 and 10876.6388888889
|
| 60 |
+
1,2,2,1,80,6,4,between 1316.98333333333 and 10876.6388888889
|
| 61 |
+
0,2,1,1,66,1,0,between 546.8189102564105 and 1316.98333333333
|
| 62 |
+
0,3,2,1,80,5,0,less than 546.8189102564105
|
| 63 |
+
0,1,1,1,66,1,0,between 546.8189102564105 and 1316.98333333333
|
| 64 |
+
2,3,2,1,84,1,0,greater than 10876.6388888889
|
| 65 |
+
0,3,1,1,64,1,0,between 546.8189102564105 and 1316.98333333333
|
| 66 |
+
1,3,2,0,73,3,0,less than 546.8189102564105
|
| 67 |
+
1,1,2,0,78,2,0,greater than 10876.6388888889
|
| 68 |
+
1,2,2,1,77,5,0,between 1316.98333333333 and 10876.6388888889
|
| 69 |
+
1,3,2,0,67,2,0,greater than 10876.6388888889
|
| 70 |
+
1,1,2,1,80,2,4,greater than 10876.6388888889
|
| 71 |
+
1,3,2,1,86,1,0,greater than 10876.6388888889
|
| 72 |
+
2,3,2,1,66,1,0,greater than 10876.6388888889
|
| 73 |
+
0,1,1,1,60,6,3,less than 546.8189102564105
|
| 74 |
+
0,2,2,1,65,1,0,between 546.8189102564105 and 1316.98333333333
|
| 75 |
+
1,3,2,0,76,1,0,between 1316.98333333333 and 10876.6388888889
|
| 76 |
+
0,2,1,1,70,4,4,less than 546.8189102564105
|
| 77 |
+
0,2,2,0,68,4,0,less than 546.8189102564105
|
| 78 |
+
1,2,2,1,86,5,0,between 1316.98333333333 and 10876.6388888889
|
| 79 |
+
1,3,2,0,66,2,0,greater than 10876.6388888889
|
| 80 |
+
0,3,2,0,70,2,0,between 546.8189102564105 and 1316.98333333333
|
| 81 |
+
1,2,2,1,73,3,0,between 546.8189102564105 and 1316.98333333333
|
| 82 |
+
2,2,2,0,66,2,0,greater than 10876.6388888889
|
| 83 |
+
1,3,2,0,78,3,0,less than 546.8189102564105
|
| 84 |
+
1,2,2,1,80,2,0,between 1316.98333333333 and 10876.6388888889
|
| 85 |
+
0,3,2,1,63,1,0,between 546.8189102564105 and 1316.98333333333
|
| 86 |
+
1,3,2,1,82,1,0,greater than 10876.6388888889
|
| 87 |
+
0,1,1,1,62,4,0,between 546.8189102564105 and 1316.98333333333
|
| 88 |
+
1,3,2,0,59,2,0,greater than 10876.6388888889
|
| 89 |
+
2,1,2,1,59,6,0,between 1316.98333333333 and 10876.6388888889
|
| 90 |
+
0,3,1,0,61,4,0,less than 546.8189102564105
|
| 91 |
+
2,2,2,0,87,1,0,greater than 10876.6388888889
|
| 92 |
+
0,3,1,0,67,4,0,less than 546.8189102564105
|
| 93 |
+
1,2,2,0,79,1,0,greater than 10876.6388888889
|
| 94 |
+
1,3,2,0,73,1,0,greater than 10876.6388888889
|
| 95 |
+
1,3,2,1,60,4,0,between 546.8189102564105 and 1316.98333333333
|
| 96 |
+
1,3,2,0,71,1,0,greater than 10876.6388888889
|
| 97 |
+
2,1,2,1,71,5,0,between 1316.98333333333 and 10876.6388888889
|
| 98 |
+
1,1,2,1,70,2,0,greater than 10876.6388888889
|
| 99 |
+
2,3,2,0,63,4,0,between 546.8189102564105 and 1316.98333333333
|
| 100 |
+
2,2,2,0,72,1,0,between 1316.98333333333 and 10876.6388888889
|
| 101 |
+
0,3,1,1,60,4,0,between 546.8189102564105 and 1316.98333333333
|
| 102 |
+
1,3,2,1,68,6,0,between 1316.98333333333 and 10876.6388888889
|
| 103 |
+
0,0,2,1,60,2,3,less than 546.8189102564105
|
| 104 |
+
0,3,1,1,69,1,0,between 546.8189102564105 and 1316.98333333333
|
| 105 |
+
2,1,2,1,73,3,0,between 1316.98333333333 and 10876.6388888889
|
| 106 |
+
1,3,2,1,80,5,0,between 1316.98333333333 and 10876.6388888889
|
| 107 |
+
0,3,2,0,66,4,0,less than 546.8189102564105
|
| 108 |
+
2,2,2,0,79,3,0,less than 546.8189102564105
|
| 109 |
+
0,2,2,0,68,2,0,between 546.8189102564105 and 1316.98333333333
|
| 110 |
+
1,1,2,0,63,6,0,between 546.8189102564105 and 1316.98333333333
|
| 111 |
+
0,3,2,0,63,4,0,less than 546.8189102564105
|
| 112 |
+
0,1,2,1,80,2,4,between 1316.98333333333 and 10876.6388888889
|
| 113 |
+
1,1,2,0,70,3,0,less than 546.8189102564105
|
| 114 |
+
0,2,1,1,60,6,4,less than 546.8189102564105
|
| 115 |
+
2,1,2,1,79,5,0,between 1316.98333333333 and 10876.6388888889
|
| 116 |
+
0,3,2,1,67,4,0,between 546.8189102564105 and 1316.98333333333
|
| 117 |
+
1,3,2,1,86,5,0,between 1316.98333333333 and 10876.6388888889
|
| 118 |
+
2,1,2,0,76,6,0,between 546.8189102564105 and 1316.98333333333
|
| 119 |
+
2,3,2,0,65,4,0,between 546.8189102564105 and 1316.98333333333
|
| 120 |
+
2,2,2,1,64,6,0,between 1316.98333333333 and 10876.6388888889
|
| 121 |
+
1,3,2,0,90,1,1,between 1316.98333333333 and 10876.6388888889
|
| 122 |
+
1,1,2,1,90,5,1,between 1316.98333333333 and 10876.6388888889
|
| 123 |
+
0,1,1,1,76,5,0,between 546.8189102564105 and 1316.98333333333
|
| 124 |
+
2,2,2,1,68,4,0,between 546.8189102564105 and 1316.98333333333
|
| 125 |
+
1,3,2,1,77,2,0,greater than 10876.6388888889
|
| 126 |
+
2,2,2,1,77,5,0,between 1316.98333333333 and 10876.6388888889
|
| 127 |
+
1,1,2,0,62,6,0,between 546.8189102564105 and 1316.98333333333
|
| 128 |
+
1,3,2,0,77,3,0,less than 546.8189102564105
|
| 129 |
+
1,3,2,0,65,2,0,greater than 10876.6388888889
|
| 130 |
+
0,2,2,1,70,3,0,less than 546.8189102564105
|
| 131 |
+
2,3,2,0,90,1,2,less than 546.8189102564105
|
| 132 |
+
2,3,2,1,88,1,0,greater than 10876.6388888889
|
| 133 |
+
1,1,2,0,69,3,0,less than 546.8189102564105
|
| 134 |
+
2,3,2,1,59,6,0,between 1316.98333333333 and 10876.6388888889
|
| 135 |
+
1,2,2,0,76,2,0,greater than 10876.6388888889
|
| 136 |
+
2,2,2,1,65,2,0,greater than 10876.6388888889
|
| 137 |
+
0,2,2,0,70,3,0,less than 546.8189102564105
|
| 138 |
+
1,3,2,0,69,2,0,greater than 10876.6388888889
|
| 139 |
+
0,1,2,1,60,2,0,between 546.8189102564105 and 1316.98333333333
|
| 140 |
+
2,2,2,1,61,2,0,greater than 10876.6388888889
|
| 141 |
+
0,3,1,1,66,4,0,less than 546.8189102564105
|
| 142 |
+
0,1,2,1,62,4,0,between 546.8189102564105 and 1316.98333333333
|
| 143 |
+
1,1,2,1,72,3,0,between 1316.98333333333 and 10876.6388888889
|
| 144 |
+
0,2,2,1,70,3,3,less than 546.8189102564105
|
| 145 |
+
0,1,2,1,59,4,0,between 546.8189102564105 and 1316.98333333333
|
| 146 |
+
2,3,2,0,80,3,3,less than 546.8189102564105
|
| 147 |
+
0,0,2,1,60,6,0,less than 546.8189102564105
|
| 148 |
+
1,2,2,1,60,2,0,greater than 10876.6388888889
|
| 149 |
+
2,2,2,1,62,4,0,between 546.8189102564105 and 1316.98333333333
|
| 150 |
+
2,1,2,0,69,6,0,between 546.8189102564105 and 1316.98333333333
|
| 151 |
+
0,3,1,0,64,4,0,less than 546.8189102564105
|
| 152 |
+
0,2,2,0,80,2,3,less than 546.8189102564105
|
| 153 |
+
1,3,2,1,78,5,0,between 1316.98333333333 and 10876.6388888889
|
| 154 |
+
2,2,2,1,66,6,0,between 1316.98333333333 and 10876.6388888889
|
| 155 |
+
1,3,2,1,61,2,0,greater than 10876.6388888889
|
| 156 |
+
1,2,2,1,72,3,0,between 1316.98333333333 and 10876.6388888889
|
| 157 |
+
2,2,2,1,78,3,0,between 1316.98333333333 and 10876.6388888889
|
| 158 |
+
1,2,2,0,77,1,0,greater than 10876.6388888889
|
| 159 |
+
0,3,1,0,60,1,0,less than 546.8189102564105
|
| 160 |
+
1,1,2,0,80,2,1,between 1316.98333333333 and 10876.6388888889
|
| 161 |
+
2,3,2,1,62,4,0,between 546.8189102564105 and 1316.98333333333
|
| 162 |
+
2,3,2,1,80,2,4,greater than 10876.6388888889
|
| 163 |
+
2,2,2,1,80,2,4,greater than 10876.6388888889
|
| 164 |
+
0,1,2,0,60,4,0,less than 546.8189102564105
|
| 165 |
+
2,3,2,1,80,2,2,greater than 10876.6388888889
|
| 166 |
+
1,3,2,0,59,4,0,between 546.8189102564105 and 1316.98333333333
|
| 167 |
+
1,1,2,1,63,6,0,between 1316.98333333333 and 10876.6388888889
|
| 168 |
+
2,3,2,1,71,3,0,between 1316.98333333333 and 10876.6388888889
|
| 169 |
+
0,3,2,1,61,1,0,between 546.8189102564105 and 1316.98333333333
|
| 170 |
+
2,1,2,0,65,2,0,greater than 10876.6388888889
|
| 171 |
+
2,2,2,0,80,2,3,greater than 10876.6388888889
|
| 172 |
+
1,1,2,0,65,2,0,greater than 10876.6388888889
|
| 173 |
+
2,1,2,1,75,6,0,between 1316.98333333333 and 10876.6388888889
|
| 174 |
+
0,3,2,1,69,4,0,less than 546.8189102564105
|
| 175 |
+
1,3,2,0,74,2,0,greater than 10876.6388888889
|
| 176 |
+
1,3,2,1,62,2,0,greater than 10876.6388888889
|
| 177 |
+
1,3,2,1,72,5,0,between 1316.98333333333 and 10876.6388888889
|
| 178 |
+
2,2,2,0,69,2,0,greater than 10876.6388888889
|
| 179 |
+
0,1,2,0,60,6,2,less than 546.8189102564105
|
| 180 |
+
1,3,2,1,79,6,0,between 1316.98333333333 and 10876.6388888889
|
| 181 |
+
1,1,2,1,89,5,0,between 1316.98333333333 and 10876.6388888889
|
| 182 |
+
0,1,2,0,68,1,0,less than 546.8189102564105
|
| 183 |
+
1,1,2,0,68,6,0,between 546.8189102564105 and 1316.98333333333
|
| 184 |
+
1,3,2,1,76,3,0,between 1316.98333333333 and 10876.6388888889
|
| 185 |
+
2,3,2,0,80,2,1,between 1316.98333333333 and 10876.6388888889
|
| 186 |
+
2,2,2,1,88,5,0,between 1316.98333333333 and 10876.6388888889
|
| 187 |
+
2,2,2,1,76,1,0,greater than 10876.6388888889
|
| 188 |
+
0,1,1,1,66,4,0,less than 546.8189102564105
|
| 189 |
+
0,2,2,1,64,2,0,between 546.8189102564105 and 1316.98333333333
|
| 190 |
+
1,1,2,0,80,2,3,greater than 10876.6388888889
|
| 191 |
+
1,1,2,1,78,5,0,between 1316.98333333333 and 10876.6388888889
|
| 192 |
+
1,3,2,1,85,1,0,greater than 10876.6388888889
|
| 193 |
+
2,2,2,0,60,4,0,between 546.8189102564105 and 1316.98333333333
|
| 194 |
+
0,1,2,1,78,2,0,between 546.8189102564105 and 1316.98333333333
|
| 195 |
+
1,1,2,1,73,6,0,between 1316.98333333333 and 10876.6388888889
|
| 196 |
+
0,1,1,1,61,4,0,less than 546.8189102564105
|
| 197 |
+
2,2,2,1,69,6,0,between 1316.98333333333 and 10876.6388888889
|
| 198 |
+
2,2,2,0,75,3,0,less than 546.8189102564105
|
| 199 |
+
1,2,2,1,73,2,0,greater than 10876.6388888889
|
| 200 |
+
0,3,1,1,66,1,0,between 546.8189102564105 and 1316.98333333333
|
| 201 |
+
1,3,2,1,77,1,0,greater than 10876.6388888889
|
| 202 |
+
0,3,2,0,68,1,0,less than 546.8189102564105
|
| 203 |
+
1,3,2,0,80,2,0,between 1316.98333333333 and 10876.6388888889
|
| 204 |
+
2,3,2,0,80,2,0,between 1316.98333333333 and 10876.6388888889
|
| 205 |
+
2,3,2,1,70,4,3,between 546.8189102564105 and 1316.98333333333
|
| 206 |
+
1,1,2,0,72,6,0,between 546.8189102564105 and 1316.98333333333
|
| 207 |
+
0,1,2,1,63,4,0,between 546.8189102564105 and 1316.98333333333
|
| 208 |
+
0,2,2,0,70,2,0,between 546.8189102564105 and 1316.98333333333
|
classification/openml_ctr23/auction_verification/test.jsonl
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 67. The property_product is 1. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 2 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 2. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 60. The property_product is 1. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 3 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 64. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 4 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 62. The property_product is 1. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 5 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 67. The property_product is 4. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 6 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 2. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 70. The property_product is 1. The property_winner is 3.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 7 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 70. The property_product is 4. The property_winner is 2.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 8 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 72. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 9 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 79. The property_product is 3. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 10 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 90. The property_product is 1. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 11 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 64. The property_product is 6. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 12 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 65. The property_product is 6. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 13 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 90. The property_product is 1. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 14 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 71. The property_product is 3. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 15 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 76. The property_product is 1. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 16 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 60. The property_product is 6. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 17 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 2. The process_b3_capacity is 1. The process_b4_capacity is 0. The property_price is 67. The property_product is 1. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 18 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 1. The process_b4_capacity is 0. The property_price is 68. The property_product is 4. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 19 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 75. The property_product is 6. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 20 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 80. The property_product is 1. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 21 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 65. The property_product is 1. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 22 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 69. The property_product is 5. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 23 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 1. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 60. The property_product is 1. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 24 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 67. The property_product is 4. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 25 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 1. The process_b4_capacity is 0. The property_price is 60. The property_product is 4. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 26 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 70. The property_product is 4. The property_winner is 2.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 27 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 65. The property_product is 2. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 28 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 70. The property_product is 3. The property_winner is 3.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 29 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 65. The property_product is 4. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 30 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 1. The process_b4_capacity is 0. The property_price is 64. The property_product is 1. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 31 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 78. The property_product is 3. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 32 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 70. The property_product is 1. The property_winner is 3.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 33 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 85. The property_product is 1. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 34 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 67. The property_product is 4. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 35 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 76. The property_product is 6. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 36 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 68. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 37 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 80. The property_product is 6. The property_winner is 2.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 38 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 66. The property_product is 4. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 39 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 67. The property_product is 2. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 40 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 63. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 41 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 80. The property_product is 2. The property_winner is 3.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 42 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 0. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 60. The property_product is 4. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 43 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 2. The process_b3_capacity is 1. The process_b4_capacity is 0. The property_price is 70. The property_product is 1. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 44 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 67. The property_product is 1. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 45 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 77. The property_product is 3. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 46 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 78. The property_product is 5. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 47 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 90. The property_product is 5. The property_winner is 1.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 48 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 72. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 49 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 62. The property_product is 6. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 50 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 78. The property_product is 1. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 51 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 80. The property_product is 3. The property_winner is 3.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 52 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 60. The property_product is 6. The property_winner is 3.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 53 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 74. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 54 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 63. The property_product is 4. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 55 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 80. The property_product is 2. The property_winner is 3.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 56 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 80. The property_product is 2. The property_winner is 2.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 57 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 86. The property_product is 5. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 58 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 74. The property_product is 6. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 59 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 80. The property_product is 6. The property_winner is 4.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 60 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 2. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 66. The property_product is 1. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 61 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 80. The property_product is 5. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 62 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 1. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 66. The property_product is 1. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 63 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 84. The property_product is 1. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 64 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 64. The property_product is 1. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 65 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 73. The property_product is 3. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 66 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 78. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 67 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 77. The property_product is 5. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 68 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 67. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 69 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 80. The property_product is 2. The property_winner is 4.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 70 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 86. The property_product is 1. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 71 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 66. The property_product is 1. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 72 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 1. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 60. The property_product is 6. The property_winner is 3.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 73 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 65. The property_product is 1. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 74 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 76. The property_product is 1. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 75 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 2. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 70. The property_product is 4. The property_winner is 4.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 76 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 68. The property_product is 4. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 77 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 86. The property_product is 5. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 78 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 66. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 79 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 70. The property_product is 2. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 80 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 73. The property_product is 3. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 81 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 66. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 82 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 78. The property_product is 3. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 83 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 80. The property_product is 2. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 84 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 63. The property_product is 1. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 85 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 82. The property_product is 1. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 86 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 1. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 62. The property_product is 4. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 87 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 59. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 88 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 59. The property_product is 6. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 89 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 1. The process_b4_capacity is 0. The property_price is 61. The property_product is 4. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 90 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 87. The property_product is 1. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 91 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 1. The process_b4_capacity is 0. The property_price is 67. The property_product is 4. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 92 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 79. The property_product is 1. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 93 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 73. The property_product is 1. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 94 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 60. The property_product is 4. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 95 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 71. The property_product is 1. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 96 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 71. The property_product is 5. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 97 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 70. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 98 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 63. The property_product is 4. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 99 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 72. The property_product is 1. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 100 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 60. The property_product is 4. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 101 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 68. The property_product is 6. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 102 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 0. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 60. The property_product is 2. The property_winner is 3.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 103 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 69. The property_product is 1. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 104 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 73. The property_product is 3. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 105 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 80. The property_product is 5. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 106 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 66. The property_product is 4. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 107 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 79. The property_product is 3. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 108 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 68. The property_product is 2. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 109 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 63. The property_product is 6. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 110 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 63. The property_product is 4. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 111 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 80. The property_product is 2. The property_winner is 4.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 112 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 70. The property_product is 3. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 113 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 2. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 60. The property_product is 6. The property_winner is 4.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 114 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 79. The property_product is 5. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 115 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 67. The property_product is 4. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 116 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 86. The property_product is 5. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 117 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 76. The property_product is 6. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 118 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 65. The property_product is 4. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 119 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 64. The property_product is 6. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 120 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 90. The property_product is 1. The property_winner is 1.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 121 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 90. The property_product is 5. The property_winner is 1.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 122 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 1. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 76. The property_product is 5. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 123 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 68. The property_product is 4. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 124 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 77. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 125 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 77. The property_product is 5. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 126 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 62. The property_product is 6. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 127 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 77. The property_product is 3. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 128 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 65. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 129 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 70. The property_product is 3. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 130 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 90. The property_product is 1. The property_winner is 2.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 131 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 88. The property_product is 1. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 132 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 69. The property_product is 3. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 133 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 59. The property_product is 6. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 134 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 76. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 135 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 65. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 136 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 70. The property_product is 3. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 137 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 69. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 138 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 60. The property_product is 2. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 139 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 61. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 140 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 66. The property_product is 4. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 141 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 62. The property_product is 4. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 142 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 72. The property_product is 3. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 143 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 70. The property_product is 3. The property_winner is 3.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 144 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 59. The property_product is 4. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 145 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 80. The property_product is 3. The property_winner is 3.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 146 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 0. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 60. The property_product is 6. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 147 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 60. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 148 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 62. The property_product is 4. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 149 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 69. The property_product is 6. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 150 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 1. The process_b4_capacity is 0. The property_price is 64. The property_product is 4. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 151 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 80. The property_product is 2. The property_winner is 3.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 152 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 78. The property_product is 5. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 153 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 66. The property_product is 6. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 154 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 61. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 155 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 72. The property_product is 3. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 156 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 78. The property_product is 3. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 157 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 77. The property_product is 1. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 158 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 1. The process_b4_capacity is 0. The property_price is 60. The property_product is 1. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 159 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 80. The property_product is 2. The property_winner is 1.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 160 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 62. The property_product is 4. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 161 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 80. The property_product is 2. The property_winner is 4.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 162 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 80. The property_product is 2. The property_winner is 4.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 163 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 60. The property_product is 4. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 164 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 80. The property_product is 2. The property_winner is 2.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 165 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 59. The property_product is 4. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 166 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 63. The property_product is 6. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 167 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 71. The property_product is 3. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 168 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 61. The property_product is 1. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 169 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 65. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 170 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 80. The property_product is 2. The property_winner is 3.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 171 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 65. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 172 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 75. The property_product is 6. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 173 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 69. The property_product is 4. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 174 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 74. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 175 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 62. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 176 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 72. The property_product is 5. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 177 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 69. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 178 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 60. The property_product is 6. The property_winner is 2.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 179 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 79. The property_product is 6. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 180 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 89. The property_product is 5. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 181 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 68. The property_product is 1. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 182 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 68. The property_product is 6. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 183 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 76. The property_product is 3. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 184 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 80. The property_product is 2. The property_winner is 1.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 185 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 88. The property_product is 5. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 186 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 76. The property_product is 1. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 187 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 1. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 66. The property_product is 4. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 188 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 64. The property_product is 2. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 189 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 80. The property_product is 2. The property_winner is 3.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 190 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 78. The property_product is 5. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 191 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 85. The property_product is 1. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 192 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 60. The property_product is 4. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 193 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 78. The property_product is 2. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 194 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 73. The property_product is 6. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 195 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 1. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 61. The property_product is 4. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 196 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 69. The property_product is 6. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 197 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 75. The property_product is 3. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 198 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 73. The property_product is 2. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 199 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 1. The process_b4_capacity is 1. The property_price is 66. The property_product is 1. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 200 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 77. The property_product is 1. The property_winner is 0.", "label": "greater than 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 201 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 68. The property_product is 1. The property_winner is 0.", "label": "less than 546.8189102564105", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 202 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 80. The property_product is 2. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 203 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 80. The property_product is 2. The property_winner is 0.", "label": "between 1316.98333333333 and 10876.6388888889", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 204 |
+
{"text": "The process_b1_capacity is 2. The process_b2_capacity is 3. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 70. The property_product is 4. The property_winner is 3.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 205 |
+
{"text": "The process_b1_capacity is 1. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 72. The property_product is 6. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 206 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 1. The process_b3_capacity is 2. The process_b4_capacity is 1. The property_price is 63. The property_product is 4. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
| 207 |
+
{"text": "The process_b1_capacity is 0. The process_b2_capacity is 2. The process_b3_capacity is 2. The process_b4_capacity is 0. The property_price is 70. The property_product is 2. The property_winner is 0.", "label": "between 546.8189102564105 and 1316.98333333333", "dataset": "auction_verification", "benchmark": "openml_ctr23", "task_type": "reg"}
|
classification/openml_ctr23/auction_verification/train.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/openml_ctr23/auction_verification/train.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/openml_ctr23/brazilian_houses/metadata.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "brazilian_houses",
|
| 3 |
+
"benchmark": "openml_ctr23",
|
| 4 |
+
"sub_benchmark": "",
|
| 5 |
+
"task_type": "reg",
|
| 6 |
+
"data_type": "mixed",
|
| 7 |
+
"target_column": "total",
|
| 8 |
+
"label_values": [
|
| 9 |
+
"greater than 6768.0",
|
| 10 |
+
"between 2061.75 and 3581.5",
|
| 11 |
+
"between 3581.5 and 6768.0",
|
| 12 |
+
"less than 2061.75"
|
| 13 |
+
],
|
| 14 |
+
"num_labels": 4,
|
| 15 |
+
"train_samples": 8998,
|
| 16 |
+
"test_samples": 1002,
|
| 17 |
+
"train_label_distribution": {
|
| 18 |
+
"between 2061.75 and 3581.5": 2249,
|
| 19 |
+
"between 3581.5 and 6768.0": 2248,
|
| 20 |
+
"less than 2061.75": 2250,
|
| 21 |
+
"greater than 6768.0": 2251
|
| 22 |
+
},
|
| 23 |
+
"test_label_distribution": {
|
| 24 |
+
"greater than 6768.0": 251,
|
| 25 |
+
"between 3581.5 and 6768.0": 250,
|
| 26 |
+
"less than 2061.75": 251,
|
| 27 |
+
"between 2061.75 and 3581.5": 250
|
| 28 |
+
}
|
| 29 |
+
}
|
classification/openml_ctr23/brazilian_houses/test.csv
ADDED
|
@@ -0,0 +1,1003 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
city,area,rooms,bathroom,parking_spaces,floor,animal,furniture,hoa,total
|
| 2 |
+
Sao Paulo,82,1,1,2,1,accept,not furnished,1650,greater than 6768.0
|
| 3 |
+
Sao Paulo,370,4,5,6,17,accept,not furnished,4300,greater than 6768.0
|
| 4 |
+
Campinas,398,5,6,0,2,accept,not furnished,3500,greater than 6768.0
|
| 5 |
+
Sao Paulo,70,3,2,2,13,not accept,not furnished,700,between 3581.5 and 6768.0
|
| 6 |
+
Sao Paulo,61,2,2,1,17,accept,not furnished,764,between 3581.5 and 6768.0
|
| 7 |
+
Sao Paulo,33,1,1,0,1,not accept,not furnished,250,less than 2061.75
|
| 8 |
+
Sao Paulo,210,4,4,3,5,accept,furnished,2800,greater than 6768.0
|
| 9 |
+
Sao Paulo,55,2,2,2,3,accept,not furnished,780,between 2061.75 and 3581.5
|
| 10 |
+
Porto Alegre,200,3,3,4,2,accept,not furnished,2900,between 3581.5 and 6768.0
|
| 11 |
+
Sao Paulo,90,3,1,1,2,accept,not furnished,1000,between 3581.5 and 6768.0
|
| 12 |
+
Sao Paulo,85,2,2,0,8,accept,furnished,850,between 3581.5 and 6768.0
|
| 13 |
+
Sao Paulo,73,2,2,2,1,accept,not furnished,778,between 2061.75 and 3581.5
|
| 14 |
+
Belo Horizonte,60,1,1,1,8,accept,furnished,694,less than 2061.75
|
| 15 |
+
Rio de Janeiro,30,1,1,0,1,accept,furnished,300,less than 2061.75
|
| 16 |
+
Sao Paulo,136,3,4,3,2,accept,not furnished,1490,between 3581.5 and 6768.0
|
| 17 |
+
Campinas,52,1,1,1,3,accept,furnished,730,between 3581.5 and 6768.0
|
| 18 |
+
Belo Horizonte,60,2,1,1,12,not accept,not furnished,285,less than 2061.75
|
| 19 |
+
Sao Paulo,143,3,3,2,20,accept,not furnished,1900,greater than 6768.0
|
| 20 |
+
Porto Alegre,64,1,1,1,2,accept,furnished,398,less than 2061.75
|
| 21 |
+
Sao Paulo,136,3,2,1,7,accept,furnished,1780,between 3581.5 and 6768.0
|
| 22 |
+
Sao Paulo,145,3,4,3,1,not accept,not furnished,1200,greater than 6768.0
|
| 23 |
+
Sao Paulo,57,2,1,1,7,accept,not furnished,570,between 2061.75 and 3581.5
|
| 24 |
+
Sao Paulo,300,4,5,5,6,not accept,not furnished,3500,greater than 6768.0
|
| 25 |
+
Rio de Janeiro,110,2,1,1,6,not accept,not furnished,1200,between 3581.5 and 6768.0
|
| 26 |
+
Sao Paulo,250,3,4,4,16,accept,not furnished,3421,greater than 6768.0
|
| 27 |
+
Rio de Janeiro,148,3,2,2,1,accept,not furnished,1422,between 3581.5 and 6768.0
|
| 28 |
+
Sao Paulo,24,2,2,1,13,accept,not furnished,993,between 3581.5 and 6768.0
|
| 29 |
+
Sao Paulo,160,3,1,1,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 30 |
+
Sao Paulo,38,1,1,0,19,not accept,not furnished,583,less than 2061.75
|
| 31 |
+
Sao Paulo,26,1,1,0,4,accept,furnished,550,between 3581.5 and 6768.0
|
| 32 |
+
Belo Horizonte,66,2,1,1,1,accept,not furnished,380,less than 2061.75
|
| 33 |
+
Porto Alegre,170,2,2,0,19,accept,furnished,800,between 3581.5 and 6768.0
|
| 34 |
+
Sao Paulo,100,2,2,2,0,accept,not furnished,1750,between 3581.5 and 6768.0
|
| 35 |
+
Campinas,56,1,1,0,3,not accept,not furnished,428,less than 2061.75
|
| 36 |
+
Sao Paulo,310,5,2,2,15,accept,not furnished,2800,greater than 6768.0
|
| 37 |
+
Sao Paulo,34,1,1,1,0,accept,not furnished,0,less than 2061.75
|
| 38 |
+
Belo Horizonte,88,3,2,1,2,accept,not furnished,289,less than 2061.75
|
| 39 |
+
Campinas,93,3,2,2,2,accept,not furnished,657,between 2061.75 and 3581.5
|
| 40 |
+
Sao Paulo,22,1,1,0,26,accept,not furnished,384,between 2061.75 and 3581.5
|
| 41 |
+
Belo Horizonte,410,4,4,4,0,accept,furnished,0,between 3581.5 and 6768.0
|
| 42 |
+
Sao Paulo,35,1,1,0,15,accept,not furnished,306,between 2061.75 and 3581.5
|
| 43 |
+
Sao Paulo,180,3,2,4,0,not accept,furnished,0,greater than 6768.0
|
| 44 |
+
Sao Paulo,170,3,2,0,0,not accept,not furnished,0,between 3581.5 and 6768.0
|
| 45 |
+
Sao Paulo,50,2,1,1,7,not accept,not furnished,800,between 3581.5 and 6768.0
|
| 46 |
+
Sao Paulo,40,1,1,1,12,accept,not furnished,651,between 2061.75 and 3581.5
|
| 47 |
+
Sao Paulo,16,1,1,0,1,not accept,not furnished,0,less than 2061.75
|
| 48 |
+
Sao Paulo,150,3,2,5,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 49 |
+
Sao Paulo,400,4,4,3,1,accept,furnished,3000,greater than 6768.0
|
| 50 |
+
Porto Alegre,40,1,1,1,10,accept,furnished,210,less than 2061.75
|
| 51 |
+
Belo Horizonte,100,3,1,1,2,accept,not furnished,300,less than 2061.75
|
| 52 |
+
Sao Paulo,84,3,3,2,15,accept,furnished,1300,greater than 6768.0
|
| 53 |
+
Sao Paulo,64,2,1,1,9,accept,not furnished,400,less than 2061.75
|
| 54 |
+
Sao Paulo,24,1,1,0,2,accept,not furnished,500,between 2061.75 and 3581.5
|
| 55 |
+
Sao Paulo,60,1,1,0,0,not accept,not furnished,0,less than 2061.75
|
| 56 |
+
Rio de Janeiro,100,3,1,0,12,accept,not furnished,1367,between 3581.5 and 6768.0
|
| 57 |
+
Belo Horizonte,50,1,1,0,1,accept,not furnished,0,less than 2061.75
|
| 58 |
+
Sao Paulo,129,3,3,1,1,accept,not furnished,1100,between 2061.75 and 3581.5
|
| 59 |
+
Porto Alegre,50,1,1,1,7,accept,not furnished,250,less than 2061.75
|
| 60 |
+
Porto Alegre,35,1,1,0,3,accept,furnished,200,less than 2061.75
|
| 61 |
+
Sao Paulo,40,1,1,1,19,not accept,furnished,420,between 3581.5 and 6768.0
|
| 62 |
+
Campinas,48,1,1,1,2,accept,furnished,505,between 2061.75 and 3581.5
|
| 63 |
+
Sao Paulo,77,2,2,1,6,accept,not furnished,900,between 3581.5 and 6768.0
|
| 64 |
+
Sao Paulo,150,3,3,2,3,accept,not furnished,2177,between 3581.5 and 6768.0
|
| 65 |
+
Belo Horizonte,70,3,2,1,2,accept,not furnished,230,less than 2061.75
|
| 66 |
+
Sao Paulo,70,1,2,6,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 67 |
+
Rio de Janeiro,86,3,2,1,9,accept,not furnished,1365,between 3581.5 and 6768.0
|
| 68 |
+
Sao Paulo,70,1,1,0,4,accept,not furnished,760,between 2061.75 and 3581.5
|
| 69 |
+
Sao Paulo,270,5,7,2,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 70 |
+
Sao Paulo,140,3,4,3,18,accept,not furnished,1100,between 3581.5 and 6768.0
|
| 71 |
+
Rio de Janeiro,150,3,3,0,6,not accept,not furnished,1100,between 3581.5 and 6768.0
|
| 72 |
+
Sao Paulo,227,4,4,3,6,accept,not furnished,4000,greater than 6768.0
|
| 73 |
+
Sao Paulo,68,2,2,1,18,accept,not furnished,640,between 3581.5 and 6768.0
|
| 74 |
+
Rio de Janeiro,180,3,3,1,4,accept,furnished,2300,greater than 6768.0
|
| 75 |
+
Sao Paulo,55,2,1,0,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 76 |
+
Campinas,45,2,1,1,1,accept,not furnished,300,less than 2061.75
|
| 77 |
+
Sao Paulo,23,1,1,0,1,accept,not furnished,423,less than 2061.75
|
| 78 |
+
Rio de Janeiro,30,1,1,1,2,accept,not furnished,570,less than 2061.75
|
| 79 |
+
Sao Paulo,400,3,3,2,0,not accept,not furnished,0,greater than 6768.0
|
| 80 |
+
Belo Horizonte,100,3,2,0,0,accept,not furnished,0,less than 2061.75
|
| 81 |
+
Rio de Janeiro,80,2,2,1,7,accept,furnished,3985,greater than 6768.0
|
| 82 |
+
Sao Paulo,174,4,5,4,13,accept,furnished,1850,greater than 6768.0
|
| 83 |
+
Rio de Janeiro,35,1,1,0,7,not accept,not furnished,450,less than 2061.75
|
| 84 |
+
Porto Alegre,27,1,1,0,6,not accept,not furnished,300,less than 2061.75
|
| 85 |
+
Sao Paulo,103,3,3,0,6,accept,not furnished,1530,greater than 6768.0
|
| 86 |
+
Sao Paulo,235,3,3,0,15,accept,furnished,2550,greater than 6768.0
|
| 87 |
+
Sao Paulo,189,3,4,3,8,accept,not furnished,2300,greater than 6768.0
|
| 88 |
+
Sao Paulo,650,3,7,2,0,accept,not furnished,0,greater than 6768.0
|
| 89 |
+
Rio de Janeiro,344,4,3,2,16,accept,furnished,2414,between 3581.5 and 6768.0
|
| 90 |
+
Sao Paulo,70,2,2,2,1,accept,not furnished,550,between 2061.75 and 3581.5
|
| 91 |
+
Sao Paulo,210,3,3,2,5,accept,not furnished,2970,greater than 6768.0
|
| 92 |
+
Sao Paulo,250,3,2,2,0,accept,not furnished,0,greater than 6768.0
|
| 93 |
+
Porto Alegre,70,2,1,0,0,accept,not furnished,350,less than 2061.75
|
| 94 |
+
Belo Horizonte,68,3,1,2,3,accept,not furnished,170,less than 2061.75
|
| 95 |
+
Sao Paulo,70,2,1,1,8,not accept,not furnished,600,between 2061.75 and 3581.5
|
| 96 |
+
Sao Paulo,40,1,1,1,13,not accept,furnished,1440,between 2061.75 and 3581.5
|
| 97 |
+
Campinas,50,2,1,1,1,accept,not furnished,430,less than 2061.75
|
| 98 |
+
Sao Paulo,147,2,3,2,3,not accept,furnished,1500,greater than 6768.0
|
| 99 |
+
Campinas,60,3,2,0,2,accept,not furnished,350,between 2061.75 and 3581.5
|
| 100 |
+
Sao Paulo,60,1,2,0,0,accept,not furnished,0,less than 2061.75
|
| 101 |
+
Sao Paulo,89,2,3,1,0,accept,furnished,360,between 3581.5 and 6768.0
|
| 102 |
+
Rio de Janeiro,60,2,2,0,15,accept,furnished,1640,between 3581.5 and 6768.0
|
| 103 |
+
Porto Alegre,50,2,1,0,0,accept,not furnished,100,less than 2061.75
|
| 104 |
+
Campinas,49,2,1,1,1,accept,not furnished,263,less than 2061.75
|
| 105 |
+
Rio de Janeiro,80,2,2,1,4,not accept,furnished,700,between 3581.5 and 6768.0
|
| 106 |
+
Rio de Janeiro,30,1,1,1,2,accept,not furnished,600,less than 2061.75
|
| 107 |
+
Belo Horizonte,330,5,4,2,0,accept,not furnished,0,greater than 6768.0
|
| 108 |
+
Campinas,82,3,3,2,4,accept,not furnished,550,between 2061.75 and 3581.5
|
| 109 |
+
Sao Paulo,29,1,1,1,4,not accept,furnished,650,between 2061.75 and 3581.5
|
| 110 |
+
Campinas,136,3,4,2,7,not accept,not furnished,970,between 3581.5 and 6768.0
|
| 111 |
+
Rio de Janeiro,115,3,2,2,5,accept,not furnished,1465,between 3581.5 and 6768.0
|
| 112 |
+
Sao Paulo,530,4,4,6,0,accept,not furnished,0,greater than 6768.0
|
| 113 |
+
Sao Paulo,120,3,2,2,23,not accept,not furnished,722,between 3581.5 and 6768.0
|
| 114 |
+
Porto Alegre,44,1,2,0,3,accept,not furnished,140,less than 2061.75
|
| 115 |
+
Sao Paulo,161,2,2,3,3,accept,not furnished,2500,greater than 6768.0
|
| 116 |
+
Sao Paulo,180,3,3,4,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 117 |
+
Sao Paulo,37,1,1,0,10,accept,not furnished,370,less than 2061.75
|
| 118 |
+
Sao Paulo,25,1,1,0,0,not accept,not furnished,0,less than 2061.75
|
| 119 |
+
Sao Paulo,235,3,2,1,0,accept,not furnished,0,greater than 6768.0
|
| 120 |
+
Porto Alegre,47,1,1,1,1,not accept,furnished,400,between 2061.75 and 3581.5
|
| 121 |
+
Sao Paulo,35,1,1,1,5,not accept,furnished,420,less than 2061.75
|
| 122 |
+
Rio de Janeiro,140,3,2,1,5,accept,furnished,1585,between 2061.75 and 3581.5
|
| 123 |
+
Sao Paulo,60,2,1,0,0,accept,not furnished,0,less than 2061.75
|
| 124 |
+
Sao Paulo,30,1,1,0,7,not accept,not furnished,545,less than 2061.75
|
| 125 |
+
Sao Paulo,216,3,4,4,7,accept,furnished,2300,greater than 6768.0
|
| 126 |
+
Sao Paulo,36,1,1,0,8,not accept,not furnished,284,less than 2061.75
|
| 127 |
+
Rio de Janeiro,106,3,2,1,5,accept,not furnished,1434,greater than 6768.0
|
| 128 |
+
Rio de Janeiro,55,1,1,0,7,not accept,not furnished,795,between 2061.75 and 3581.5
|
| 129 |
+
Porto Alegre,220,4,5,2,0,accept,not furnished,0,greater than 6768.0
|
| 130 |
+
Rio de Janeiro,80,2,1,0,6,accept,not furnished,800,between 3581.5 and 6768.0
|
| 131 |
+
Campinas,100,3,2,8,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 132 |
+
Belo Horizonte,136,4,3,1,1,accept,not furnished,347,between 2061.75 and 3581.5
|
| 133 |
+
Sao Paulo,263,4,5,4,21,accept,not furnished,2900,greater than 6768.0
|
| 134 |
+
Sao Paulo,300,4,4,3,0,accept,furnished,0,between 3581.5 and 6768.0
|
| 135 |
+
Belo Horizonte,180,3,2,0,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 136 |
+
Belo Horizonte,133,3,2,3,1,not accept,not furnished,806,between 2061.75 and 3581.5
|
| 137 |
+
Sao Paulo,255,4,4,3,2,accept,not furnished,5000,greater than 6768.0
|
| 138 |
+
Belo Horizonte,61,3,1,1,2,accept,not furnished,300,less than 2061.75
|
| 139 |
+
Campinas,48,2,1,1,5,accept,not furnished,263,less than 2061.75
|
| 140 |
+
Belo Horizonte,290,3,3,0,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 141 |
+
Sao Paulo,50,1,1,0,1,accept,not furnished,519,between 2061.75 and 3581.5
|
| 142 |
+
Sao Paulo,260,4,4,4,24,accept,not furnished,2622,greater than 6768.0
|
| 143 |
+
Sao Paulo,156,3,2,1,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 144 |
+
Sao Paulo,250,3,3,1,9,accept,not furnished,2000,greater than 6768.0
|
| 145 |
+
Campinas,80,3,2,1,2,accept,not furnished,570,between 2061.75 and 3581.5
|
| 146 |
+
Sao Paulo,55,2,2,1,11,accept,not furnished,670,between 2061.75 and 3581.5
|
| 147 |
+
Porto Alegre,20,1,1,1,0,accept,furnished,0,less than 2061.75
|
| 148 |
+
Rio de Janeiro,30,1,1,0,4,accept,furnished,400,between 2061.75 and 3581.5
|
| 149 |
+
Sao Paulo,350,2,1,0,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 150 |
+
Rio de Janeiro,44,2,1,0,4,accept,not furnished,385,between 2061.75 and 3581.5
|
| 151 |
+
Sao Paulo,131,3,2,2,1,accept,not furnished,1497,between 3581.5 and 6768.0
|
| 152 |
+
Rio de Janeiro,60,1,1,0,3,accept,not furnished,520,between 2061.75 and 3581.5
|
| 153 |
+
Porto Alegre,62,2,1,1,5,accept,not furnished,470,less than 2061.75
|
| 154 |
+
Belo Horizonte,80,3,2,2,8,accept,not furnished,230,less than 2061.75
|
| 155 |
+
Sao Paulo,240,3,5,3,14,accept,furnished,3500,greater than 6768.0
|
| 156 |
+
Sao Paulo,158,3,4,3,5,not accept,furnished,1950,greater than 6768.0
|
| 157 |
+
Sao Paulo,40,1,1,0,0,accept,not furnished,0,less than 2061.75
|
| 158 |
+
Sao Paulo,58,1,1,1,17,accept,not furnished,610,between 2061.75 and 3581.5
|
| 159 |
+
Sao Paulo,88,3,2,1,1,not accept,not furnished,1025,between 2061.75 and 3581.5
|
| 160 |
+
Sao Paulo,240,4,4,4,5,accept,not furnished,2700,greater than 6768.0
|
| 161 |
+
Sao Paulo,90,2,1,1,1,accept,not furnished,800,between 2061.75 and 3581.5
|
| 162 |
+
Sao Paulo,360,3,5,4,22,accept,not furnished,2330,greater than 6768.0
|
| 163 |
+
Rio de Janeiro,25,1,1,0,3,accept,not furnished,561,between 2061.75 and 3581.5
|
| 164 |
+
Sao Paulo,78,1,1,1,12,accept,furnished,574,between 3581.5 and 6768.0
|
| 165 |
+
Sao Paulo,150,3,5,2,14,accept,not furnished,1423,between 3581.5 and 6768.0
|
| 166 |
+
Sao Paulo,270,3,4,3,10,accept,not furnished,3809,greater than 6768.0
|
| 167 |
+
Sao Paulo,356,3,4,4,0,not accept,not furnished,1900,greater than 6768.0
|
| 168 |
+
Sao Paulo,350,4,3,4,10,accept,not furnished,1600,greater than 6768.0
|
| 169 |
+
Belo Horizonte,180,4,2,1,3,accept,furnished,770,between 3581.5 and 6768.0
|
| 170 |
+
Porto Alegre,96,3,2,2,4,accept,furnished,730,between 3581.5 and 6768.0
|
| 171 |
+
Sao Paulo,50,2,1,1,0,not accept,not furnished,0,less than 2061.75
|
| 172 |
+
Belo Horizonte,125,3,2,0,2,accept,not furnished,150,less than 2061.75
|
| 173 |
+
Porto Alegre,66,2,2,0,3,accept,not furnished,550,less than 2061.75
|
| 174 |
+
Sao Paulo,39,1,1,1,1,accept,furnished,1144,between 3581.5 and 6768.0
|
| 175 |
+
Sao Paulo,237,3,5,3,8,accept,furnished,2200,greater than 6768.0
|
| 176 |
+
Sao Paulo,230,3,4,0,16,accept,furnished,1700,between 3581.5 and 6768.0
|
| 177 |
+
Sao Paulo,31,1,1,0,9,accept,furnished,400,between 3581.5 and 6768.0
|
| 178 |
+
Sao Paulo,23,1,1,0,25,accept,not furnished,399,between 2061.75 and 3581.5
|
| 179 |
+
Sao Paulo,285,4,5,4,6,accept,furnished,200000,greater than 6768.0
|
| 180 |
+
Sao Paulo,35,1,1,0,1,accept,not furnished,260,less than 2061.75
|
| 181 |
+
Sao Paulo,54,2,2,1,12,accept,not furnished,954,between 3581.5 and 6768.0
|
| 182 |
+
Belo Horizonte,209,4,4,4,11,accept,not furnished,2140,greater than 6768.0
|
| 183 |
+
Sao Paulo,74,2,3,2,26,accept,not furnished,450,between 3581.5 and 6768.0
|
| 184 |
+
Sao Paulo,47,2,1,1,4,accept,not furnished,565,less than 2061.75
|
| 185 |
+
Sao Paulo,110,3,3,2,2,accept,furnished,1000,between 3581.5 and 6768.0
|
| 186 |
+
Rio de Janeiro,150,3,2,0,5,accept,not furnished,1290,between 2061.75 and 3581.5
|
| 187 |
+
Sao Paulo,310,4,4,3,0,accept,not furnished,0,greater than 6768.0
|
| 188 |
+
Sao Paulo,55,2,1,1,3,accept,not furnished,400,less than 2061.75
|
| 189 |
+
Porto Alegre,58,2,2,2,12,accept,not furnished,450,between 2061.75 and 3581.5
|
| 190 |
+
Sao Paulo,20,1,1,0,3,accept,furnished,602,between 2061.75 and 3581.5
|
| 191 |
+
Sao Paulo,49,1,1,1,18,not accept,furnished,600,between 3581.5 and 6768.0
|
| 192 |
+
Sao Paulo,225,4,3,2,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 193 |
+
Sao Paulo,150,2,2,3,2,not accept,furnished,4085,greater than 6768.0
|
| 194 |
+
Sao Paulo,49,2,1,1,15,accept,not furnished,487,less than 2061.75
|
| 195 |
+
Sao Paulo,180,3,4,4,22,accept,not furnished,1545,greater than 6768.0
|
| 196 |
+
Sao Paulo,44,1,1,1,6,not accept,not furnished,571,between 2061.75 and 3581.5
|
| 197 |
+
Campinas,292,4,4,3,13,accept,not furnished,1650,between 3581.5 and 6768.0
|
| 198 |
+
Sao Paulo,200,3,3,3,3,accept,not furnished,3162,greater than 6768.0
|
| 199 |
+
Sao Paulo,47,2,2,2,6,accept,furnished,520,between 2061.75 and 3581.5
|
| 200 |
+
Sao Paulo,260,4,5,4,15,accept,furnished,3471,greater than 6768.0
|
| 201 |
+
Belo Horizonte,160,3,3,3,0,not accept,not furnished,0,between 3581.5 and 6768.0
|
| 202 |
+
Rio de Janeiro,90,2,2,1,1,accept,furnished,1424,between 3581.5 and 6768.0
|
| 203 |
+
Belo Horizonte,70,2,1,1,2,accept,not furnished,250,less than 2061.75
|
| 204 |
+
Sao Paulo,70,2,1,1,1,not accept,furnished,703,between 3581.5 and 6768.0
|
| 205 |
+
Sao Paulo,55,2,2,2,6,accept,not furnished,780,less than 2061.75
|
| 206 |
+
Sao Paulo,95,1,2,2,15,accept,not furnished,1859,greater than 6768.0
|
| 207 |
+
Belo Horizonte,60,1,1,1,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 208 |
+
Porto Alegre,150,4,3,0,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 209 |
+
Sao Paulo,90,2,1,1,1,accept,not furnished,1000,between 3581.5 and 6768.0
|
| 210 |
+
Sao Paulo,80,2,1,0,1,not accept,not furnished,0,less than 2061.75
|
| 211 |
+
Sao Paulo,120,1,2,2,16,accept,furnished,1000,greater than 6768.0
|
| 212 |
+
Belo Horizonte,240,4,4,3,5,accept,not furnished,0,between 3581.5 and 6768.0
|
| 213 |
+
Sao Paulo,180,3,4,4,4,accept,not furnished,4000,greater than 6768.0
|
| 214 |
+
Sao Paulo,90,2,1,1,1,accept,not furnished,1000,between 3581.5 and 6768.0
|
| 215 |
+
Campinas,125,2,1,0,4,accept,not furnished,778,less than 2061.75
|
| 216 |
+
Sao Paulo,210,4,5,4,4,not accept,not furnished,1650,greater than 6768.0
|
| 217 |
+
Sao Paulo,309,4,7,8,0,accept,not furnished,0,greater than 6768.0
|
| 218 |
+
Porto Alegre,50,1,1,0,3,accept,not furnished,270,less than 2061.75
|
| 219 |
+
Sao Paulo,55,2,1,1,4,accept,not furnished,671,less than 2061.75
|
| 220 |
+
Porto Alegre,180,4,1,1,0,accept,not furnished,1,between 3581.5 and 6768.0
|
| 221 |
+
Sao Paulo,244,4,3,4,2,accept,furnished,2375,greater than 6768.0
|
| 222 |
+
Porto Alegre,132,3,2,2,9,accept,furnished,1000,between 3581.5 and 6768.0
|
| 223 |
+
Sao Paulo,51,2,1,1,12,accept,not furnished,446,between 2061.75 and 3581.5
|
| 224 |
+
Sao Paulo,160,4,2,2,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 225 |
+
Sao Paulo,38,1,1,0,16,accept,furnished,290,between 2061.75 and 3581.5
|
| 226 |
+
Sao Paulo,188,3,1,3,0,accept,not furnished,0,greater than 6768.0
|
| 227 |
+
Rio de Janeiro,97,2,2,1,7,accept,not furnished,1770,between 3581.5 and 6768.0
|
| 228 |
+
Sao Paulo,216,4,3,4,28,not accept,not furnished,1868,greater than 6768.0
|
| 229 |
+
Sao Paulo,98,3,2,2,3,accept,not furnished,1400,between 3581.5 and 6768.0
|
| 230 |
+
Sao Paulo,53,2,2,1,7,accept,not furnished,450,between 2061.75 and 3581.5
|
| 231 |
+
Porto Alegre,76,2,2,2,3,accept,not furnished,600,between 2061.75 and 3581.5
|
| 232 |
+
Sao Paulo,34,1,1,0,12,accept,furnished,370,between 2061.75 and 3581.5
|
| 233 |
+
Sao Paulo,200,2,5,2,2,not accept,furnished,2448,greater than 6768.0
|
| 234 |
+
Sao Paulo,156,2,4,2,11,accept,not furnished,2690,greater than 6768.0
|
| 235 |
+
Sao Paulo,99,3,2,1,3,accept,not furnished,390,between 2061.75 and 3581.5
|
| 236 |
+
Campinas,92,3,2,3,1,accept,furnished,752,between 2061.75 and 3581.5
|
| 237 |
+
Sao Paulo,288,4,5,4,7,accept,not furnished,3600,greater than 6768.0
|
| 238 |
+
Sao Paulo,102,3,2,2,0,accept,not furnished,0,less than 2061.75
|
| 239 |
+
Rio de Janeiro,168,3,2,3,9,accept,not furnished,3349,greater than 6768.0
|
| 240 |
+
Porto Alegre,130,2,1,2,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 241 |
+
Sao Paulo,220,3,4,3,2,not accept,not furnished,2500,greater than 6768.0
|
| 242 |
+
Sao Paulo,250,4,3,3,0,accept,furnished,0,between 3581.5 and 6768.0
|
| 243 |
+
Rio de Janeiro,44,1,1,0,3,accept,not furnished,505,between 2061.75 and 3581.5
|
| 244 |
+
Sao Paulo,80,2,2,2,0,not accept,not furnished,0,between 3581.5 and 6768.0
|
| 245 |
+
Belo Horizonte,140,4,3,2,9,accept,not furnished,1720,between 3581.5 and 6768.0
|
| 246 |
+
Sao Paulo,68,1,1,0,0,not accept,not furnished,0,less than 2061.75
|
| 247 |
+
Sao Paulo,35,1,1,0,0,not accept,not furnished,0,less than 2061.75
|
| 248 |
+
Sao Paulo,38,1,1,0,1,not accept,not furnished,60,less than 2061.75
|
| 249 |
+
Sao Paulo,50,2,1,1,9,accept,not furnished,390,less than 2061.75
|
| 250 |
+
Sao Paulo,176,4,5,0,1,accept,furnished,1350,greater than 6768.0
|
| 251 |
+
Sao Paulo,310,4,4,8,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 252 |
+
Sao Paulo,500,4,7,6,5,not accept,not furnished,5400,greater than 6768.0
|
| 253 |
+
Porto Alegre,36,1,1,1,17,accept,not furnished,225,less than 2061.75
|
| 254 |
+
Belo Horizonte,200,4,2,2,0,accept,furnished,0,greater than 6768.0
|
| 255 |
+
Rio de Janeiro,95,3,2,1,6,accept,not furnished,702,between 2061.75 and 3581.5
|
| 256 |
+
Porto Alegre,115,1,1,0,4,accept,furnished,350,between 2061.75 and 3581.5
|
| 257 |
+
Rio de Janeiro,130,3,2,2,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 258 |
+
Sao Paulo,211,3,5,3,12,accept,furnished,2500,greater than 6768.0
|
| 259 |
+
Porto Alegre,60,2,1,1,0,accept,not furnished,0,less than 2061.75
|
| 260 |
+
Porto Alegre,112,4,2,1,2,accept,not furnished,765,between 2061.75 and 3581.5
|
| 261 |
+
Campinas,43,1,1,0,5,not accept,not furnished,323,less than 2061.75
|
| 262 |
+
Sao Paulo,30,1,1,0,0,not accept,not furnished,0,less than 2061.75
|
| 263 |
+
Sao Paulo,49,2,1,1,5,accept,not furnished,360,between 2061.75 and 3581.5
|
| 264 |
+
Belo Horizonte,106,3,2,2,7,not accept,not furnished,1294,between 3581.5 and 6768.0
|
| 265 |
+
Sao Paulo,221,4,4,4,17,not accept,not furnished,3100,greater than 6768.0
|
| 266 |
+
Sao Paulo,160,3,4,4,0,not accept,not furnished,0,greater than 6768.0
|
| 267 |
+
Porto Alegre,238,4,3,1,5,accept,furnished,1200,between 3581.5 and 6768.0
|
| 268 |
+
Belo Horizonte,85,3,2,1,2,not accept,not furnished,450,less than 2061.75
|
| 269 |
+
Rio de Janeiro,90,2,2,1,9,accept,furnished,1105,between 3581.5 and 6768.0
|
| 270 |
+
Sao Paulo,57,2,1,1,5,accept,furnished,550,between 2061.75 and 3581.5
|
| 271 |
+
Belo Horizonte,300,5,3,3,0,accept,not furnished,0,greater than 6768.0
|
| 272 |
+
Porto Alegre,52,2,1,0,2,accept,not furnished,380,less than 2061.75
|
| 273 |
+
Sao Paulo,391,4,5,2,15,accept,not furnished,2900,greater than 6768.0
|
| 274 |
+
Sao Paulo,296,4,5,5,4,accept,furnished,4300,greater than 6768.0
|
| 275 |
+
Sao Paulo,92,3,2,2,7,accept,not furnished,880,between 3581.5 and 6768.0
|
| 276 |
+
Sao Paulo,73,2,1,1,2,accept,not furnished,680,less than 2061.75
|
| 277 |
+
Belo Horizonte,56,3,1,1,4,not accept,not furnished,320,less than 2061.75
|
| 278 |
+
Porto Alegre,80,2,2,1,6,accept,not furnished,580,between 3581.5 and 6768.0
|
| 279 |
+
Sao Paulo,50,1,1,0,0,not accept,not furnished,0,less than 2061.75
|
| 280 |
+
Sao Paulo,113,1,1,2,9,accept,furnished,650,greater than 6768.0
|
| 281 |
+
Sao Paulo,45,1,1,1,1,not accept,furnished,3000,greater than 6768.0
|
| 282 |
+
Sao Paulo,172,3,5,3,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 283 |
+
Rio de Janeiro,100,3,2,0,3,not accept,furnished,1250,between 3581.5 and 6768.0
|
| 284 |
+
Sao Paulo,84,1,2,0,1,accept,furnished,850,greater than 6768.0
|
| 285 |
+
Belo Horizonte,95,3,2,2,4,not accept,not furnished,666,between 2061.75 and 3581.5
|
| 286 |
+
Sao Paulo,600,4,5,6,0,accept,not furnished,0,greater than 6768.0
|
| 287 |
+
Rio de Janeiro,40,1,1,0,9,accept,furnished,550,between 2061.75 and 3581.5
|
| 288 |
+
Sao Paulo,69,2,2,0,0,accept,not furnished,0,less than 2061.75
|
| 289 |
+
Campinas,297,4,6,2,3,accept,not furnished,2800,between 3581.5 and 6768.0
|
| 290 |
+
Sao Paulo,383,4,4,5,11,not accept,not furnished,2189,between 3581.5 and 6768.0
|
| 291 |
+
Sao Paulo,70,3,2,1,3,accept,not furnished,380,less than 2061.75
|
| 292 |
+
Sao Paulo,40,1,1,0,0,not accept,not furnished,0,less than 2061.75
|
| 293 |
+
Sao Paulo,138,2,2,1,11,accept,furnished,1000,greater than 6768.0
|
| 294 |
+
Belo Horizonte,156,4,4,2,4,accept,not furnished,250,between 3581.5 and 6768.0
|
| 295 |
+
Sao Paulo,196,3,5,3,3,accept,furnished,3338,greater than 6768.0
|
| 296 |
+
Porto Alegre,106,3,3,1,7,accept,not furnished,900,between 2061.75 and 3581.5
|
| 297 |
+
Porto Alegre,500,5,4,4,4,not accept,not furnished,2000,greater than 6768.0
|
| 298 |
+
Sao Paulo,40,1,1,1,16,accept,furnished,620,between 3581.5 and 6768.0
|
| 299 |
+
Campinas,76,3,1,1,2,accept,not furnished,480,less than 2061.75
|
| 300 |
+
Campinas,67,2,1,1,2,accept,not furnished,500,less than 2061.75
|
| 301 |
+
Belo Horizonte,190,2,3,0,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 302 |
+
Porto Alegre,70,2,1,1,11,accept,not furnished,400,less than 2061.75
|
| 303 |
+
Belo Horizonte,19,1,1,0,1,not accept,not furnished,0,less than 2061.75
|
| 304 |
+
Rio de Janeiro,56,2,2,0,1,not accept,furnished,610,between 2061.75 and 3581.5
|
| 305 |
+
Sao Paulo,60,2,1,0,0,accept,not furnished,120,less than 2061.75
|
| 306 |
+
Porto Alegre,85,3,3,0,0,not accept,not furnished,550,between 2061.75 and 3581.5
|
| 307 |
+
Porto Alegre,121,3,2,2,2,accept,not furnished,720,between 2061.75 and 3581.5
|
| 308 |
+
Sao Paulo,100,3,2,4,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 309 |
+
Sao Paulo,20,1,1,0,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 310 |
+
Campinas,92,3,3,2,11,accept,not furnished,780,between 2061.75 and 3581.5
|
| 311 |
+
Belo Horizonte,195,4,2,2,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 312 |
+
Sao Paulo,85,2,2,0,5,accept,not furnished,700,between 2061.75 and 3581.5
|
| 313 |
+
Belo Horizonte,456,4,2,0,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 314 |
+
Sao Paulo,64,2,2,2,12,accept,not furnished,790,between 3581.5 and 6768.0
|
| 315 |
+
Rio de Janeiro,49,2,1,0,4,accept,not furnished,362,less than 2061.75
|
| 316 |
+
Sao Paulo,680,4,5,8,0,accept,not furnished,0,greater than 6768.0
|
| 317 |
+
Sao Paulo,100,2,1,2,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 318 |
+
Campinas,70,1,1,1,2,accept,furnished,460,between 2061.75 and 3581.5
|
| 319 |
+
Porto Alegre,61,1,1,1,13,accept,not furnished,350,between 2061.75 and 3581.5
|
| 320 |
+
Sao Paulo,32,1,1,1,23,accept,not furnished,1800,between 3581.5 and 6768.0
|
| 321 |
+
Rio de Janeiro,70,3,2,1,7,accept,not furnished,1292,between 2061.75 and 3581.5
|
| 322 |
+
Porto Alegre,67,3,2,2,4,accept,not furnished,600,between 2061.75 and 3581.5
|
| 323 |
+
Rio de Janeiro,25,1,1,0,1,accept,not furnished,50,less than 2061.75
|
| 324 |
+
Sao Paulo,130,3,1,1,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 325 |
+
Rio de Janeiro,136,3,2,1,7,accept,not furnished,2300,between 3581.5 and 6768.0
|
| 326 |
+
Campinas,25,1,1,0,3,not accept,not furnished,200,less than 2061.75
|
| 327 |
+
Sao Paulo,250,3,2,8,0,accept,not furnished,0,greater than 6768.0
|
| 328 |
+
Rio de Janeiro,60,2,1,0,7,accept,furnished,806,between 3581.5 and 6768.0
|
| 329 |
+
Sao Paulo,141,4,3,1,5,not accept,not furnished,1200,between 3581.5 and 6768.0
|
| 330 |
+
Rio de Janeiro,77,2,2,1,21,accept,not furnished,932,between 2061.75 and 3581.5
|
| 331 |
+
Sao Paulo,350,4,6,4,0,accept,not furnished,0,greater than 6768.0
|
| 332 |
+
Rio de Janeiro,45,2,1,1,9,accept,not furnished,560,less than 2061.75
|
| 333 |
+
Sao Paulo,130,3,4,2,8,accept,furnished,1300,greater than 6768.0
|
| 334 |
+
Belo Horizonte,600,5,6,8,0,accept,furnished,0,greater than 6768.0
|
| 335 |
+
Sao Paulo,130,4,2,6,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 336 |
+
Sao Paulo,22,1,1,1,25,accept,not furnished,471,between 2061.75 and 3581.5
|
| 337 |
+
Rio de Janeiro,85,3,2,1,4,accept,not furnished,1250,between 2061.75 and 3581.5
|
| 338 |
+
Sao Paulo,146,3,3,3,11,not accept,not furnished,1655,greater than 6768.0
|
| 339 |
+
Sao Paulo,600,4,6,6,0,accept,not furnished,0,greater than 6768.0
|
| 340 |
+
Rio de Janeiro,142,3,2,1,1,accept,furnished,1732,between 3581.5 and 6768.0
|
| 341 |
+
Sao Paulo,50,1,1,0,3,accept,not furnished,400,less than 2061.75
|
| 342 |
+
Porto Alegre,40,1,1,1,2,accept,furnished,300,less than 2061.75
|
| 343 |
+
Sao Paulo,67,2,2,1,8,accept,not furnished,980,between 2061.75 and 3581.5
|
| 344 |
+
Sao Paulo,60,2,2,1,14,not accept,furnished,2435,between 3581.5 and 6768.0
|
| 345 |
+
Porto Alegre,115,3,3,1,6,accept,not furnished,450,between 3581.5 and 6768.0
|
| 346 |
+
Sao Paulo,48,2,1,1,12,not accept,not furnished,405,between 2061.75 and 3581.5
|
| 347 |
+
Sao Paulo,112,1,2,2,7,accept,furnished,0,greater than 6768.0
|
| 348 |
+
Belo Horizonte,70,3,1,0,4,accept,not furnished,330,less than 2061.75
|
| 349 |
+
Belo Horizonte,180,3,3,2,1,accept,not furnished,1500,between 3581.5 and 6768.0
|
| 350 |
+
Rio de Janeiro,74,2,1,0,11,accept,not furnished,1154,between 2061.75 and 3581.5
|
| 351 |
+
Sao Paulo,117,3,3,2,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 352 |
+
Sao Paulo,56,2,1,0,3,accept,not furnished,250,between 2061.75 and 3581.5
|
| 353 |
+
Porto Alegre,78,2,1,0,3,accept,not furnished,280,less than 2061.75
|
| 354 |
+
Campinas,63,2,1,1,0,not accept,not furnished,352,between 2061.75 and 3581.5
|
| 355 |
+
Sao Paulo,72,2,2,2,6,not accept,not furnished,800,between 3581.5 and 6768.0
|
| 356 |
+
Sao Paulo,70,3,2,1,1,accept,furnished,500,between 2061.75 and 3581.5
|
| 357 |
+
Belo Horizonte,90,3,2,0,2,not accept,not furnished,335,less than 2061.75
|
| 358 |
+
Rio de Janeiro,30,1,1,0,10,accept,not furnished,850,less than 2061.75
|
| 359 |
+
Sao Paulo,193,2,4,4,7,accept,not furnished,1948,greater than 6768.0
|
| 360 |
+
Sao Paulo,120,2,3,2,19,accept,furnished,0,greater than 6768.0
|
| 361 |
+
Porto Alegre,64,1,1,1,6,accept,not furnished,400,between 2061.75 and 3581.5
|
| 362 |
+
Belo Horizonte,140,4,3,3,4,accept,not furnished,1320,between 3581.5 and 6768.0
|
| 363 |
+
Sao Paulo,248,3,4,3,10,accept,not furnished,2200,greater than 6768.0
|
| 364 |
+
Sao Paulo,173,3,3,3,2,accept,not furnished,3000,between 3581.5 and 6768.0
|
| 365 |
+
Rio de Janeiro,80,4,3,1,3,not accept,not furnished,1500,between 3581.5 and 6768.0
|
| 366 |
+
Porto Alegre,67,2,1,1,9,accept,not furnished,300,less than 2061.75
|
| 367 |
+
Sao Paulo,32,1,1,0,0,not accept,not furnished,280,less than 2061.75
|
| 368 |
+
Rio de Janeiro,240,4,4,2,2,accept,furnished,3690,greater than 6768.0
|
| 369 |
+
Rio de Janeiro,75,2,1,0,10,not accept,not furnished,600,between 2061.75 and 3581.5
|
| 370 |
+
Sao Paulo,20,1,1,0,1,accept,furnished,0,between 2061.75 and 3581.5
|
| 371 |
+
Sao Paulo,54,2,2,1,6,accept,not furnished,954,between 3581.5 and 6768.0
|
| 372 |
+
Rio de Janeiro,78,2,1,0,5,accept,not furnished,850,between 2061.75 and 3581.5
|
| 373 |
+
Campinas,60,2,1,1,16,not accept,not furnished,300,less than 2061.75
|
| 374 |
+
Belo Horizonte,300,5,4,3,0,accept,not furnished,0,greater than 6768.0
|
| 375 |
+
Sao Paulo,62,3,2,1,6,not accept,furnished,1550,between 3581.5 and 6768.0
|
| 376 |
+
Sao Paulo,155,3,4,2,4,accept,not furnished,1500,between 3581.5 and 6768.0
|
| 377 |
+
Sao Paulo,70,4,3,0,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 378 |
+
Sao Paulo,320,3,4,4,7,accept,furnished,3440,greater than 6768.0
|
| 379 |
+
Sao Paulo,350,5,5,3,0,not accept,furnished,2300,greater than 6768.0
|
| 380 |
+
Porto Alegre,110,3,2,0,3,not accept,furnished,370,between 2061.75 and 3581.5
|
| 381 |
+
Sao Paulo,225,4,2,2,11,accept,not furnished,2150,greater than 6768.0
|
| 382 |
+
Sao Paulo,150,3,4,3,1,accept,furnished,1300,greater than 6768.0
|
| 383 |
+
Sao Paulo,23,1,1,1,26,accept,not furnished,472,between 2061.75 and 3581.5
|
| 384 |
+
Campinas,202,3,2,4,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 385 |
+
Sao Paulo,185,2,3,3,8,accept,not furnished,2600,greater than 6768.0
|
| 386 |
+
Sao Paulo,135,3,2,2,3,accept,not furnished,1650,between 3581.5 and 6768.0
|
| 387 |
+
Rio de Janeiro,105,3,2,1,6,accept,not furnished,1881,between 3581.5 and 6768.0
|
| 388 |
+
Sao Paulo,42,1,1,0,9,accept,furnished,1290,between 2061.75 and 3581.5
|
| 389 |
+
Sao Paulo,41,3,2,1,1,not accept,furnished,0,between 3581.5 and 6768.0
|
| 390 |
+
Rio de Janeiro,116,3,3,2,2,not accept,not furnished,557,between 2061.75 and 3581.5
|
| 391 |
+
Sao Paulo,42,1,1,1,27,not accept,furnished,560,between 3581.5 and 6768.0
|
| 392 |
+
Belo Horizonte,115,3,2,2,3,accept,not furnished,450,between 2061.75 and 3581.5
|
| 393 |
+
Sao Paulo,300,3,5,4,0,accept,not furnished,0,greater than 6768.0
|
| 394 |
+
Sao Paulo,180,2,3,2,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 395 |
+
Rio de Janeiro,25,1,1,0,2,not accept,furnished,0,less than 2061.75
|
| 396 |
+
Sao Paulo,280,3,4,1,0,accept,not furnished,1,between 3581.5 and 6768.0
|
| 397 |
+
Sao Paulo,35,1,1,0,6,accept,not furnished,285,less than 2061.75
|
| 398 |
+
Rio de Janeiro,89,3,1,1,7,accept,not furnished,1100,between 2061.75 and 3581.5
|
| 399 |
+
Sao Paulo,40,1,1,0,0,accept,not furnished,0,less than 2061.75
|
| 400 |
+
Belo Horizonte,80,2,2,2,19,not accept,not furnished,950,between 3581.5 and 6768.0
|
| 401 |
+
Sao Paulo,52,2,1,0,0,accept,not furnished,375,less than 2061.75
|
| 402 |
+
Sao Paulo,45,1,1,1,10,not accept,furnished,1600,between 3581.5 and 6768.0
|
| 403 |
+
Sao Paulo,140,3,4,2,24,accept,not furnished,1583,greater than 6768.0
|
| 404 |
+
Rio de Janeiro,134,3,4,2,3,accept,furnished,1900,greater than 6768.0
|
| 405 |
+
Belo Horizonte,320,4,2,4,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 406 |
+
Campinas,45,1,1,0,9,accept,not furnished,670,less than 2061.75
|
| 407 |
+
Sao Paulo,59,2,2,1,12,accept,not furnished,360,between 2061.75 and 3581.5
|
| 408 |
+
Porto Alegre,43,1,1,1,14,accept,not furnished,1100,between 2061.75 and 3581.5
|
| 409 |
+
Campinas,44,2,1,1,2,accept,not furnished,244,less than 2061.75
|
| 410 |
+
Sao Paulo,215,3,1,3,0,accept,not furnished,0,greater than 6768.0
|
| 411 |
+
Sao Paulo,92,3,2,2,2,accept,not furnished,1407,between 2061.75 and 3581.5
|
| 412 |
+
Porto Alegre,110,2,2,1,2,accept,not furnished,700,between 2061.75 and 3581.5
|
| 413 |
+
Belo Horizonte,118,4,2,1,1,accept,not furnished,600,between 2061.75 and 3581.5
|
| 414 |
+
Porto Alegre,457,6,6,2,0,accept,furnished,0,greater than 6768.0
|
| 415 |
+
Sao Paulo,140,4,2,1,8,accept,furnished,1800,between 3581.5 and 6768.0
|
| 416 |
+
Sao Paulo,33,1,1,1,26,not accept,furnished,1500,between 3581.5 and 6768.0
|
| 417 |
+
Rio de Janeiro,570,3,6,2,11,accept,not furnished,3000,greater than 6768.0
|
| 418 |
+
Sao Paulo,76,2,2,2,6,accept,not furnished,978,between 2061.75 and 3581.5
|
| 419 |
+
Sao Paulo,63,2,2,1,6,accept,not furnished,650,between 2061.75 and 3581.5
|
| 420 |
+
Porto Alegre,25,1,1,0,8,accept,not furnished,277,less than 2061.75
|
| 421 |
+
Sao Paulo,50,2,1,0,0,accept,not furnished,0,less than 2061.75
|
| 422 |
+
Sao Paulo,33,1,1,1,5,not accept,furnished,1750,between 2061.75 and 3581.5
|
| 423 |
+
Rio de Janeiro,110,3,2,1,8,accept,not furnished,1488,between 3581.5 and 6768.0
|
| 424 |
+
Sao Paulo,110,3,2,0,0,not accept,not furnished,0,between 2061.75 and 3581.5
|
| 425 |
+
Sao Paulo,230,4,3,4,17,not accept,furnished,2217,greater than 6768.0
|
| 426 |
+
Porto Alegre,148,3,2,2,3,accept,furnished,2200,between 3581.5 and 6768.0
|
| 427 |
+
Rio de Janeiro,18,1,1,0,14,not accept,not furnished,521,less than 2061.75
|
| 428 |
+
Porto Alegre,70,2,1,1,3,accept,furnished,450,between 2061.75 and 3581.5
|
| 429 |
+
Rio de Janeiro,300,4,3,2,5,not accept,furnished,2500,greater than 6768.0
|
| 430 |
+
Sao Paulo,200,4,4,2,8,accept,furnished,3000,between 3581.5 and 6768.0
|
| 431 |
+
Campinas,154,2,2,1,0,accept,not furnished,0,less than 2061.75
|
| 432 |
+
Sao Paulo,119,3,3,1,4,not accept,furnished,1500,between 3581.5 and 6768.0
|
| 433 |
+
Rio de Janeiro,22,1,1,0,2,not accept,not furnished,50,less than 2061.75
|
| 434 |
+
Sao Paulo,340,3,4,3,0,accept,furnished,0,greater than 6768.0
|
| 435 |
+
Sao Paulo,103,3,2,2,4,accept,furnished,1100,greater than 6768.0
|
| 436 |
+
Sao Paulo,396,4,5,7,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 437 |
+
Belo Horizonte,128,1,1,0,4,accept,furnished,418,between 2061.75 and 3581.5
|
| 438 |
+
Sao Paulo,49,1,1,2,8,accept,furnished,2000,greater than 6768.0
|
| 439 |
+
Sao Paulo,120,3,3,2,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 440 |
+
Campinas,75,2,1,1,2,accept,not furnished,670,less than 2061.75
|
| 441 |
+
Rio de Janeiro,28,1,1,0,1,accept,not furnished,450,between 2061.75 and 3581.5
|
| 442 |
+
Sao Paulo,20,1,1,0,9,accept,furnished,435,between 2061.75 and 3581.5
|
| 443 |
+
Sao Paulo,36,1,1,0,6,accept,not furnished,423,between 2061.75 and 3581.5
|
| 444 |
+
Sao Paulo,90,2,2,2,15,not accept,furnished,1400,greater than 6768.0
|
| 445 |
+
Rio de Janeiro,67,2,1,0,2,accept,not furnished,590,between 2061.75 and 3581.5
|
| 446 |
+
Campinas,62,2,1,0,1,accept,not furnished,440,less than 2061.75
|
| 447 |
+
Sao Paulo,84,3,2,2,7,not accept,not furnished,900,between 3581.5 and 6768.0
|
| 448 |
+
Porto Alegre,80,2,1,1,3,not accept,not furnished,500,between 2061.75 and 3581.5
|
| 449 |
+
Sao Paulo,54,1,1,0,8,accept,not furnished,350,between 2061.75 and 3581.5
|
| 450 |
+
Sao Paulo,60,1,1,1,0,not accept,not furnished,0,less than 2061.75
|
| 451 |
+
Belo Horizonte,200,3,2,2,0,accept,not furnished,0,greater than 6768.0
|
| 452 |
+
Belo Horizonte,230,4,3,4,7,accept,furnished,3100,greater than 6768.0
|
| 453 |
+
Porto Alegre,75,2,2,1,6,accept,not furnished,383,less than 2061.75
|
| 454 |
+
Campinas,65,2,1,2,2,accept,not furnished,785,less than 2061.75
|
| 455 |
+
Campinas,57,2,1,1,3,not accept,not furnished,343,less than 2061.75
|
| 456 |
+
Porto Alegre,100,4,2,1,2,accept,not furnished,750,between 2061.75 and 3581.5
|
| 457 |
+
Sao Paulo,270,3,2,4,21,accept,not furnished,3200,greater than 6768.0
|
| 458 |
+
Belo Horizonte,180,5,5,4,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 459 |
+
Rio de Janeiro,320,3,2,0,5,not accept,not furnished,2300,greater than 6768.0
|
| 460 |
+
Sao Paulo,40,1,2,1,28,not accept,furnished,1935,between 3581.5 and 6768.0
|
| 461 |
+
Rio de Janeiro,117,3,2,1,7,accept,not furnished,750,between 3581.5 and 6768.0
|
| 462 |
+
Rio de Janeiro,80,3,3,1,7,not accept,not furnished,1100,between 2061.75 and 3581.5
|
| 463 |
+
Sao Paulo,50,1,1,0,0,not accept,not furnished,0,less than 2061.75
|
| 464 |
+
Sao Paulo,93,2,2,1,8,accept,not furnished,1258,between 3581.5 and 6768.0
|
| 465 |
+
Sao Paulo,40,1,1,0,1,not accept,not furnished,0,less than 2061.75
|
| 466 |
+
Sao Paulo,170,3,2,2,4,accept,furnished,1970,greater than 6768.0
|
| 467 |
+
Belo Horizonte,420,4,4,5,0,accept,not furnished,0,greater than 6768.0
|
| 468 |
+
Rio de Janeiro,160,3,2,1,4,accept,not furnished,1910,greater than 6768.0
|
| 469 |
+
Rio de Janeiro,41,1,1,0,9,accept,not furnished,800,between 2061.75 and 3581.5
|
| 470 |
+
Sao Paulo,33,2,1,0,0,not accept,not furnished,0,less than 2061.75
|
| 471 |
+
Sao Paulo,84,3,1,1,6,accept,not furnished,670,between 2061.75 and 3581.5
|
| 472 |
+
Porto Alegre,42,1,1,0,1,accept,furnished,360,less than 2061.75
|
| 473 |
+
Campinas,136,3,2,1,6,accept,not furnished,545,less than 2061.75
|
| 474 |
+
Porto Alegre,55,2,1,0,1,not accept,not furnished,185,less than 2061.75
|
| 475 |
+
Sao Paulo,20,1,1,1,3,not accept,furnished,1700,between 2061.75 and 3581.5
|
| 476 |
+
Sao Paulo,340,3,4,4,2,not accept,not furnished,7000,greater than 6768.0
|
| 477 |
+
Sao Paulo,100,2,2,1,0,accept,not furnished,0,less than 2061.75
|
| 478 |
+
Sao Paulo,129,3,2,2,9,accept,not furnished,880,between 2061.75 and 3581.5
|
| 479 |
+
Rio de Janeiro,47,2,1,0,4,accept,not furnished,578,between 2061.75 and 3581.5
|
| 480 |
+
Belo Horizonte,200,4,3,2,4,accept,not furnished,1164,between 3581.5 and 6768.0
|
| 481 |
+
Sao Paulo,40,1,1,1,2,not accept,not furnished,225,less than 2061.75
|
| 482 |
+
Sao Paulo,160,3,4,2,3,accept,not furnished,2462,greater than 6768.0
|
| 483 |
+
Porto Alegre,42,1,1,0,2,accept,not furnished,250,less than 2061.75
|
| 484 |
+
Sao Paulo,36,1,1,1,1,accept,not furnished,130,less than 2061.75
|
| 485 |
+
Sao Paulo,58,2,3,2,0,not accept,not furnished,50,between 2061.75 and 3581.5
|
| 486 |
+
Sao Paulo,178,4,4,4,16,accept,not furnished,2200,greater than 6768.0
|
| 487 |
+
Sao Paulo,175,1,3,2,19,not accept,furnished,900,between 3581.5 and 6768.0
|
| 488 |
+
Rio de Janeiro,26,1,1,0,10,accept,not furnished,963,between 2061.75 and 3581.5
|
| 489 |
+
Sao Paulo,110,3,2,3,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 490 |
+
Porto Alegre,36,1,1,1,0,accept,not furnished,0,less than 2061.75
|
| 491 |
+
Sao Paulo,360,3,5,3,14,not accept,not furnished,3000,greater than 6768.0
|
| 492 |
+
Sao Paulo,162,2,2,1,12,accept,furnished,1420,between 3581.5 and 6768.0
|
| 493 |
+
Sao Paulo,339,4,5,4,13,accept,furnished,2800,greater than 6768.0
|
| 494 |
+
Rio de Janeiro,85,2,1,0,0,accept,not furnished,470,between 2061.75 and 3581.5
|
| 495 |
+
Belo Horizonte,80,3,2,2,301,accept,not furnished,750,between 2061.75 and 3581.5
|
| 496 |
+
Campinas,48,1,1,1,1,not accept,not furnished,450,less than 2061.75
|
| 497 |
+
Sao Paulo,120,3,3,2,6,accept,not furnished,1800,between 3581.5 and 6768.0
|
| 498 |
+
Sao Paulo,350,2,4,8,0,not accept,not furnished,0,between 3581.5 and 6768.0
|
| 499 |
+
Sao Paulo,73,2,2,1,16,accept,not furnished,550,between 2061.75 and 3581.5
|
| 500 |
+
Sao Paulo,48,1,1,2,7,accept,furnished,2300,greater than 6768.0
|
| 501 |
+
Sao Paulo,130,3,2,1,2,not accept,not furnished,1100,between 3581.5 and 6768.0
|
| 502 |
+
Sao Paulo,378,4,4,8,0,accept,furnished,0,greater than 6768.0
|
| 503 |
+
Sao Paulo,200,4,5,3,1,not accept,not furnished,2800,greater than 6768.0
|
| 504 |
+
Rio de Janeiro,15,1,1,0,1,not accept,not furnished,500,less than 2061.75
|
| 505 |
+
Campinas,43,2,1,1,0,accept,not furnished,274,less than 2061.75
|
| 506 |
+
Porto Alegre,44,1,1,0,3,accept,not furnished,330,less than 2061.75
|
| 507 |
+
Rio de Janeiro,50,1,1,0,10,accept,furnished,680,between 2061.75 and 3581.5
|
| 508 |
+
Porto Alegre,68,2,1,0,10,accept,not furnished,515,between 2061.75 and 3581.5
|
| 509 |
+
Rio de Janeiro,126,2,2,1,2,accept,not furnished,1949,between 3581.5 and 6768.0
|
| 510 |
+
Rio de Janeiro,85,2,1,0,9,accept,furnished,900,greater than 6768.0
|
| 511 |
+
Sao Paulo,70,3,2,2,16,accept,furnished,650,between 2061.75 and 3581.5
|
| 512 |
+
Porto Alegre,36,1,1,0,6,not accept,not furnished,375,less than 2061.75
|
| 513 |
+
Sao Paulo,100,3,3,2,7,accept,furnished,1058,between 3581.5 and 6768.0
|
| 514 |
+
Sao Paulo,200,3,2,3,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 515 |
+
Sao Paulo,360,4,5,4,8,accept,not furnished,3500,between 3581.5 and 6768.0
|
| 516 |
+
Sao Paulo,30,1,1,1,13,accept,furnished,700,between 3581.5 and 6768.0
|
| 517 |
+
Rio de Janeiro,200,4,3,2,7,accept,not furnished,1940,between 3581.5 and 6768.0
|
| 518 |
+
Porto Alegre,90,3,1,0,0,accept,not furnished,280,less than 2061.75
|
| 519 |
+
Porto Alegre,65,2,2,1,2,accept,not furnished,680,between 2061.75 and 3581.5
|
| 520 |
+
Rio de Janeiro,110,3,2,2,2,accept,not furnished,1050,between 3581.5 and 6768.0
|
| 521 |
+
Sao Paulo,300,4,2,4,27,accept,not furnished,2960,greater than 6768.0
|
| 522 |
+
Rio de Janeiro,70,2,2,1,1,accept,furnished,950,between 3581.5 and 6768.0
|
| 523 |
+
Porto Alegre,63,3,2,2,11,accept,not furnished,547,between 2061.75 and 3581.5
|
| 524 |
+
Porto Alegre,400,3,4,5,0,accept,furnished,0,greater than 6768.0
|
| 525 |
+
Sao Paulo,200,4,4,3,7,not accept,not furnished,2800,greater than 6768.0
|
| 526 |
+
Sao Paulo,260,4,4,2,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 527 |
+
Campinas,155,3,3,2,0,accept,not furnished,960,between 3581.5 and 6768.0
|
| 528 |
+
Belo Horizonte,330,5,7,5,10,accept,not furnished,1030,greater than 6768.0
|
| 529 |
+
Sao Paulo,90,3,1,0,13,accept,not furnished,785,between 2061.75 and 3581.5
|
| 530 |
+
Sao Paulo,60,2,1,1,1,accept,not furnished,0,less than 2061.75
|
| 531 |
+
Sao Paulo,107,2,4,2,2,not accept,not furnished,1800,greater than 6768.0
|
| 532 |
+
Belo Horizonte,30,1,1,0,1,not accept,not furnished,0,less than 2061.75
|
| 533 |
+
Rio de Janeiro,20,1,1,0,5,accept,not furnished,450,less than 2061.75
|
| 534 |
+
Sao Paulo,172,4,3,2,5,accept,furnished,1050,greater than 6768.0
|
| 535 |
+
Belo Horizonte,52,1,2,1,11,accept,furnished,1000,between 3581.5 and 6768.0
|
| 536 |
+
Sao Paulo,445,3,5,4,0,accept,furnished,3191,greater than 6768.0
|
| 537 |
+
Sao Paulo,60,2,2,1,10,accept,not furnished,750,between 3581.5 and 6768.0
|
| 538 |
+
Porto Alegre,50,1,1,0,1,accept,not furnished,200,less than 2061.75
|
| 539 |
+
Porto Alegre,65,2,1,1,2,accept,not furnished,135,less than 2061.75
|
| 540 |
+
Porto Alegre,42,2,1,0,1,accept,not furnished,360,less than 2061.75
|
| 541 |
+
Rio de Janeiro,66,2,1,1,5,accept,not furnished,800,between 2061.75 and 3581.5
|
| 542 |
+
Sao Paulo,40,1,1,0,0,not accept,not furnished,0,less than 2061.75
|
| 543 |
+
Sao Paulo,62,1,1,0,8,accept,not furnished,670,between 2061.75 and 3581.5
|
| 544 |
+
Sao Paulo,50,2,1,1,10,accept,not furnished,494,less than 2061.75
|
| 545 |
+
Campinas,550,3,4,8,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 546 |
+
Sao Paulo,190,3,2,1,3,accept,not furnished,1600,between 3581.5 and 6768.0
|
| 547 |
+
Porto Alegre,59,2,1,1,2,accept,not furnished,382,less than 2061.75
|
| 548 |
+
Belo Horizonte,300,4,6,4,2,accept,furnished,2350,greater than 6768.0
|
| 549 |
+
Rio de Janeiro,170,3,1,1,10,not accept,not furnished,2888,greater than 6768.0
|
| 550 |
+
Sao Paulo,500,4,7,3,0,accept,not furnished,0,greater than 6768.0
|
| 551 |
+
Sao Paulo,105,3,3,1,5,accept,not furnished,980,between 2061.75 and 3581.5
|
| 552 |
+
Sao Paulo,80,2,3,1,5,accept,not furnished,80,less than 2061.75
|
| 553 |
+
Rio de Janeiro,130,3,2,1,5,accept,not furnished,1300,between 3581.5 and 6768.0
|
| 554 |
+
Sao Paulo,275,3,5,6,0,accept,furnished,0,greater than 6768.0
|
| 555 |
+
Porto Alegre,27,1,1,0,2,accept,not furnished,100,less than 2061.75
|
| 556 |
+
Campinas,85,2,1,0,0,accept,not furnished,590,less than 2061.75
|
| 557 |
+
Porto Alegre,163,3,4,2,3,accept,furnished,1916,greater than 6768.0
|
| 558 |
+
Campinas,45,1,1,1,15,accept,not furnished,653,less than 2061.75
|
| 559 |
+
Sao Paulo,160,2,3,2,12,accept,furnished,1500,between 3581.5 and 6768.0
|
| 560 |
+
Belo Horizonte,50,2,1,0,0,not accept,not furnished,0,less than 2061.75
|
| 561 |
+
Sao Paulo,97,3,2,2,2,accept,not furnished,600,between 2061.75 and 3581.5
|
| 562 |
+
Belo Horizonte,380,4,5,4,0,accept,not furnished,0,greater than 6768.0
|
| 563 |
+
Sao Paulo,110,3,2,1,10,accept,not furnished,1000,between 3581.5 and 6768.0
|
| 564 |
+
Rio de Janeiro,145,3,3,0,5,accept,not furnished,1000,between 3581.5 and 6768.0
|
| 565 |
+
Sao Paulo,40,1,1,0,0,not accept,not furnished,0,less than 2061.75
|
| 566 |
+
Porto Alegre,61,2,1,2,4,not accept,not furnished,350,between 2061.75 and 3581.5
|
| 567 |
+
Belo Horizonte,210,3,4,3,5,not accept,furnished,1817,greater than 6768.0
|
| 568 |
+
Sao Paulo,170,4,4,2,4,not accept,not furnished,1411,between 3581.5 and 6768.0
|
| 569 |
+
Sao Paulo,77,3,3,2,0,accept,not furnished,223,between 2061.75 and 3581.5
|
| 570 |
+
Sao Paulo,70,2,1,1,1,accept,not furnished,580,less than 2061.75
|
| 571 |
+
Sao Paulo,140,2,1,0,13,accept,not furnished,900,between 2061.75 and 3581.5
|
| 572 |
+
Belo Horizonte,300,4,3,4,0,accept,not furnished,0,greater than 6768.0
|
| 573 |
+
Campinas,57,1,1,1,2,accept,not furnished,690,between 2061.75 and 3581.5
|
| 574 |
+
Rio de Janeiro,78,2,1,1,6,accept,not furnished,557,less than 2061.75
|
| 575 |
+
Sao Paulo,550,4,5,6,21,accept,not furnished,7100,greater than 6768.0
|
| 576 |
+
Sao Paulo,95,3,2,1,11,accept,not furnished,1334,greater than 6768.0
|
| 577 |
+
Sao Paulo,97,3,2,2,14,accept,not furnished,1600,between 2061.75 and 3581.5
|
| 578 |
+
Sao Paulo,240,3,2,2,17,not accept,not furnished,2680,greater than 6768.0
|
| 579 |
+
Sao Paulo,200,4,2,3,0,accept,furnished,0,between 3581.5 and 6768.0
|
| 580 |
+
Sao Paulo,130,3,2,3,0,accept,furnished,0,greater than 6768.0
|
| 581 |
+
Belo Horizonte,65,2,1,1,5,accept,not furnished,320,less than 2061.75
|
| 582 |
+
Sao Paulo,136,3,4,3,4,not accept,not furnished,1546,between 3581.5 and 6768.0
|
| 583 |
+
Sao Paulo,55,2,2,1,21,accept,not furnished,480,between 2061.75 and 3581.5
|
| 584 |
+
Sao Paulo,70,2,1,1,14,accept,not furnished,576,between 2061.75 and 3581.5
|
| 585 |
+
Sao Paulo,160,3,3,2,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 586 |
+
Sao Paulo,20,1,1,0,5,accept,furnished,602,between 2061.75 and 3581.5
|
| 587 |
+
Belo Horizonte,210,4,4,4,3,accept,not furnished,2680,greater than 6768.0
|
| 588 |
+
Sao Paulo,150,3,2,3,0,not accept,not furnished,0,between 2061.75 and 3581.5
|
| 589 |
+
Sao Paulo,270,3,3,4,1,accept,not furnished,3300,greater than 6768.0
|
| 590 |
+
Sao Paulo,850,6,7,4,0,not accept,not furnished,15000,greater than 6768.0
|
| 591 |
+
Sao Paulo,100,3,2,0,7,accept,not furnished,750,between 2061.75 and 3581.5
|
| 592 |
+
Rio de Janeiro,30,1,1,0,20,not accept,not furnished,0,less than 2061.75
|
| 593 |
+
Sao Paulo,320,3,3,4,0,accept,not furnished,0,greater than 6768.0
|
| 594 |
+
Sao Paulo,800,5,7,6,0,accept,not furnished,1,greater than 6768.0
|
| 595 |
+
Rio de Janeiro,104,3,1,0,6,accept,not furnished,784,between 3581.5 and 6768.0
|
| 596 |
+
Sao Paulo,525,5,4,4,0,accept,not furnished,0,greater than 6768.0
|
| 597 |
+
Sao Paulo,243,3,2,1,5,accept,not furnished,1840,greater than 6768.0
|
| 598 |
+
Campinas,108,1,3,2,9,accept,not furnished,980,between 3581.5 and 6768.0
|
| 599 |
+
Rio de Janeiro,55,2,2,0,6,accept,not furnished,740,between 2061.75 and 3581.5
|
| 600 |
+
Sao Paulo,44,1,1,1,6,not accept,not furnished,308,between 3581.5 and 6768.0
|
| 601 |
+
Sao Paulo,100,1,4,1,0,accept,not furnished,0,greater than 6768.0
|
| 602 |
+
Sao Paulo,80,2,1,0,4,accept,not furnished,740,between 2061.75 and 3581.5
|
| 603 |
+
Rio de Janeiro,92,2,2,0,2,accept,furnished,700,between 3581.5 and 6768.0
|
| 604 |
+
Sao Paulo,125,3,3,2,4,accept,not furnished,1550,between 3581.5 and 6768.0
|
| 605 |
+
Sao Paulo,530,5,6,4,2,accept,furnished,8300,greater than 6768.0
|
| 606 |
+
Porto Alegre,60,1,1,1,2,not accept,not furnished,345,less than 2061.75
|
| 607 |
+
Sao Paulo,54,1,1,0,6,accept,not furnished,495,between 2061.75 and 3581.5
|
| 608 |
+
Sao Paulo,216,4,4,3,3,accept,furnished,3100,greater than 6768.0
|
| 609 |
+
Porto Alegre,125,3,2,4,6,accept,furnished,1000,greater than 6768.0
|
| 610 |
+
Porto Alegre,49,2,1,1,7,accept,not furnished,360,less than 2061.75
|
| 611 |
+
Sao Paulo,45,2,1,1,2,accept,not furnished,280,less than 2061.75
|
| 612 |
+
Rio de Janeiro,45,1,1,0,6,accept,not furnished,560,between 2061.75 and 3581.5
|
| 613 |
+
Sao Paulo,51,1,1,0,9,accept,not furnished,367,between 2061.75 and 3581.5
|
| 614 |
+
Campinas,60,2,1,1,3,accept,not furnished,314,less than 2061.75
|
| 615 |
+
Sao Paulo,30,1,1,1,5,not accept,not furnished,610,between 2061.75 and 3581.5
|
| 616 |
+
Sao Paulo,77,3,2,1,5,not accept,furnished,400,between 2061.75 and 3581.5
|
| 617 |
+
Porto Alegre,156,3,2,1,0,accept,not furnished,0,less than 2061.75
|
| 618 |
+
Sao Paulo,36,1,1,0,9,accept,not furnished,385,between 2061.75 and 3581.5
|
| 619 |
+
Rio de Janeiro,60,2,1,1,10,accept,not furnished,594,less than 2061.75
|
| 620 |
+
Sao Paulo,115,2,3,2,8,accept,not furnished,1380,greater than 6768.0
|
| 621 |
+
Sao Paulo,75,1,1,2,8,accept,furnished,976,greater than 6768.0
|
| 622 |
+
Sao Paulo,112,3,2,1,8,accept,not furnished,810,between 3581.5 and 6768.0
|
| 623 |
+
Sao Paulo,320,4,5,4,0,accept,not furnished,0,greater than 6768.0
|
| 624 |
+
Sao Paulo,44,1,1,0,0,accept,furnished,0,less than 2061.75
|
| 625 |
+
Porto Alegre,100,3,2,1,6,accept,not furnished,1374,between 2061.75 and 3581.5
|
| 626 |
+
Sao Paulo,102,2,1,0,1,accept,not furnished,200,less than 2061.75
|
| 627 |
+
Campinas,348,3,3,3,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 628 |
+
Sao Paulo,150,3,4,3,0,accept,furnished,0,between 3581.5 and 6768.0
|
| 629 |
+
Sao Paulo,40,1,1,0,0,not accept,not furnished,0,less than 2061.75
|
| 630 |
+
Sao Paulo,40,1,1,0,0,not accept,not furnished,180,less than 2061.75
|
| 631 |
+
Sao Paulo,330,4,6,3,7,accept,not furnished,5457,greater than 6768.0
|
| 632 |
+
Sao Paulo,300,3,4,6,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 633 |
+
Sao Paulo,87,2,2,1,3,accept,furnished,2100,between 3581.5 and 6768.0
|
| 634 |
+
Sao Paulo,180,3,3,2,1,accept,not furnished,2000,greater than 6768.0
|
| 635 |
+
Sao Paulo,227,4,4,3,7,not accept,furnished,2000,greater than 6768.0
|
| 636 |
+
Rio de Janeiro,50,1,1,1,13,not accept,furnished,0,between 3581.5 and 6768.0
|
| 637 |
+
Belo Horizonte,100,2,1,1,1,not accept,not furnished,250,between 2061.75 and 3581.5
|
| 638 |
+
Sao Paulo,45,2,2,0,0,not accept,not furnished,0,less than 2061.75
|
| 639 |
+
Sao Paulo,45,1,1,0,22,not accept,not furnished,350,less than 2061.75
|
| 640 |
+
Sao Paulo,45,1,1,1,1,not accept,furnished,3000,greater than 6768.0
|
| 641 |
+
Campinas,55,1,1,1,8,not accept,not furnished,360,less than 2061.75
|
| 642 |
+
Sao Paulo,60,3,1,1,7,accept,not furnished,630,between 2061.75 and 3581.5
|
| 643 |
+
Rio de Janeiro,139,3,2,2,1,accept,not furnished,2047,greater than 6768.0
|
| 644 |
+
Sao Paulo,238,4,3,4,24,accept,not furnished,2980,greater than 6768.0
|
| 645 |
+
Sao Paulo,69,2,1,1,5,accept,not furnished,550,between 2061.75 and 3581.5
|
| 646 |
+
Belo Horizonte,160,4,1,1,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 647 |
+
Sao Paulo,150,3,2,1,0,accept,not furnished,0,less than 2061.75
|
| 648 |
+
Sao Paulo,77,2,1,1,5,accept,not furnished,1148,between 3581.5 and 6768.0
|
| 649 |
+
Sao Paulo,200,4,4,2,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 650 |
+
Rio de Janeiro,77,2,1,0,5,accept,not furnished,705,less than 2061.75
|
| 651 |
+
Sao Paulo,375,4,4,3,19,accept,furnished,2500,greater than 6768.0
|
| 652 |
+
Sao Paulo,240,3,4,3,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 653 |
+
Sao Paulo,190,3,3,1,1,accept,not furnished,2000,greater than 6768.0
|
| 654 |
+
Sao Paulo,420,4,5,4,0,accept,not furnished,0,greater than 6768.0
|
| 655 |
+
Sao Paulo,30,1,1,1,9,accept,not furnished,1,less than 2061.75
|
| 656 |
+
Campinas,63,2,1,0,1,accept,not furnished,430,less than 2061.75
|
| 657 |
+
Belo Horizonte,53,1,1,0,1,accept,not furnished,398,less than 2061.75
|
| 658 |
+
Porto Alegre,320,4,3,2,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 659 |
+
Belo Horizonte,200,4,4,2,5,accept,furnished,900,between 3581.5 and 6768.0
|
| 660 |
+
Belo Horizonte,59,2,1,1,2,accept,not furnished,190,less than 2061.75
|
| 661 |
+
Sao Paulo,140,2,4,2,19,not accept,not furnished,950,greater than 6768.0
|
| 662 |
+
Sao Paulo,384,4,6,4,3,not accept,furnished,3500,greater than 6768.0
|
| 663 |
+
Belo Horizonte,260,4,3,2,0,accept,furnished,0,greater than 6768.0
|
| 664 |
+
Rio de Janeiro,70,2,2,1,2,accept,not furnished,650,less than 2061.75
|
| 665 |
+
Porto Alegre,37,1,1,1,2,accept,not furnished,500,between 2061.75 and 3581.5
|
| 666 |
+
Porto Alegre,42,1,1,1,7,accept,not furnished,500,between 2061.75 and 3581.5
|
| 667 |
+
Sao Paulo,150,3,3,2,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 668 |
+
Sao Paulo,20,1,1,0,1,accept,furnished,602,between 2061.75 and 3581.5
|
| 669 |
+
Sao Paulo,250,4,4,3,5,not accept,furnished,4341,greater than 6768.0
|
| 670 |
+
Belo Horizonte,46,1,1,1,4,not accept,not furnished,870,between 2061.75 and 3581.5
|
| 671 |
+
Sao Paulo,61,2,1,1,1,accept,not furnished,609,less than 2061.75
|
| 672 |
+
Sao Paulo,80,3,2,3,1,accept,not furnished,1150,between 2061.75 and 3581.5
|
| 673 |
+
Sao Paulo,120,3,2,4,8,accept,not furnished,1365,between 3581.5 and 6768.0
|
| 674 |
+
Sao Paulo,45,2,1,1,11,not accept,not furnished,457,between 2061.75 and 3581.5
|
| 675 |
+
Belo Horizonte,130,4,4,3,16,not accept,not furnished,1778,greater than 6768.0
|
| 676 |
+
Porto Alegre,373,4,4,4,0,accept,furnished,350,greater than 6768.0
|
| 677 |
+
Sao Paulo,30,1,1,0,1,accept,furnished,143,less than 2061.75
|
| 678 |
+
Campinas,70,1,1,1,11,not accept,not furnished,365,less than 2061.75
|
| 679 |
+
Porto Alegre,52,2,1,1,4,not accept,not furnished,450,less than 2061.75
|
| 680 |
+
Rio de Janeiro,33,1,1,0,3,accept,not furnished,500,less than 2061.75
|
| 681 |
+
Belo Horizonte,300,2,4,3,7,accept,furnished,3500,greater than 6768.0
|
| 682 |
+
Sao Paulo,280,3,4,4,6,accept,not furnished,4095,greater than 6768.0
|
| 683 |
+
Rio de Janeiro,128,4,2,0,2,not accept,not furnished,1100,between 2061.75 and 3581.5
|
| 684 |
+
Sao Paulo,70,2,2,0,14,not accept,not furnished,600,between 3581.5 and 6768.0
|
| 685 |
+
Sao Paulo,700,4,7,8,0,accept,not furnished,0,greater than 6768.0
|
| 686 |
+
Sao Paulo,75,2,2,0,1,not accept,not furnished,750,between 2061.75 and 3581.5
|
| 687 |
+
Sao Paulo,240,4,5,4,5,accept,not furnished,3000,greater than 6768.0
|
| 688 |
+
Porto Alegre,47,1,1,1,1,not accept,furnished,400,between 2061.75 and 3581.5
|
| 689 |
+
Sao Paulo,565,4,5,6,0,accept,furnished,2337,greater than 6768.0
|
| 690 |
+
Sao Paulo,110,3,2,1,14,not accept,not furnished,950,between 3581.5 and 6768.0
|
| 691 |
+
Sao Paulo,135,2,2,1,8,accept,furnished,1063,between 3581.5 and 6768.0
|
| 692 |
+
Sao Paulo,90,1,1,0,1,not accept,not furnished,200,less than 2061.75
|
| 693 |
+
Sao Paulo,480,4,5,3,0,accept,not furnished,0,greater than 6768.0
|
| 694 |
+
Sao Paulo,225,4,5,4,22,accept,furnished,2000,greater than 6768.0
|
| 695 |
+
Rio de Janeiro,67,2,1,0,6,accept,not furnished,1700,greater than 6768.0
|
| 696 |
+
Sao Paulo,60,2,2,2,0,accept,not furnished,165,between 2061.75 and 3581.5
|
| 697 |
+
Sao Paulo,55,2,1,1,5,accept,not furnished,640,between 2061.75 and 3581.5
|
| 698 |
+
Campinas,75,2,1,2,1,accept,not furnished,235,less than 2061.75
|
| 699 |
+
Porto Alegre,55,1,1,1,2,accept,not furnished,300,less than 2061.75
|
| 700 |
+
Rio de Janeiro,70,3,2,0,1,accept,not furnished,0,less than 2061.75
|
| 701 |
+
Rio de Janeiro,650,5,4,2,9,accept,not furnished,5718,greater than 6768.0
|
| 702 |
+
Sao Paulo,300,3,2,2,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 703 |
+
Belo Horizonte,60,1,2,1,7,accept,not furnished,2200,between 3581.5 and 6768.0
|
| 704 |
+
Sao Paulo,115,2,2,2,10,not accept,furnished,1395,between 3581.5 and 6768.0
|
| 705 |
+
Sao Paulo,220,4,3,3,20,accept,furnished,2080,greater than 6768.0
|
| 706 |
+
Sao Paulo,50,2,1,0,3,accept,furnished,372,less than 2061.75
|
| 707 |
+
Sao Paulo,220,4,4,4,8,accept,not furnished,2058,greater than 6768.0
|
| 708 |
+
Sao Paulo,45,2,1,1,4,accept,furnished,430,between 2061.75 and 3581.5
|
| 709 |
+
Sao Paulo,315,3,5,2,14,not accept,not furnished,4300,greater than 6768.0
|
| 710 |
+
Rio de Janeiro,90,2,2,0,4,accept,not furnished,735,less than 2061.75
|
| 711 |
+
Campinas,430,4,5,5,0,accept,not furnished,0,greater than 6768.0
|
| 712 |
+
Rio de Janeiro,87,3,2,1,3,accept,not furnished,1200,between 2061.75 and 3581.5
|
| 713 |
+
Rio de Janeiro,125,3,2,0,4,accept,not furnished,950,between 3581.5 and 6768.0
|
| 714 |
+
Campinas,37,1,1,1,2,accept,not furnished,478,less than 2061.75
|
| 715 |
+
Sao Paulo,350,5,4,3,16,accept,not furnished,3000,greater than 6768.0
|
| 716 |
+
Porto Alegre,128,4,3,2,3,accept,not furnished,1160,between 3581.5 and 6768.0
|
| 717 |
+
Porto Alegre,56,2,2,1,3,accept,not furnished,250,less than 2061.75
|
| 718 |
+
Porto Alegre,107,3,2,1,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 719 |
+
Sao Paulo,120,2,3,0,2,accept,not furnished,904,between 3581.5 and 6768.0
|
| 720 |
+
Rio de Janeiro,60,2,1,1,1,not accept,not furnished,800,between 2061.75 and 3581.5
|
| 721 |
+
Sao Paulo,22,1,1,1,14,not accept,not furnished,450,between 2061.75 and 3581.5
|
| 722 |
+
Rio de Janeiro,300,3,4,2,5,accept,not furnished,3500,greater than 6768.0
|
| 723 |
+
Rio de Janeiro,50,1,1,0,4,not accept,not furnished,630,less than 2061.75
|
| 724 |
+
Belo Horizonte,210,4,5,3,4,accept,not furnished,1635,greater than 6768.0
|
| 725 |
+
Belo Horizonte,100,3,2,1,2,accept,not furnished,745,between 2061.75 and 3581.5
|
| 726 |
+
Sao Paulo,55,1,1,1,3,not accept,furnished,850,between 3581.5 and 6768.0
|
| 727 |
+
Sao Paulo,34,1,1,0,5,not accept,not furnished,347,less than 2061.75
|
| 728 |
+
Sao Paulo,189,4,3,3,14,accept,not furnished,3300,greater than 6768.0
|
| 729 |
+
Sao Paulo,142,3,2,2,6,accept,furnished,2100,greater than 6768.0
|
| 730 |
+
Sao Paulo,60,2,2,1,7,accept,furnished,625,between 2061.75 and 3581.5
|
| 731 |
+
Sao Paulo,125,3,4,5,0,accept,not furnished,0,greater than 6768.0
|
| 732 |
+
Belo Horizonte,150,3,2,2,1,accept,not furnished,808,between 2061.75 and 3581.5
|
| 733 |
+
Sao Paulo,79,3,1,1,11,not accept,not furnished,700,between 2061.75 and 3581.5
|
| 734 |
+
Sao Paulo,32,1,1,1,22,accept,furnished,2000,between 3581.5 and 6768.0
|
| 735 |
+
Rio de Janeiro,140,3,2,3,2,accept,furnished,926,between 3581.5 and 6768.0
|
| 736 |
+
Sao Paulo,170,3,5,3,10,accept,furnished,1648,between 3581.5 and 6768.0
|
| 737 |
+
Rio de Janeiro,140,3,2,1,4,not accept,furnished,1600,between 3581.5 and 6768.0
|
| 738 |
+
Sao Paulo,100,2,3,2,4,accept,not furnished,1800,between 3581.5 and 6768.0
|
| 739 |
+
Porto Alegre,40,1,1,0,1,accept,furnished,0,less than 2061.75
|
| 740 |
+
Campinas,66,2,1,1,0,accept,furnished,340,less than 2061.75
|
| 741 |
+
Sao Paulo,92,2,2,1,6,not accept,not furnished,1590,between 3581.5 and 6768.0
|
| 742 |
+
Campinas,58,2,1,1,2,accept,not furnished,280,less than 2061.75
|
| 743 |
+
Sao Paulo,170,3,3,3,8,accept,furnished,1570,between 3581.5 and 6768.0
|
| 744 |
+
Sao Paulo,100,2,1,1,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 745 |
+
Belo Horizonte,77,3,3,2,2,accept,furnished,1010,between 2061.75 and 3581.5
|
| 746 |
+
Rio de Janeiro,60,2,2,0,4,not accept,not furnished,560,between 2061.75 and 3581.5
|
| 747 |
+
Sao Paulo,42,1,1,1,5,accept,not furnished,330,between 2061.75 and 3581.5
|
| 748 |
+
Sao Paulo,162,3,2,2,7,accept,furnished,1250,greater than 6768.0
|
| 749 |
+
Porto Alegre,43,2,1,0,6,not accept,not furnished,382,less than 2061.75
|
| 750 |
+
Porto Alegre,70,3,1,1,3,accept,not furnished,424,less than 2061.75
|
| 751 |
+
Porto Alegre,74,3,2,2,13,accept,furnished,402,between 2061.75 and 3581.5
|
| 752 |
+
Rio de Janeiro,130,3,2,1,5,accept,not furnished,1300,between 3581.5 and 6768.0
|
| 753 |
+
Campinas,60,1,1,1,8,accept,not furnished,340,less than 2061.75
|
| 754 |
+
Porto Alegre,270,3,2,2,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 755 |
+
Rio de Janeiro,380,3,4,3,13,not accept,furnished,3000,greater than 6768.0
|
| 756 |
+
Sao Paulo,250,3,5,3,4,accept,not furnished,3500,greater than 6768.0
|
| 757 |
+
Sao Paulo,336,4,4,6,0,accept,not furnished,0,greater than 6768.0
|
| 758 |
+
Sao Paulo,200,2,2,2,11,accept,furnished,2900,greater than 6768.0
|
| 759 |
+
Campinas,52,1,1,1,8,not accept,furnished,1000,between 2061.75 and 3581.5
|
| 760 |
+
Sao Paulo,300,4,4,3,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 761 |
+
Sao Paulo,172,3,4,3,5,accept,not furnished,1650,greater than 6768.0
|
| 762 |
+
Rio de Janeiro,75,2,1,0,4,accept,not furnished,440,less than 2061.75
|
| 763 |
+
Sao Paulo,200,1,2,0,0,accept,not furnished,0,greater than 6768.0
|
| 764 |
+
Sao Paulo,40,1,1,1,14,accept,furnished,474,between 3581.5 and 6768.0
|
| 765 |
+
Sao Paulo,55,2,1,0,5,not accept,not furnished,337,less than 2061.75
|
| 766 |
+
Sao Paulo,195,4,3,4,7,accept,not furnished,1808,between 3581.5 and 6768.0
|
| 767 |
+
Sao Paulo,220,4,3,4,4,accept,not furnished,3200,greater than 6768.0
|
| 768 |
+
Sao Paulo,54,2,2,1,6,not accept,not furnished,500,between 2061.75 and 3581.5
|
| 769 |
+
Sao Paulo,17,1,1,0,1,not accept,furnished,300,between 2061.75 and 3581.5
|
| 770 |
+
Sao Paulo,145,3,2,1,2,accept,furnished,1017,between 2061.75 and 3581.5
|
| 771 |
+
Porto Alegre,50,1,1,0,3,accept,not furnished,0,less than 2061.75
|
| 772 |
+
Rio de Janeiro,107,3,2,2,4,accept,not furnished,1500,greater than 6768.0
|
| 773 |
+
Sao Paulo,214,4,6,4,4,accept,furnished,2000,greater than 6768.0
|
| 774 |
+
Rio de Janeiro,41,1,1,1,2,not accept,furnished,2100,between 3581.5 and 6768.0
|
| 775 |
+
Sao Paulo,39,1,1,1,5,accept,not furnished,1144,between 3581.5 and 6768.0
|
| 776 |
+
Rio de Janeiro,78,2,1,1,8,accept,furnished,615,less than 2061.75
|
| 777 |
+
Sao Paulo,120,3,1,1,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 778 |
+
Belo Horizonte,52,2,1,1,5,accept,furnished,253,less than 2061.75
|
| 779 |
+
Campinas,90,3,2,0,0,accept,not furnished,0,less than 2061.75
|
| 780 |
+
Campinas,254,3,4,2,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 781 |
+
Porto Alegre,156,3,1,0,2,accept,not furnished,500,between 2061.75 and 3581.5
|
| 782 |
+
Sao Paulo,166,3,2,2,2,accept,not furnished,2124,greater than 6768.0
|
| 783 |
+
Campinas,50,2,1,1,3,accept,not furnished,613,less than 2061.75
|
| 784 |
+
Rio de Janeiro,31,1,1,0,5,accept,not furnished,400,less than 2061.75
|
| 785 |
+
Sao Paulo,38,1,1,1,5,not accept,furnished,1450,between 3581.5 and 6768.0
|
| 786 |
+
Porto Alegre,75,3,1,0,3,accept,not furnished,400,less than 2061.75
|
| 787 |
+
Campinas,58,1,1,1,6,accept,not furnished,676,between 3581.5 and 6768.0
|
| 788 |
+
Sao Paulo,42,1,1,1,13,not accept,not furnished,704,between 3581.5 and 6768.0
|
| 789 |
+
Rio de Janeiro,70,2,1,1,9,accept,not furnished,700,between 2061.75 and 3581.5
|
| 790 |
+
Sao Paulo,127,3,3,2,1,accept,not furnished,804,between 3581.5 and 6768.0
|
| 791 |
+
Sao Paulo,20,1,1,0,0,accept,furnished,602,between 2061.75 and 3581.5
|
| 792 |
+
Rio de Janeiro,58,2,1,1,10,accept,not furnished,594,less than 2061.75
|
| 793 |
+
Belo Horizonte,63,3,1,1,3,accept,not furnished,200,less than 2061.75
|
| 794 |
+
Sao Paulo,128,2,1,1,9,accept,furnished,1200,greater than 6768.0
|
| 795 |
+
Sao Paulo,30,1,1,0,1,accept,furnished,0,less than 2061.75
|
| 796 |
+
Sao Paulo,272,4,4,4,2,accept,not furnished,5600,greater than 6768.0
|
| 797 |
+
Rio de Janeiro,108,3,2,2,3,accept,not furnished,2000,greater than 6768.0
|
| 798 |
+
Sao Paulo,49,1,1,1,10,accept,not furnished,480,between 3581.5 and 6768.0
|
| 799 |
+
Sao Paulo,750,4,7,8,0,accept,furnished,0,greater than 6768.0
|
| 800 |
+
Sao Paulo,54,1,2,1,13,accept,furnished,1150,greater than 6768.0
|
| 801 |
+
Sao Paulo,140,3,3,1,1,accept,not furnished,1144,between 2061.75 and 3581.5
|
| 802 |
+
Sao Paulo,114,3,3,0,7,not accept,not furnished,1480,between 3581.5 and 6768.0
|
| 803 |
+
Sao Paulo,35,1,1,0,0,accept,not furnished,0,less than 2061.75
|
| 804 |
+
Belo Horizonte,175,3,2,2,9,accept,not furnished,896,between 3581.5 and 6768.0
|
| 805 |
+
Sao Paulo,64,2,1,1,24,not accept,not furnished,592,between 2061.75 and 3581.5
|
| 806 |
+
Rio de Janeiro,75,2,2,1,1,accept,not furnished,990,between 3581.5 and 6768.0
|
| 807 |
+
Sao Paulo,280,3,4,4,4,accept,not furnished,5000,greater than 6768.0
|
| 808 |
+
Sao Paulo,48,1,1,1,0,accept,not furnished,0,less than 2061.75
|
| 809 |
+
Rio de Janeiro,100,2,2,3,12,not accept,not furnished,1470,between 3581.5 and 6768.0
|
| 810 |
+
Porto Alegre,40,1,1,0,4,accept,not furnished,450,less than 2061.75
|
| 811 |
+
Sao Paulo,212,4,3,2,17,accept,not furnished,2835,greater than 6768.0
|
| 812 |
+
Sao Paulo,87,3,2,4,14,accept,not furnished,800,between 2061.75 and 3581.5
|
| 813 |
+
Campinas,999,5,7,8,0,accept,not furnished,0,greater than 6768.0
|
| 814 |
+
Sao Paulo,90,3,2,0,9,accept,not furnished,930,between 2061.75 and 3581.5
|
| 815 |
+
Belo Horizonte,217,4,3,4,12,accept,not furnished,2644,greater than 6768.0
|
| 816 |
+
Belo Horizonte,20,1,1,0,7,accept,not furnished,420,less than 2061.75
|
| 817 |
+
Sao Paulo,95,2,2,1,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 818 |
+
Belo Horizonte,118,4,3,3,4,accept,not furnished,920,between 3581.5 and 6768.0
|
| 819 |
+
Sao Paulo,58,2,2,2,10,accept,not furnished,770,between 2061.75 and 3581.5
|
| 820 |
+
Porto Alegre,28,1,1,0,2,accept,not furnished,184,less than 2061.75
|
| 821 |
+
Belo Horizonte,200,5,3,2,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 822 |
+
Sao Paulo,40,1,1,1,13,accept,not furnished,584,between 3581.5 and 6768.0
|
| 823 |
+
Belo Horizonte,20,1,1,0,6,not accept,not furnished,420,less than 2061.75
|
| 824 |
+
Sao Paulo,136,4,2,3,12,accept,not furnished,1200,between 3581.5 and 6768.0
|
| 825 |
+
Sao Paulo,170,4,2,1,3,accept,furnished,2437,greater than 6768.0
|
| 826 |
+
Rio de Janeiro,60,2,1,1,2,accept,not furnished,550,less than 2061.75
|
| 827 |
+
Sao Paulo,113,3,4,2,7,accept,not furnished,1600,between 3581.5 and 6768.0
|
| 828 |
+
Belo Horizonte,50,2,1,0,0,not accept,not furnished,0,less than 2061.75
|
| 829 |
+
Campinas,80,3,2,1,3,accept,not furnished,430,less than 2061.75
|
| 830 |
+
Sao Paulo,330,1,3,8,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 831 |
+
Sao Paulo,25,1,1,0,2,not accept,furnished,0,less than 2061.75
|
| 832 |
+
Sao Paulo,60,2,1,0,1,accept,not furnished,150,between 2061.75 and 3581.5
|
| 833 |
+
Sao Paulo,60,1,1,0,0,accept,not furnished,0,less than 2061.75
|
| 834 |
+
Rio de Janeiro,108,2,2,1,7,not accept,furnished,1300,between 3581.5 and 6768.0
|
| 835 |
+
Sao Paulo,50,2,2,2,6,accept,furnished,1720,greater than 6768.0
|
| 836 |
+
Belo Horizonte,92,3,1,1,2,accept,not furnished,270,between 2061.75 and 3581.5
|
| 837 |
+
Rio de Janeiro,130,4,3,0,2,accept,furnished,750,greater than 6768.0
|
| 838 |
+
Rio de Janeiro,131,2,1,0,6,accept,not furnished,600,less than 2061.75
|
| 839 |
+
Porto Alegre,48,2,1,0,1,accept,not furnished,400,less than 2061.75
|
| 840 |
+
Sao Paulo,37,1,1,0,6,accept,not furnished,555,less than 2061.75
|
| 841 |
+
Sao Paulo,60,2,2,1,11,accept,not furnished,1680,between 3581.5 and 6768.0
|
| 842 |
+
Sao Paulo,150,3,4,1,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 843 |
+
Sao Paulo,180,3,4,3,5,accept,furnished,2800,greater than 6768.0
|
| 844 |
+
Porto Alegre,60,3,2,1,3,accept,not furnished,700,between 2061.75 and 3581.5
|
| 845 |
+
Sao Paulo,111,3,3,2,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 846 |
+
Sao Paulo,78,1,1,0,2,accept,not furnished,420,between 2061.75 and 3581.5
|
| 847 |
+
Sao Paulo,500,4,3,5,0,not accept,furnished,0,greater than 6768.0
|
| 848 |
+
Belo Horizonte,30,1,1,0,0,not accept,not furnished,0,less than 2061.75
|
| 849 |
+
Rio de Janeiro,25,1,1,0,0,accept,not furnished,50,less than 2061.75
|
| 850 |
+
Sao Paulo,131,3,2,2,6,not accept,furnished,1400,between 3581.5 and 6768.0
|
| 851 |
+
Sao Paulo,54,2,1,1,1,accept,not furnished,280,between 2061.75 and 3581.5
|
| 852 |
+
Campinas,47,1,1,1,12,accept,not furnished,1500,between 2061.75 and 3581.5
|
| 853 |
+
Sao Paulo,169,4,4,4,9,accept,not furnished,1800,greater than 6768.0
|
| 854 |
+
Rio de Janeiro,80,3,2,0,7,accept,not furnished,950,between 3581.5 and 6768.0
|
| 855 |
+
Sao Paulo,254,4,4,3,7,accept,furnished,1300,greater than 6768.0
|
| 856 |
+
Sao Paulo,52,2,1,1,9,accept,not furnished,480,less than 2061.75
|
| 857 |
+
Rio de Janeiro,139,2,2,1,10,accept,furnished,1000,between 2061.75 and 3581.5
|
| 858 |
+
Rio de Janeiro,60,2,2,1,12,accept,not furnished,840,less than 2061.75
|
| 859 |
+
Rio de Janeiro,30,1,1,1,0,accept,not furnished,0,less than 2061.75
|
| 860 |
+
Sao Paulo,380,4,4,3,0,accept,furnished,0,greater than 6768.0
|
| 861 |
+
Belo Horizonte,181,4,2,2,1,accept,furnished,1530,between 3581.5 and 6768.0
|
| 862 |
+
Porto Alegre,70,2,1,0,0,accept,not furnished,360,less than 2061.75
|
| 863 |
+
Belo Horizonte,100,3,2,2,3,not accept,not furnished,400,between 2061.75 and 3581.5
|
| 864 |
+
Belo Horizonte,113,4,2,1,3,accept,not furnished,1587,between 3581.5 and 6768.0
|
| 865 |
+
Sao Paulo,35,1,1,0,1,not accept,not furnished,250,less than 2061.75
|
| 866 |
+
Campinas,160,2,1,2,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 867 |
+
Sao Paulo,180,3,5,3,3,accept,not furnished,2900,greater than 6768.0
|
| 868 |
+
Sao Paulo,254,4,6,5,14,not accept,furnished,4000,greater than 6768.0
|
| 869 |
+
Campinas,71,2,1,1,3,accept,not furnished,670,less than 2061.75
|
| 870 |
+
Campinas,110,2,2,0,18,accept,furnished,960,between 3581.5 and 6768.0
|
| 871 |
+
Porto Alegre,68,1,2,1,4,accept,furnished,500,between 2061.75 and 3581.5
|
| 872 |
+
Rio de Janeiro,120,3,2,0,6,accept,not furnished,650,between 2061.75 and 3581.5
|
| 873 |
+
Sao Paulo,30,1,1,0,9,not accept,furnished,423,between 2061.75 and 3581.5
|
| 874 |
+
Rio de Janeiro,260,4,3,1,11,accept,furnished,2585,greater than 6768.0
|
| 875 |
+
Sao Paulo,186,3,2,2,5,accept,not furnished,1473,between 3581.5 and 6768.0
|
| 876 |
+
Sao Paulo,180,3,4,3,3,accept,not furnished,1600,between 3581.5 and 6768.0
|
| 877 |
+
Rio de Janeiro,70,1,1,0,1,accept,not furnished,634,between 2061.75 and 3581.5
|
| 878 |
+
Sao Paulo,130,3,2,0,12,accept,not furnished,1655,between 3581.5 and 6768.0
|
| 879 |
+
Sao Paulo,180,3,4,3,12,accept,not furnished,2047,between 3581.5 and 6768.0
|
| 880 |
+
Campinas,66,2,2,1,2,not accept,furnished,536,between 2061.75 and 3581.5
|
| 881 |
+
Sao Paulo,30,1,1,1,3,accept,furnished,700,between 3581.5 and 6768.0
|
| 882 |
+
Porto Alegre,44,1,1,0,2,accept,furnished,316,less than 2061.75
|
| 883 |
+
Sao Paulo,50,2,2,1,6,accept,furnished,560,between 2061.75 and 3581.5
|
| 884 |
+
Sao Paulo,450,5,4,3,0,accept,not furnished,0,greater than 6768.0
|
| 885 |
+
Sao Paulo,700,4,5,2,10,accept,furnished,3000,greater than 6768.0
|
| 886 |
+
Rio de Janeiro,115,2,2,0,13,accept,not furnished,950,greater than 6768.0
|
| 887 |
+
Sao Paulo,19,1,1,0,0,not accept,not furnished,0,less than 2061.75
|
| 888 |
+
Sao Paulo,280,3,3,2,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 889 |
+
Belo Horizonte,178,4,4,4,1,accept,not furnished,1200,between 3581.5 and 6768.0
|
| 890 |
+
Sao Paulo,300,3,5,4,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 891 |
+
Porto Alegre,45,1,1,1,3,accept,not furnished,367,less than 2061.75
|
| 892 |
+
Sao Paulo,67,2,2,1,1,not accept,furnished,580,between 3581.5 and 6768.0
|
| 893 |
+
Sao Paulo,54,2,1,0,2,not accept,not furnished,571,between 2061.75 and 3581.5
|
| 894 |
+
Sao Paulo,472,3,2,4,0,accept,not furnished,0,greater than 6768.0
|
| 895 |
+
Sao Paulo,26,1,1,0,4,accept,furnished,400,between 3581.5 and 6768.0
|
| 896 |
+
Sao Paulo,275,4,5,4,1,accept,not furnished,4200,greater than 6768.0
|
| 897 |
+
Sao Paulo,70,2,1,0,2,accept,not furnished,1100,between 2061.75 and 3581.5
|
| 898 |
+
Sao Paulo,287,4,4,4,6,not accept,not furnished,7900,greater than 6768.0
|
| 899 |
+
Sao Paulo,385,3,4,3,0,accept,not furnished,0,greater than 6768.0
|
| 900 |
+
Sao Paulo,120,3,3,2,2,accept,not furnished,200,between 2061.75 and 3581.5
|
| 901 |
+
Rio de Janeiro,30,1,1,0,2,not accept,not furnished,350,less than 2061.75
|
| 902 |
+
Sao Paulo,100,2,2,2,0,accept,not furnished,0,less than 2061.75
|
| 903 |
+
Porto Alegre,42,1,1,1,11,accept,not furnished,500,between 2061.75 and 3581.5
|
| 904 |
+
Sao Paulo,160,4,3,2,9,accept,furnished,2800,greater than 6768.0
|
| 905 |
+
Porto Alegre,126,3,1,1,4,accept,not furnished,1137,between 2061.75 and 3581.5
|
| 906 |
+
Sao Paulo,116,3,2,2,5,accept,not furnished,1726,between 3581.5 and 6768.0
|
| 907 |
+
Sao Paulo,18,1,1,0,1,not accept,not furnished,0,less than 2061.75
|
| 908 |
+
Sao Paulo,100,2,2,1,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 909 |
+
Sao Paulo,62,3,1,1,8,accept,not furnished,750,between 2061.75 and 3581.5
|
| 910 |
+
Sao Paulo,70,2,1,0,1,not accept,not furnished,350,less than 2061.75
|
| 911 |
+
Sao Paulo,80,1,1,1,0,accept,not furnished,0,less than 2061.75
|
| 912 |
+
Sao Paulo,78,3,1,2,7,accept,not furnished,1300,between 3581.5 and 6768.0
|
| 913 |
+
Rio de Janeiro,45,1,1,0,9,not accept,furnished,580,between 2061.75 and 3581.5
|
| 914 |
+
Porto Alegre,254,3,4,2,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 915 |
+
Rio de Janeiro,200,2,1,0,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 916 |
+
Sao Paulo,150,3,2,1,8,accept,not furnished,1172,between 3581.5 and 6768.0
|
| 917 |
+
Rio de Janeiro,600,7,6,1,12,not accept,furnished,1300,greater than 6768.0
|
| 918 |
+
Sao Paulo,200,3,3,8,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 919 |
+
Sao Paulo,45,2,1,1,8,accept,not furnished,300,less than 2061.75
|
| 920 |
+
Sao Paulo,50,1,1,1,11,accept,furnished,1140,between 3581.5 and 6768.0
|
| 921 |
+
Sao Paulo,137,2,3,2,1,accept,not furnished,2800,greater than 6768.0
|
| 922 |
+
Belo Horizonte,45,2,1,1,1,accept,not furnished,0,less than 2061.75
|
| 923 |
+
Porto Alegre,106,3,2,2,2,not accept,furnished,300,between 3581.5 and 6768.0
|
| 924 |
+
Belo Horizonte,160,3,3,2,4,accept,not furnished,150,between 2061.75 and 3581.5
|
| 925 |
+
Sao Paulo,70,1,1,0,0,not accept,not furnished,0,less than 2061.75
|
| 926 |
+
Belo Horizonte,64,2,2,1,11,accept,not furnished,352,less than 2061.75
|
| 927 |
+
Sao Paulo,390,3,3,2,0,accept,furnished,0,greater than 6768.0
|
| 928 |
+
Belo Horizonte,190,4,3,3,10,accept,furnished,1384,between 3581.5 and 6768.0
|
| 929 |
+
Belo Horizonte,297,4,2,3,6,accept,not furnished,2000,between 3581.5 and 6768.0
|
| 930 |
+
Sao Paulo,300,4,4,0,7,accept,furnished,2700,greater than 6768.0
|
| 931 |
+
Sao Paulo,320,5,3,8,0,accept,not furnished,0,greater than 6768.0
|
| 932 |
+
Sao Paulo,35,1,1,0,5,accept,furnished,420,between 2061.75 and 3581.5
|
| 933 |
+
Rio de Janeiro,40,1,1,0,7,accept,not furnished,600,less than 2061.75
|
| 934 |
+
Sao Paulo,35,1,1,0,18,accept,not furnished,250,between 2061.75 and 3581.5
|
| 935 |
+
Sao Paulo,170,3,2,2,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 936 |
+
Sao Paulo,160,4,4,3,6,accept,furnished,1646,greater than 6768.0
|
| 937 |
+
Sao Paulo,55,2,1,0,0,accept,not furnished,0,less than 2061.75
|
| 938 |
+
Sao Paulo,48,1,1,0,5,accept,not furnished,650,between 2061.75 and 3581.5
|
| 939 |
+
Porto Alegre,48,1,1,0,4,accept,not furnished,340,less than 2061.75
|
| 940 |
+
Porto Alegre,400,4,2,2,15,accept,furnished,2250,greater than 6768.0
|
| 941 |
+
Porto Alegre,40,1,1,1,1,accept,not furnished,402,less than 2061.75
|
| 942 |
+
Sao Paulo,320,4,4,6,8,accept,furnished,5281,greater than 6768.0
|
| 943 |
+
Sao Paulo,25,1,1,0,3,accept,not furnished,450,between 2061.75 and 3581.5
|
| 944 |
+
Campinas,98,3,2,1,1,accept,not furnished,727,less than 2061.75
|
| 945 |
+
Sao Paulo,120,3,3,1,5,accept,not furnished,1656,between 3581.5 and 6768.0
|
| 946 |
+
Belo Horizonte,160,4,3,2,5,accept,not furnished,763,between 2061.75 and 3581.5
|
| 947 |
+
Sao Paulo,366,4,5,5,8,accept,furnished,4000,greater than 6768.0
|
| 948 |
+
Porto Alegre,350,6,5,2,0,not accept,not furnished,0,between 3581.5 and 6768.0
|
| 949 |
+
Sao Paulo,35,1,1,1,6,not accept,furnished,886,between 2061.75 and 3581.5
|
| 950 |
+
Sao Paulo,175,3,5,3,15,accept,not furnished,2312,greater than 6768.0
|
| 951 |
+
Sao Paulo,67,2,2,1,1,accept,not furnished,1250,between 3581.5 and 6768.0
|
| 952 |
+
Sao Paulo,100,4,2,2,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 953 |
+
Rio de Janeiro,45,1,1,0,10,not accept,furnished,450,between 2061.75 and 3581.5
|
| 954 |
+
Sao Paulo,120,2,1,1,0,not accept,not furnished,0,less than 2061.75
|
| 955 |
+
Belo Horizonte,95,3,2,1,3,accept,not furnished,722,between 2061.75 and 3581.5
|
| 956 |
+
Belo Horizonte,550,5,5,3,0,accept,not furnished,0,greater than 6768.0
|
| 957 |
+
Porto Alegre,43,1,1,1,4,accept,not furnished,360,less than 2061.75
|
| 958 |
+
Sao Paulo,90,3,2,0,0,accept,not furnished,0,less than 2061.75
|
| 959 |
+
Sao Paulo,44,1,1,1,1,not accept,furnished,590,between 2061.75 and 3581.5
|
| 960 |
+
Belo Horizonte,220,4,4,3,0,not accept,not furnished,0,between 2061.75 and 3581.5
|
| 961 |
+
Campinas,110,3,1,2,0,accept,not furnished,0,less than 2061.75
|
| 962 |
+
Sao Paulo,110,2,1,0,8,accept,not furnished,1100,between 2061.75 and 3581.5
|
| 963 |
+
Campinas,52,1,1,1,6,accept,not furnished,360,less than 2061.75
|
| 964 |
+
Sao Paulo,19,1,1,0,0,not accept,not furnished,0,less than 2061.75
|
| 965 |
+
Porto Alegre,83,2,2,2,3,accept,not furnished,340,between 2061.75 and 3581.5
|
| 966 |
+
Sao Paulo,87,3,2,2,5,not accept,not furnished,750,between 3581.5 and 6768.0
|
| 967 |
+
Sao Paulo,45,1,1,1,2,accept,not furnished,565,between 2061.75 and 3581.5
|
| 968 |
+
Sao Paulo,340,4,5,5,9,accept,not furnished,4800,greater than 6768.0
|
| 969 |
+
Sao Paulo,42,1,1,1,4,accept,not furnished,500,between 2061.75 and 3581.5
|
| 970 |
+
Rio de Janeiro,118,2,2,1,6,accept,not furnished,1600,between 3581.5 and 6768.0
|
| 971 |
+
Sao Paulo,55,1,1,1,4,not accept,furnished,812,between 3581.5 and 6768.0
|
| 972 |
+
Porto Alegre,54,1,1,1,4,not accept,not furnished,250,less than 2061.75
|
| 973 |
+
Campinas,110,3,1,1,4,accept,not furnished,830,less than 2061.75
|
| 974 |
+
Sao Paulo,113,3,2,2,0,accept,not furnished,0,between 2061.75 and 3581.5
|
| 975 |
+
Sao Paulo,43,1,1,0,13,accept,not furnished,250,less than 2061.75
|
| 976 |
+
Sao Paulo,180,3,2,1,23,accept,not furnished,1850,greater than 6768.0
|
| 977 |
+
Belo Horizonte,245,4,5,2,7,accept,not furnished,1400,between 3581.5 and 6768.0
|
| 978 |
+
Sao Paulo,110,3,2,0,1,accept,furnished,478,between 2061.75 and 3581.5
|
| 979 |
+
Rio de Janeiro,117,3,1,1,2,not accept,not furnished,200,between 3581.5 and 6768.0
|
| 980 |
+
Rio de Janeiro,97,3,2,0,5,accept,not furnished,900,between 3581.5 and 6768.0
|
| 981 |
+
Belo Horizonte,449,5,7,4,0,accept,not furnished,0,greater than 6768.0
|
| 982 |
+
Porto Alegre,30,1,1,0,4,accept,not furnished,360,less than 2061.75
|
| 983 |
+
Porto Alegre,47,1,1,1,1,not accept,furnished,400,between 2061.75 and 3581.5
|
| 984 |
+
Rio de Janeiro,180,3,2,1,2,accept,not furnished,2000,greater than 6768.0
|
| 985 |
+
Rio de Janeiro,131,3,2,2,3,accept,not furnished,2800,greater than 6768.0
|
| 986 |
+
Sao Paulo,30,1,1,1,14,not accept,not furnished,1379,between 2061.75 and 3581.5
|
| 987 |
+
Campinas,140,3,3,2,8,accept,not furnished,1100,between 3581.5 and 6768.0
|
| 988 |
+
Campinas,60,2,3,0,1,not accept,furnished,938,between 2061.75 and 3581.5
|
| 989 |
+
Sao Paulo,170,4,4,3,11,accept,not furnished,2500,between 3581.5 and 6768.0
|
| 990 |
+
Rio de Janeiro,40,1,1,0,12,accept,furnished,700,between 3581.5 and 6768.0
|
| 991 |
+
Sao Paulo,22,1,1,0,0,accept,not furnished,0,less than 2061.75
|
| 992 |
+
Porto Alegre,350,3,4,4,0,not accept,not furnished,0,between 3581.5 and 6768.0
|
| 993 |
+
Sao Paulo,20,1,1,0,5,accept,furnished,602,between 2061.75 and 3581.5
|
| 994 |
+
Sao Paulo,64,1,2,1,15,accept,furnished,650,greater than 6768.0
|
| 995 |
+
Sao Paulo,280,3,3,7,0,accept,not furnished,0,greater than 6768.0
|
| 996 |
+
Sao Paulo,210,3,4,3,5,accept,furnished,4100,greater than 6768.0
|
| 997 |
+
Sao Paulo,200,2,2,1,0,accept,not furnished,0,between 3581.5 and 6768.0
|
| 998 |
+
Sao Paulo,44,1,1,0,10,accept,not furnished,370,between 2061.75 and 3581.5
|
| 999 |
+
Campinas,145,4,3,2,8,accept,not furnished,1800,greater than 6768.0
|
| 1000 |
+
Campinas,89,3,2,2,5,accept,not furnished,900,between 2061.75 and 3581.5
|
| 1001 |
+
Sao Paulo,50,2,3,0,0,not accept,not furnished,0,less than 2061.75
|
| 1002 |
+
Campinas,183,4,2,0,0,accept,not furnished,920,between 3581.5 and 6768.0
|
| 1003 |
+
Belo Horizonte,22,1,1,1,1,not accept,furnished,0,less than 2061.75
|
classification/openml_ctr23/brazilian_houses/test.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/openml_ctr23/brazilian_houses/train.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/openml_ctr23/california_housing/metadata.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "california_housing",
|
| 3 |
+
"benchmark": "openml_ctr23",
|
| 4 |
+
"sub_benchmark": "",
|
| 5 |
+
"task_type": "reg",
|
| 6 |
+
"data_type": "mixed",
|
| 7 |
+
"target_column": "medianHouseValue",
|
| 8 |
+
"label_values": [
|
| 9 |
+
"greater than 264725.0",
|
| 10 |
+
"between 179700.0 and 264725.0",
|
| 11 |
+
"less than 119600.0",
|
| 12 |
+
"between 119600.0 and 179700.0"
|
| 13 |
+
],
|
| 14 |
+
"num_labels": 4,
|
| 15 |
+
"train_samples": 8997,
|
| 16 |
+
"test_samples": 1003,
|
| 17 |
+
"train_label_distribution": {
|
| 18 |
+
"less than 119600.0": 2242,
|
| 19 |
+
"between 179700.0 and 264725.0": 2251,
|
| 20 |
+
"greater than 264725.0": 2281,
|
| 21 |
+
"between 119600.0 and 179700.0": 2223
|
| 22 |
+
},
|
| 23 |
+
"test_label_distribution": {
|
| 24 |
+
"less than 119600.0": 250,
|
| 25 |
+
"between 119600.0 and 179700.0": 248,
|
| 26 |
+
"between 179700.0 and 264725.0": 251,
|
| 27 |
+
"greater than 264725.0": 254
|
| 28 |
+
}
|
| 29 |
+
}
|
classification/openml_ctr23/california_housing/test.csv
ADDED
|
@@ -0,0 +1,1004 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
longitude,latitude,housingMedianAge,totalRooms,totalBedrooms,population,households,medianIncome,medianHouseValue
|
| 2 |
+
-118.26,33.97,46,1295,351,1120,323,1.71,less than 119600.0
|
| 3 |
+
-122.47,37.85,19,1926,593,881,546,2.91,between 119600.0 and 179700.0
|
| 4 |
+
-122.78,38.97,11,5175,971,2144,792,3.05,less than 119600.0
|
| 5 |
+
-118.3,34.26,43,1510,310,809,277,3.6,between 119600.0 and 179700.0
|
| 6 |
+
-118.08,33.81,21,1189,281,577,264,3.32,between 179700.0 and 264725.0
|
| 7 |
+
-118.15,34.18,46,2230,488,1985,456,2.23,between 119600.0 and 179700.0
|
| 8 |
+
-117.08,32.68,19,3635,1078,3127,1098,1.32,between 119600.0 and 179700.0
|
| 9 |
+
-118.29,33.99,39,979,235,857,236,2.55,less than 119600.0
|
| 10 |
+
-121.22,38.16,24,4411,776,2038,732,3.48,between 119600.0 and 179700.0
|
| 11 |
+
-121.52,38.49,5,3344,800,1341,670,3.62,between 119600.0 and 179700.0
|
| 12 |
+
-118.14,33.9,26,2145,471,1150,429,3.6,between 179700.0 and 264725.0
|
| 13 |
+
-120.85,37.78,25,421,102,303,106,2.27,less than 119600.0
|
| 14 |
+
-118.35,33.95,28,4770,1328,3201,1196,2.68,between 119600.0 and 179700.0
|
| 15 |
+
-118.27,34.16,47,1453,356,787,345,3.01,between 179700.0 and 264725.0
|
| 16 |
+
-118.53,34.22,29,4101,849,2630,867,4.66,between 179700.0 and 264725.0
|
| 17 |
+
-117.31,34.44,10,1731,299,1056,312,3.6,less than 119600.0
|
| 18 |
+
-118.19,33.83,30,2246,552,1032,548,3.59,greater than 264725.0
|
| 19 |
+
-118.51,34.03,37,4072,905,1468,923,3.86,greater than 264725.0
|
| 20 |
+
-118.01,33.89,34,1653,292,1003,310,4.6,between 179700.0 and 264725.0
|
| 21 |
+
-117.7,33.59,11,8039,1717,3445,1571,4.17,between 179700.0 and 264725.0
|
| 22 |
+
-118.48,34.19,20,5699,1594,3809,1381,2.86,between 179700.0 and 264725.0
|
| 23 |
+
-122.23,37.47,39,5264,1259,3057,1265,3.62,greater than 264725.0
|
| 24 |
+
-117.82,33.89,21,3079,509,1431,480,4.07,greater than 264725.0
|
| 25 |
+
-124.09,40.86,25,1322,387,794,379,1.17,less than 119600.0
|
| 26 |
+
-121.29,38.36,17,2193,386,1148,372,4.53,between 179700.0 and 264725.0
|
| 27 |
+
-121.89,37.27,28,1481,256,688,221,5.21,between 179700.0 and 264725.0
|
| 28 |
+
-118.24,34.22,34,1722,406,926,371,4.15,between 179700.0 and 264725.0
|
| 29 |
+
-121.08,38.9,27,3436,755,1568,709,2.43,between 119600.0 and 179700.0
|
| 30 |
+
-117.86,33.99,10,17820,2812,8686,2666,6.39,greater than 264725.0
|
| 31 |
+
-118.28,33.94,9,456,130,438,114,0.9,less than 119600.0
|
| 32 |
+
-120.66,39.72,15,3763,784,717,348,2.2,between 119600.0 and 179700.0
|
| 33 |
+
-121.5,38.59,43,88,21,119,19,1.73,less than 119600.0
|
| 34 |
+
-118.61,34.24,17,5406,895,2337,882,6.01,greater than 264725.0
|
| 35 |
+
-122.42,37.8,52,4079,1112,1466,1024,4.59,greater than 264725.0
|
| 36 |
+
-119.2,34.25,25,195,59,140,43,3.89,between 179700.0 and 264725.0
|
| 37 |
+
-120.31,37.29,36,969,206,732,175,1.59,less than 119600.0
|
| 38 |
+
-117.09,32.65,20,1445,323,573,334,2.62,between 119600.0 and 179700.0
|
| 39 |
+
-121.33,37.97,43,1511,292,721,320,3.57,less than 119600.0
|
| 40 |
+
-120.76,37.44,18,2003,398,1333,411,2.76,less than 119600.0
|
| 41 |
+
-117.83,33.8,30,4713,758,2271,730,5.86,between 179700.0 and 264725.0
|
| 42 |
+
-117.88,33.71,20,1738,509,1403,411,3.17,between 179700.0 and 264725.0
|
| 43 |
+
-116.92,32.76,7,1659,237,862,242,5.27,between 179700.0 and 264725.0
|
| 44 |
+
-116.91,32.73,8,4630,624,2048,575,6.47,greater than 264725.0
|
| 45 |
+
-121.29,38.14,27,836,132,303,133,3.88,between 119600.0 and 179700.0
|
| 46 |
+
-118.16,34.6,2,11008,1549,4098,1367,6.49,between 179700.0 and 264725.0
|
| 47 |
+
-119.45,36.6,36,2294,489,1430,454,1.9,less than 119600.0
|
| 48 |
+
-118.33,34.07,52,2248,255,813,265,15.0,greater than 264725.0
|
| 49 |
+
-117.93,33.82,28,2444,555,1848,567,3.02,between 179700.0 and 264725.0
|
| 50 |
+
-117.33,34.07,32,2086,458,1355,412,2.52,less than 119600.0
|
| 51 |
+
-121.24,38.79,23,1419,261,706,269,3.19,less than 119600.0
|
| 52 |
+
-122.41,37.8,52,3260,1535,3260,1457,0.9,greater than 264725.0
|
| 53 |
+
-119.93,37.85,18,473,115,88,41,4.08,between 119600.0 and 179700.0
|
| 54 |
+
-117.16,32.73,52,1682,617,873,534,2.1,less than 119600.0
|
| 55 |
+
-117.99,33.75,30,1859,462,1314,418,3.09,between 179700.0 and 264725.0
|
| 56 |
+
-117.82,33.85,18,1810,305,1189,326,5.22,between 179700.0 and 264725.0
|
| 57 |
+
-117.13,34.07,34,2405,541,1342,514,2.8,less than 119600.0
|
| 58 |
+
-117.43,34.12,7,5954,1071,3567,1070,3.21,between 119600.0 and 179700.0
|
| 59 |
+
-122.86,38.1,44,2602,509,691,343,4.31,between 179700.0 and 264725.0
|
| 60 |
+
-117.29,33.1,6,6091,1018,2064,957,5.18,between 179700.0 and 264725.0
|
| 61 |
+
-118.17,34.02,39,759,215,883,226,2.12,between 119600.0 and 179700.0
|
| 62 |
+
-121.6,39.68,15,1677,345,844,330,2.4,less than 119600.0
|
| 63 |
+
-120.25,38.03,21,4924,966,1175,454,2.95,less than 119600.0
|
| 64 |
+
-117.88,33.71,30,1739,359,1914,369,3.56,between 179700.0 and 264725.0
|
| 65 |
+
-118.39,33.82,30,3433,918,1526,828,4.58,greater than 264725.0
|
| 66 |
+
-118.28,33.95,41,835,208,707,192,1.41,less than 119600.0
|
| 67 |
+
-118.33,34.02,46,1528,391,933,366,2.2,between 119600.0 and 179700.0
|
| 68 |
+
-118.49,34.16,37,3333,488,1171,485,6.5,greater than 264725.0
|
| 69 |
+
-122.12,39.91,16,4006,797,2028,752,2.39,less than 119600.0
|
| 70 |
+
-122.24,38.25,33,213,36,91,33,4.92,between 179700.0 and 264725.0
|
| 71 |
+
-120.16,34.61,17,921,189,434,219,3.02,greater than 264725.0
|
| 72 |
+
-122.16,37.74,47,824,223,533,166,2.62,less than 119600.0
|
| 73 |
+
-118.43,34.22,34,1588,360,1080,340,3.66,between 179700.0 and 264725.0
|
| 74 |
+
-117.09,32.79,20,2183,534,999,496,2.86,between 119600.0 and 179700.0
|
| 75 |
+
-118.09,34.12,38,1713,285,779,286,5.62,greater than 264725.0
|
| 76 |
+
-118.25,33.89,36,1527,309,1154,279,3.31,less than 119600.0
|
| 77 |
+
-120.98,37.64,39,2617,659,2052,642,1.7,less than 119600.0
|
| 78 |
+
-122.6,38.24,16,1410,209,741,229,4.72,between 179700.0 and 264725.0
|
| 79 |
+
-119.78,36.27,29,1871,315,1066,309,4.57,less than 119600.0
|
| 80 |
+
-121.92,36.61,27,1619,352,831,344,4.3,between 179700.0 and 264725.0
|
| 81 |
+
-119.77,36.8,32,3461,665,1507,649,2.92,less than 119600.0
|
| 82 |
+
-122.25,37.85,52,919,213,413,193,4.04,greater than 264725.0
|
| 83 |
+
-118.01,33.83,24,4639,1374,3093,1257,2.56,between 179700.0 and 264725.0
|
| 84 |
+
-118.13,33.8,36,1496,271,743,265,4.43,between 179700.0 and 264725.0
|
| 85 |
+
-118.01,34.13,36,1332,217,648,203,4.72,greater than 264725.0
|
| 86 |
+
-122.34,37.52,34,3559,560,1747,550,6.7,greater than 264725.0
|
| 87 |
+
-117.95,33.98,15,16042,2602,7732,2552,5.67,greater than 264725.0
|
| 88 |
+
-122.34,37.53,27,3339,481,1354,458,7.31,greater than 264725.0
|
| 89 |
+
-117.31,34.05,6,7423,2111,4092,1789,2.7,less than 119600.0
|
| 90 |
+
-118.41,34.03,24,3711,1192,1764,1147,3.16,greater than 264725.0
|
| 91 |
+
-121.45,38.61,46,1758,511,1094,484,1.07,less than 119600.0
|
| 92 |
+
-118.03,34.11,38,2076,361,988,332,5.92,greater than 264725.0
|
| 93 |
+
-117.85,33.74,19,1248,357,1214,328,2.71,between 119600.0 and 179700.0
|
| 94 |
+
-121.79,37.99,10,4156,609,1878,586,5.65,between 119600.0 and 179700.0
|
| 95 |
+
-119.32,36.19,11,3136,620,2013,583,3.33,less than 119600.0
|
| 96 |
+
-124.07,40.87,47,1765,326,796,333,2.21,less than 119600.0
|
| 97 |
+
-117.89,34.12,35,1447,272,1224,268,3.99,between 119600.0 and 179700.0
|
| 98 |
+
-121.94,37.31,30,1680,312,858,310,4.05,greater than 264725.0
|
| 99 |
+
-120.99,37.66,46,1750,347,754,356,2.91,less than 119600.0
|
| 100 |
+
-122.36,40.58,17,1220,275,800,261,1.92,less than 119600.0
|
| 101 |
+
-121.23,38.66,19,3243,546,1334,515,4.81,between 119600.0 and 179700.0
|
| 102 |
+
-117.97,34.0,28,1983,375,1407,367,3.83,between 119600.0 and 179700.0
|
| 103 |
+
-120.91,39.39,16,352,105,226,82,1.61,less than 119600.0
|
| 104 |
+
-118.08,33.89,37,1152,259,981,225,3.29,between 119600.0 and 179700.0
|
| 105 |
+
-120.8,35.33,20,2200,393,996,365,3.59,greater than 264725.0
|
| 106 |
+
-122.26,37.57,23,7995,1254,3484,1198,6.59,greater than 264725.0
|
| 107 |
+
-122.29,37.81,26,768,152,392,127,1.77,less than 119600.0
|
| 108 |
+
-118.28,34.11,52,1803,437,787,388,4.58,greater than 264725.0
|
| 109 |
+
-118.19,33.98,36,4179,1266,4582,1196,2.01,between 119600.0 and 179700.0
|
| 110 |
+
-117.69,35.65,5,1131,276,520,232,4.02,less than 119600.0
|
| 111 |
+
-121.76,38.25,32,1495,333,905,281,2.62,between 179700.0 and 264725.0
|
| 112 |
+
-122.23,38.05,52,1736,358,638,297,2.55,between 119600.0 and 179700.0
|
| 113 |
+
-118.43,34.24,36,1488,313,1221,296,4.02,between 119600.0 and 179700.0
|
| 114 |
+
-121.97,37.8,17,3279,418,1222,381,7.92,greater than 264725.0
|
| 115 |
+
-117.38,34.44,4,5083,867,2541,856,4.24,between 119600.0 and 179700.0
|
| 116 |
+
-118.25,33.99,41,1486,509,2312,541,1.4,less than 119600.0
|
| 117 |
+
-117.66,34.07,36,2072,408,964,395,2.87,between 119600.0 and 179700.0
|
| 118 |
+
-121.95,36.98,34,3745,958,1622,802,3.15,between 179700.0 and 264725.0
|
| 119 |
+
-118.08,33.93,39,1478,324,1127,320,3.52,between 119600.0 and 179700.0
|
| 120 |
+
-122.13,37.46,35,1321,300,1133,287,3.73,between 119600.0 and 179700.0
|
| 121 |
+
-121.07,38.66,22,1831,274,813,269,4.64,between 119600.0 and 179700.0
|
| 122 |
+
-116.87,34.24,15,4419,822,622,267,3.97,between 179700.0 and 264725.0
|
| 123 |
+
-117.02,32.76,40,2523,488,976,470,3.11,between 179700.0 and 264725.0
|
| 124 |
+
-116.76,32.74,14,4085,751,2129,688,4.74,between 179700.0 and 264725.0
|
| 125 |
+
-118.02,34.05,33,2464,627,2932,568,3.06,between 119600.0 and 179700.0
|
| 126 |
+
-118.1,34.12,49,3783,579,1601,539,6.3,greater than 264725.0
|
| 127 |
+
-121.91,37.33,28,454,147,366,140,2.99,between 179700.0 and 264725.0
|
| 128 |
+
-119.74,34.44,26,4257,1031,1861,950,3.4,greater than 264725.0
|
| 129 |
+
-122.45,37.78,43,1452,397,897,393,4.13,greater than 264725.0
|
| 130 |
+
-121.32,39.13,5,358,65,169,59,3.0,between 119600.0 and 179700.0
|
| 131 |
+
-115.62,33.04,20,1121,244,766,230,2.3,less than 119600.0
|
| 132 |
+
-122.43,37.79,25,1637,394,649,379,5.0,greater than 264725.0
|
| 133 |
+
-117.96,33.99,25,1348,210,660,200,5.29,greater than 264725.0
|
| 134 |
+
-118.41,34.04,52,2113,332,800,327,11.18,greater than 264725.0
|
| 135 |
+
-121.49,38.57,38,2410,967,1091,829,1.22,less than 119600.0
|
| 136 |
+
-121.77,37.31,16,1649,228,769,230,6.65,greater than 264725.0
|
| 137 |
+
-121.29,38.68,20,1881,378,921,360,1.86,between 119600.0 and 179700.0
|
| 138 |
+
-119.48,36.5,32,3451,625,1968,574,2.96,less than 119600.0
|
| 139 |
+
-117.07,32.56,9,3648,895,3293,840,3.1,between 119600.0 and 179700.0
|
| 140 |
+
-118.07,34.01,36,1391,283,1025,275,3.24,between 119600.0 and 179700.0
|
| 141 |
+
-117.86,33.75,6,1565,599,3157,629,2.93,between 119600.0 and 179700.0
|
| 142 |
+
-122.23,37.79,43,5963,1344,4367,1231,2.19,less than 119600.0
|
| 143 |
+
-122.55,37.91,48,1283,278,567,255,3.28,greater than 264725.0
|
| 144 |
+
-118.39,33.83,32,2075,539,954,519,5.64,greater than 264725.0
|
| 145 |
+
-117.92,33.57,37,3355,492,921,366,7.3,greater than 264725.0
|
| 146 |
+
-118.45,34.44,16,13406,2574,7030,2440,4.69,between 179700.0 and 264725.0
|
| 147 |
+
-117.77,33.76,19,3532,402,1200,426,11.01,greater than 264725.0
|
| 148 |
+
-117.22,33.31,12,2924,433,1193,394,6.25,greater than 264725.0
|
| 149 |
+
-122.27,37.78,52,1408,280,718,265,2.68,between 179700.0 and 264725.0
|
| 150 |
+
-117.06,32.75,34,2516,611,1317,594,2.23,between 119600.0 and 179700.0
|
| 151 |
+
-117.0,33.74,8,5330,1529,2143,1107,2.11,less than 119600.0
|
| 152 |
+
-118.86,34.16,16,1509,216,578,235,10.26,greater than 264725.0
|
| 153 |
+
-121.98,37.53,28,2829,566,1610,540,4.6,between 179700.0 and 264725.0
|
| 154 |
+
-118.44,34.19,37,1516,344,983,347,5.0,between 179700.0 and 264725.0
|
| 155 |
+
-122.67,38.45,24,2622,525,1027,510,2.92,between 179700.0 and 264725.0
|
| 156 |
+
-122.29,37.54,39,1459,285,761,291,5.01,greater than 264725.0
|
| 157 |
+
-121.97,37.87,4,1029,126,416,122,13.49,greater than 264725.0
|
| 158 |
+
-117.92,34.03,32,1819,375,1728,375,3.98,between 119600.0 and 179700.0
|
| 159 |
+
-117.96,34.08,33,4151,850,3563,848,3.19,between 119600.0 and 179700.0
|
| 160 |
+
-119.83,36.78,30,3162,640,1660,639,2.84,less than 119600.0
|
| 161 |
+
-121.71,38.56,20,8627,1516,4071,1466,4.22,between 119600.0 and 179700.0
|
| 162 |
+
-117.13,32.92,16,1580,241,917,261,4.73,between 179700.0 and 264725.0
|
| 163 |
+
-117.55,33.94,30,5398,926,2672,864,4.48,between 119600.0 and 179700.0
|
| 164 |
+
-118.17,34.1,37,299,89,318,92,1.31,between 119600.0 and 179700.0
|
| 165 |
+
-122.25,37.83,52,2376,559,939,519,3.15,between 179700.0 and 264725.0
|
| 166 |
+
-118.42,33.99,35,1724,419,1079,394,4.55,between 179700.0 and 264725.0
|
| 167 |
+
-118.12,33.96,36,1426,235,698,240,4.85,greater than 264725.0
|
| 168 |
+
-121.91,37.69,18,2876,423,1395,427,6.31,between 179700.0 and 264725.0
|
| 169 |
+
-122.18,38.35,24,407,68,175,61,6.03,between 179700.0 and 264725.0
|
| 170 |
+
-121.34,38.61,20,5801,1148,2586,1063,3.91,between 119600.0 and 179700.0
|
| 171 |
+
-118.14,33.87,44,1661,315,985,319,4.39,between 179700.0 and 264725.0
|
| 172 |
+
-117.39,33.97,48,1915,348,1060,376,3.4,less than 119600.0
|
| 173 |
+
-122.22,37.82,39,2492,310,808,315,11.86,greater than 264725.0
|
| 174 |
+
-117.31,33.94,7,11232,1791,4218,1644,5.27,between 179700.0 and 264725.0
|
| 175 |
+
-122.14,37.73,51,2619,403,922,393,4.6,between 179700.0 and 264725.0
|
| 176 |
+
-121.27,37.98,43,1005,200,492,172,2.68,less than 119600.0
|
| 177 |
+
-123.16,39.13,33,1320,303,1048,303,1.78,less than 119600.0
|
| 178 |
+
-117.92,33.75,23,893,223,1149,216,2.64,between 119600.0 and 179700.0
|
| 179 |
+
-117.22,32.95,4,18123,3173,7301,2964,6.36,greater than 264725.0
|
| 180 |
+
-119.27,35.51,28,1089,179,544,190,3.23,less than 119600.0
|
| 181 |
+
-116.94,33.77,14,7240,1410,2708,1240,2.41,between 119600.0 and 179700.0
|
| 182 |
+
-117.22,33.74,7,1810,386,931,355,2.52,less than 119600.0
|
| 183 |
+
-118.42,33.78,36,2093,303,802,300,8.1,greater than 264725.0
|
| 184 |
+
-118.64,34.25,47,1315,290,581,268,5.4,between 179700.0 and 264725.0
|
| 185 |
+
-118.19,34.08,35,1554,381,1487,374,1.9,between 119600.0 and 179700.0
|
| 186 |
+
-122.15,37.47,37,1844,382,1634,417,2.8,between 119600.0 and 179700.0
|
| 187 |
+
-122.29,37.89,52,979,175,374,153,5.17,greater than 264725.0
|
| 188 |
+
-121.45,38.62,38,2419,605,1696,503,1.49,less than 119600.0
|
| 189 |
+
-117.04,32.76,37,2979,557,1285,564,3.74,between 119600.0 and 179700.0
|
| 190 |
+
-118.22,33.94,38,788,224,1155,208,3.35,between 119600.0 and 179700.0
|
| 191 |
+
-116.37,33.19,12,4890,1152,1289,570,2.58,less than 119600.0
|
| 192 |
+
-118.13,34.02,41,734,190,565,191,2.28,between 179700.0 and 264725.0
|
| 193 |
+
-118.34,34.0,49,2465,372,1018,359,4.0,greater than 264725.0
|
| 194 |
+
-117.14,33.16,16,1660,236,733,214,5.69,between 179700.0 and 264725.0
|
| 195 |
+
-117.89,33.91,33,1264,224,527,227,3.73,between 179700.0 and 264725.0
|
| 196 |
+
-120.93,38.77,9,2229,355,788,341,5.51,between 179700.0 and 264725.0
|
| 197 |
+
-117.94,33.84,28,604,207,615,212,3.62,between 179700.0 and 264725.0
|
| 198 |
+
-116.57,33.84,18,7962,1652,2009,921,3.39,between 179700.0 and 264725.0
|
| 199 |
+
-122.82,38.64,29,2176,385,1117,374,3.87,between 179700.0 and 264725.0
|
| 200 |
+
-121.95,37.32,20,1145,198,431,173,3.11,greater than 264725.0
|
| 201 |
+
-118.51,34.28,29,4239,653,1890,631,6.39,greater than 264725.0
|
| 202 |
+
-122.29,37.81,49,844,204,560,152,1.75,less than 119600.0
|
| 203 |
+
-118.31,33.88,21,1490,430,686,400,2.38,between 179700.0 and 264725.0
|
| 204 |
+
-117.07,33.12,32,2474,499,1224,461,2.72,between 119600.0 and 179700.0
|
| 205 |
+
-117.04,34.0,25,3750,781,1594,785,2.42,less than 119600.0
|
| 206 |
+
-118.14,33.97,29,1846,530,2576,528,2.63,between 119600.0 and 179700.0
|
| 207 |
+
-117.81,33.64,4,1741,225,811,233,12.34,greater than 264725.0
|
| 208 |
+
-122.95,38.73,37,1548,328,863,287,2.98,between 119600.0 and 179700.0
|
| 209 |
+
-121.96,37.03,17,1343,203,511,185,4.62,greater than 264725.0
|
| 210 |
+
-117.11,32.84,16,4608,629,2020,636,6.04,between 179700.0 and 264725.0
|
| 211 |
+
-117.98,33.76,29,1518,312,1086,317,4.32,between 179700.0 and 264725.0
|
| 212 |
+
-119.7,36.8,31,1746,321,1186,360,2.69,less than 119600.0
|
| 213 |
+
-121.67,40.87,31,1581,299,776,287,2.91,less than 119600.0
|
| 214 |
+
-122.08,37.71,35,2211,350,1004,365,5.46,between 179700.0 and 264725.0
|
| 215 |
+
-122.29,38.29,52,3217,742,1670,671,2.44,between 119600.0 and 179700.0
|
| 216 |
+
-117.14,33.15,16,1129,198,758,178,5.03,between 119600.0 and 179700.0
|
| 217 |
+
-117.87,34.08,33,4518,716,2037,764,5.6,greater than 264725.0
|
| 218 |
+
-117.65,34.06,41,465,130,349,138,2.09,less than 119600.0
|
| 219 |
+
-120.38,34.96,9,2813,492,1144,490,4.04,between 179700.0 and 264725.0
|
| 220 |
+
-118.06,33.98,50,1146,238,579,213,2.96,between 119600.0 and 179700.0
|
| 221 |
+
-122.49,38.22,33,1486,290,781,274,3.56,between 179700.0 and 264725.0
|
| 222 |
+
-117.92,34.06,34,2819,609,1718,558,3.55,between 179700.0 and 264725.0
|
| 223 |
+
-118.36,34.04,49,995,184,462,194,2.79,between 179700.0 and 264725.0
|
| 224 |
+
-122.23,37.82,52,3051,381,1005,369,8.19,greater than 264725.0
|
| 225 |
+
-122.24,40.51,23,2216,378,1006,338,4.56,less than 119600.0
|
| 226 |
+
-118.62,34.2,32,3233,553,1678,545,5.0,between 179700.0 and 264725.0
|
| 227 |
+
-121.34,37.99,11,4487,868,2195,780,3.96,between 179700.0 and 264725.0
|
| 228 |
+
-118.11,33.91,29,889,166,597,163,4.96,between 179700.0 and 264725.0
|
| 229 |
+
-118.42,34.25,37,1545,341,1909,352,3.68,between 119600.0 and 179700.0
|
| 230 |
+
-118.29,34.08,49,649,315,987,329,1.68,greater than 264725.0
|
| 231 |
+
-118.11,33.82,36,1742,340,857,341,4.69,between 179700.0 and 264725.0
|
| 232 |
+
-118.25,34.14,25,5980,1856,5217,1772,2.51,between 179700.0 and 264725.0
|
| 233 |
+
-119.83,36.78,35,1789,357,933,357,2.52,less than 119600.0
|
| 234 |
+
-119.53,36.78,20,2822,479,1372,455,4.56,between 119600.0 and 179700.0
|
| 235 |
+
-121.7,37.93,10,3258,612,1779,558,4.66,between 119600.0 and 179700.0
|
| 236 |
+
-117.79,33.7,16,1416,249,636,244,5.17,between 179700.0 and 264725.0
|
| 237 |
+
-119.62,36.59,17,2287,390,1330,393,4.02,less than 119600.0
|
| 238 |
+
-119.72,34.43,27,984,299,777,313,2.57,greater than 264725.0
|
| 239 |
+
-120.4,34.95,8,1885,286,835,290,5.02,between 179700.0 and 264725.0
|
| 240 |
+
-118.34,34.04,42,2010,494,1203,427,1.94,between 119600.0 and 179700.0
|
| 241 |
+
-121.84,39.76,14,2351,620,1215,548,2.32,less than 119600.0
|
| 242 |
+
-120.62,37.35,20,1457,372,1000,346,1.46,less than 119600.0
|
| 243 |
+
-117.71,33.61,25,3004,718,891,626,2.4,less than 119600.0
|
| 244 |
+
-117.1,32.75,20,2355,722,1848,576,2.0,less than 119600.0
|
| 245 |
+
-122.32,40.42,17,3019,578,1538,545,2.79,less than 119600.0
|
| 246 |
+
-122.0,37.34,27,1716,290,817,301,5.92,greater than 264725.0
|
| 247 |
+
-121.49,39.49,20,2505,468,1174,429,3.0,less than 119600.0
|
| 248 |
+
-119.33,36.22,29,1735,323,805,293,3.5,less than 119600.0
|
| 249 |
+
-120.97,38.0,27,1683,288,873,258,4.71,between 119600.0 and 179700.0
|
| 250 |
+
-122.31,37.92,43,2116,407,900,361,4.16,between 179700.0 and 264725.0
|
| 251 |
+
-121.24,37.97,47,886,196,517,188,2.2,less than 119600.0
|
| 252 |
+
-117.34,34.51,6,5667,1385,2447,1199,2.36,less than 119600.0
|
| 253 |
+
-114.94,34.55,20,350,95,119,58,1.62,less than 119600.0
|
| 254 |
+
-118.37,33.94,29,2265,813,3425,781,2.37,between 119600.0 and 179700.0
|
| 255 |
+
-121.93,36.62,34,2351,440,1063,428,3.73,greater than 264725.0
|
| 256 |
+
-122.13,38.02,52,2378,508,940,451,2.96,between 119600.0 and 179700.0
|
| 257 |
+
-118.14,34.07,42,1036,199,656,215,4.19,between 179700.0 and 264725.0
|
| 258 |
+
-122.79,38.48,7,6837,1417,3468,1405,3.17,between 179700.0 and 264725.0
|
| 259 |
+
-122.25,37.46,33,6841,950,2681,980,7.11,greater than 264725.0
|
| 260 |
+
-121.34,38.55,11,2838,498,1701,504,4.14,less than 119600.0
|
| 261 |
+
-119.44,36.59,28,1343,330,1331,305,1.52,less than 119600.0
|
| 262 |
+
-118.17,33.77,39,2953,878,1379,785,2.14,between 179700.0 and 264725.0
|
| 263 |
+
-120.33,38.0,14,1944,330,822,314,3.5,between 119600.0 and 179700.0
|
| 264 |
+
-122.44,37.77,52,3475,807,1518,777,3.62,greater than 264725.0
|
| 265 |
+
-118.61,34.17,19,5944,1345,2372,1250,3.88,greater than 264725.0
|
| 266 |
+
-118.21,34.05,47,722,235,930,226,2.55,less than 119600.0
|
| 267 |
+
-122.32,37.96,25,1728,403,934,412,3.38,between 119600.0 and 179700.0
|
| 268 |
+
-122.15,37.41,29,473,103,359,87,7.03,greater than 264725.0
|
| 269 |
+
-118.28,34.17,22,2664,651,1553,629,3.64,between 179700.0 and 264725.0
|
| 270 |
+
-121.84,37.99,13,4545,952,2188,901,3.36,between 119600.0 and 179700.0
|
| 271 |
+
-118.42,34.25,36,1430,331,1502,312,3.63,between 119600.0 and 179700.0
|
| 272 |
+
-122.2,37.79,29,1640,376,939,340,2.83,between 119600.0 and 179700.0
|
| 273 |
+
-118.53,34.18,26,4175,885,2118,778,4.21,between 179700.0 and 264725.0
|
| 274 |
+
-117.25,33.65,10,1652,316,725,233,3.51,between 119600.0 and 179700.0
|
| 275 |
+
-118.15,33.84,36,2987,491,1360,497,4.8,between 179700.0 and 264725.0
|
| 276 |
+
-118.35,34.03,44,865,208,537,183,1.9,less than 119600.0
|
| 277 |
+
-118.36,34.01,33,3140,466,1214,464,6.5,greater than 264725.0
|
| 278 |
+
-120.01,38.93,22,3080,610,1045,425,3.0,between 119600.0 and 179700.0
|
| 279 |
+
-118.18,34.11,33,1523,391,753,298,2.66,between 179700.0 and 264725.0
|
| 280 |
+
-122.24,37.86,52,1668,225,517,214,7.85,greater than 264725.0
|
| 281 |
+
-118.04,33.82,26,4105,637,2072,648,5.84,greater than 264725.0
|
| 282 |
+
-118.1,34.1,34,2578,645,1628,617,2.34,between 179700.0 and 264725.0
|
| 283 |
+
-122.65,38.27,9,4764,816,2077,755,5.14,between 179700.0 and 264725.0
|
| 284 |
+
-119.71,34.41,18,1225,317,694,306,3.68,between 179700.0 and 264725.0
|
| 285 |
+
-117.13,33.89,4,1611,239,275,84,3.58,between 179700.0 and 264725.0
|
| 286 |
+
-118.44,33.81,33,3994,990,1647,931,5.01,greater than 264725.0
|
| 287 |
+
-117.54,34.12,4,17577,2819,7766,2473,5.13,between 179700.0 and 264725.0
|
| 288 |
+
-122.0,37.39,33,2154,405,1655,434,5.8,between 179700.0 and 264725.0
|
| 289 |
+
-119.01,36.08,31,1620,366,1154,348,1.89,less than 119600.0
|
| 290 |
+
-117.71,34.03,11,3467,749,2163,676,3.43,between 119600.0 and 179700.0
|
| 291 |
+
-118.06,34.1,43,1833,355,786,334,3.58,between 179700.0 and 264725.0
|
| 292 |
+
-120.04,36.95,36,1528,347,1334,304,1.36,less than 119600.0
|
| 293 |
+
-118.15,34.18,45,2612,664,3117,584,2.3,between 119600.0 and 179700.0
|
| 294 |
+
-122.06,37.36,35,2693,493,1343,455,6.08,greater than 264725.0
|
| 295 |
+
-117.81,33.56,24,6258,1003,1730,752,10.96,greater than 264725.0
|
| 296 |
+
-117.33,33.98,52,1417,353,881,300,1.95,between 119600.0 and 179700.0
|
| 297 |
+
-121.85,36.59,42,891,203,525,212,3.32,between 179700.0 and 264725.0
|
| 298 |
+
-120.59,38.53,15,432,87,208,73,3.61,less than 119600.0
|
| 299 |
+
-117.65,33.65,15,3485,519,1740,485,6.75,between 179700.0 and 264725.0
|
| 300 |
+
-117.02,34.03,19,4415,648,1627,619,4.24,between 179700.0 and 264725.0
|
| 301 |
+
-122.5,37.77,52,2433,454,1070,420,4.12,greater than 264725.0
|
| 302 |
+
-121.99,36.99,29,3119,507,1476,487,5.81,greater than 264725.0
|
| 303 |
+
-117.9,33.76,26,2678,702,3262,685,3.7,between 119600.0 and 179700.0
|
| 304 |
+
-119.69,36.73,30,2437,349,1005,380,7.22,between 119600.0 and 179700.0
|
| 305 |
+
-121.44,37.7,5,1365,196,591,156,6.04,between 179700.0 and 264725.0
|
| 306 |
+
-118.23,34.21,50,309,47,121,45,6.21,greater than 264725.0
|
| 307 |
+
-117.3,34.24,38,4116,949,1196,422,3.56,less than 119600.0
|
| 308 |
+
-124.13,40.78,34,2142,420,1056,382,2.11,less than 119600.0
|
| 309 |
+
-118.28,33.96,34,2074,562,1913,514,1.62,less than 119600.0
|
| 310 |
+
-118.2,34.06,46,453,119,533,132,2.3,less than 119600.0
|
| 311 |
+
-121.95,36.61,31,1736,250,497,170,6.38,greater than 264725.0
|
| 312 |
+
-117.27,34.4,8,6042,979,3031,991,3.34,between 119600.0 and 179700.0
|
| 313 |
+
-118.47,34.02,41,2136,549,986,557,2.73,greater than 264725.0
|
| 314 |
+
-118.11,34.0,33,2886,726,2650,728,2.62,between 119600.0 and 179700.0
|
| 315 |
+
-121.98,38.34,13,3616,672,2022,652,4.05,between 119600.0 and 179700.0
|
| 316 |
+
-118.36,33.89,34,760,174,723,198,5.32,between 179700.0 and 264725.0
|
| 317 |
+
-118.3,33.88,30,1348,333,885,322,3.26,between 179700.0 and 264725.0
|
| 318 |
+
-122.46,37.73,52,2401,346,812,328,6.83,greater than 264725.0
|
| 319 |
+
-122.2,37.76,47,1116,259,826,279,1.75,less than 119600.0
|
| 320 |
+
-122.34,37.95,38,1340,298,766,241,3.28,less than 119600.0
|
| 321 |
+
-118.42,34.02,34,2243,444,973,413,4.97,greater than 264725.0
|
| 322 |
+
-122.54,37.91,48,2924,489,1159,505,5.63,greater than 264725.0
|
| 323 |
+
-121.05,39.11,7,2767,423,1143,382,3.63,between 119600.0 and 179700.0
|
| 324 |
+
-117.61,34.34,18,5210,912,1301,464,4.86,between 119600.0 and 179700.0
|
| 325 |
+
-121.84,39.73,52,957,263,513,223,1.37,less than 119600.0
|
| 326 |
+
-117.01,32.75,26,4038,706,2065,687,3.95,between 119600.0 and 179700.0
|
| 327 |
+
-117.97,33.94,36,1870,338,947,324,4.12,between 179700.0 and 264725.0
|
| 328 |
+
-121.81,37.25,25,4096,623,2128,618,6.3,between 179700.0 and 264725.0
|
| 329 |
+
-118.2,33.99,35,1608,465,2140,488,3.2,between 119600.0 and 179700.0
|
| 330 |
+
-118.31,34.03,46,2173,510,1343,476,2.02,between 119600.0 and 179700.0
|
| 331 |
+
-117.98,33.81,35,897,156,479,161,5.15,between 179700.0 and 264725.0
|
| 332 |
+
-118.16,33.97,39,1444,447,1890,416,2.12,between 119600.0 and 179700.0
|
| 333 |
+
-122.0,37.28,32,2782,495,1092,455,5.41,greater than 264725.0
|
| 334 |
+
-118.43,33.99,45,1899,461,1260,415,2.67,greater than 264725.0
|
| 335 |
+
-119.06,36.09,11,2572,454,1402,415,3.68,less than 119600.0
|
| 336 |
+
-121.35,38.02,15,3583,644,2183,643,3.43,between 119600.0 and 179700.0
|
| 337 |
+
-118.28,33.98,43,1240,312,1100,311,1.57,less than 119600.0
|
| 338 |
+
-116.46,33.82,6,4863,920,3010,828,3.95,less than 119600.0
|
| 339 |
+
-117.25,33.12,8,8552,1437,3335,1323,5.31,between 179700.0 and 264725.0
|
| 340 |
+
-122.39,37.78,3,3464,1179,1441,919,4.71,greater than 264725.0
|
| 341 |
+
-117.99,33.88,15,2298,567,1261,527,4.24,between 119600.0 and 179700.0
|
| 342 |
+
-123.2,39.14,17,1620,396,878,399,1.8,less than 119600.0
|
| 343 |
+
-118.42,34.29,34,1489,326,1389,313,3.48,between 119600.0 and 179700.0
|
| 344 |
+
-119.63,36.32,36,1518,287,749,255,2.23,less than 119600.0
|
| 345 |
+
-122.07,37.86,17,1102,224,317,208,3.59,between 179700.0 and 264725.0
|
| 346 |
+
-122.4,37.78,32,352,132,313,105,2.57,greater than 264725.0
|
| 347 |
+
-121.52,39.48,21,2628,494,1364,468,2.05,less than 119600.0
|
| 348 |
+
-118.27,34.11,36,1832,539,934,486,3.05,greater than 264725.0
|
| 349 |
+
-120.12,34.6,10,2426,426,966,419,5.51,greater than 264725.0
|
| 350 |
+
-118.32,33.81,27,2113,380,1109,360,4.71,greater than 264725.0
|
| 351 |
+
-122.16,37.86,36,3359,493,1298,483,8.16,greater than 264725.0
|
| 352 |
+
-121.94,36.98,24,3010,562,1360,504,4.2,greater than 264725.0
|
| 353 |
+
-117.67,33.51,17,2112,480,1893,433,4.04,between 119600.0 and 179700.0
|
| 354 |
+
-119.82,36.79,18,5822,1439,3415,1224,1.69,less than 119600.0
|
| 355 |
+
-122.12,37.09,36,1397,289,661,243,4.12,between 179700.0 and 264725.0
|
| 356 |
+
-117.2,32.79,29,1213,228,654,246,4.6,between 179700.0 and 264725.0
|
| 357 |
+
-121.46,38.69,11,3335,658,1963,622,3.31,less than 119600.0
|
| 358 |
+
-117.28,34.13,44,2469,568,1363,517,1.84,less than 119600.0
|
| 359 |
+
-117.89,34.12,35,1566,321,1396,317,4.05,between 119600.0 and 179700.0
|
| 360 |
+
-117.08,32.59,30,144,52,220,48,2.39,between 119600.0 and 179700.0
|
| 361 |
+
-122.0,37.32,34,3450,731,1915,689,4.74,between 179700.0 and 264725.0
|
| 362 |
+
-118.99,37.63,10,7744,1573,483,224,3.29,between 179700.0 and 264725.0
|
| 363 |
+
-120.54,38.07,37,736,148,339,140,2.29,less than 119600.0
|
| 364 |
+
-117.37,33.98,27,1342,547,844,484,1.12,less than 119600.0
|
| 365 |
+
-118.22,34.04,43,798,308,1417,325,1.42,between 119600.0 and 179700.0
|
| 366 |
+
-117.33,34.06,48,732,149,486,139,2.57,less than 119600.0
|
| 367 |
+
-120.16,36.96,18,508,104,393,114,3.0,between 119600.0 and 179700.0
|
| 368 |
+
-122.06,37.77,12,14316,2045,5781,2007,7.26,greater than 264725.0
|
| 369 |
+
-118.1,33.95,34,3635,781,2171,720,3.73,between 179700.0 and 264725.0
|
| 370 |
+
-116.87,32.75,15,2053,321,993,309,5.52,between 179700.0 and 264725.0
|
| 371 |
+
-119.63,36.35,4,1684,343,920,324,4.24,less than 119600.0
|
| 372 |
+
-122.21,37.48,37,1326,335,1771,335,3.01,between 179700.0 and 264725.0
|
| 373 |
+
-117.06,32.8,17,2247,340,973,318,5.5,between 179700.0 and 264725.0
|
| 374 |
+
-118.44,34.07,26,3535,748,1322,666,7.17,greater than 264725.0
|
| 375 |
+
-117.11,32.82,17,1787,330,1341,314,2.88,less than 119600.0
|
| 376 |
+
-117.16,32.73,52,1863,559,906,493,1.92,between 179700.0 and 264725.0
|
| 377 |
+
-121.87,39.82,11,5103,825,2456,810,4.5,between 119600.0 and 179700.0
|
| 378 |
+
-122.23,37.75,50,1542,289,654,268,3.96,between 179700.0 and 264725.0
|
| 379 |
+
-124.17,40.62,32,1595,309,706,277,2.9,less than 119600.0
|
| 380 |
+
-118.43,34.42,13,3600,580,1799,576,6.3,between 179700.0 and 264725.0
|
| 381 |
+
-121.64,36.7,32,4089,735,2927,713,4.17,between 119600.0 and 179700.0
|
| 382 |
+
-124.08,40.99,18,3297,662,1554,578,2.68,less than 119600.0
|
| 383 |
+
-117.83,33.66,15,2355,438,747,450,6.54,greater than 264725.0
|
| 384 |
+
-117.96,33.99,25,2799,388,1348,389,6.25,greater than 264725.0
|
| 385 |
+
-122.22,37.46,37,2586,495,1208,502,4.32,greater than 264725.0
|
| 386 |
+
-118.29,33.89,35,2810,614,1578,601,3.59,between 179700.0 and 264725.0
|
| 387 |
+
-118.14,34.68,25,1703,342,775,309,4.55,between 119600.0 and 179700.0
|
| 388 |
+
-118.29,34.04,44,1941,579,2049,535,2.04,between 119600.0 and 179700.0
|
| 389 |
+
-119.25,34.3,34,1189,220,445,203,4.88,greater than 264725.0
|
| 390 |
+
-121.82,36.86,17,1573,272,142,55,2.17,greater than 264725.0
|
| 391 |
+
-119.23,34.27,22,3536,615,1650,612,4.24,between 179700.0 and 264725.0
|
| 392 |
+
-117.27,34.13,36,3337,687,2388,589,2.96,less than 119600.0
|
| 393 |
+
-121.26,38.09,35,930,186,525,201,2.06,between 119600.0 and 179700.0
|
| 394 |
+
-118.37,33.81,36,2031,339,817,337,5.13,greater than 264725.0
|
| 395 |
+
-122.3,38.3,52,1128,207,450,197,3.35,between 119600.0 and 179700.0
|
| 396 |
+
-118.16,34.17,46,1508,261,674,255,3.59,between 119600.0 and 179700.0
|
| 397 |
+
-117.25,33.0,14,2518,458,931,414,5.84,greater than 264725.0
|
| 398 |
+
-117.65,33.6,15,5736,800,2529,762,6.41,greater than 264725.0
|
| 399 |
+
-118.38,34.08,48,1226,288,370,264,3.94,greater than 264725.0
|
| 400 |
+
-121.81,36.57,13,3030,413,1027,363,6.96,greater than 264725.0
|
| 401 |
+
-117.8,33.52,50,1152,341,519,225,3.05,greater than 264725.0
|
| 402 |
+
-117.1,32.97,17,3167,861,2098,828,2.45,less than 119600.0
|
| 403 |
+
-117.86,33.62,23,3166,411,1092,345,7.94,greater than 264725.0
|
| 404 |
+
-118.49,34.0,32,3407,1071,1463,986,3.04,greater than 264725.0
|
| 405 |
+
-121.78,37.66,25,1947,418,900,354,3.85,between 179700.0 and 264725.0
|
| 406 |
+
-117.99,33.94,30,2395,565,1214,521,3.7,between 179700.0 and 264725.0
|
| 407 |
+
-118.3,33.93,40,2434,477,1646,453,3.2,between 119600.0 and 179700.0
|
| 408 |
+
-117.9,33.78,25,10336,2596,7111,2419,3.36,between 179700.0 and 264725.0
|
| 409 |
+
-119.81,36.78,36,1650,313,660,298,3.0,less than 119600.0
|
| 410 |
+
-118.46,33.97,19,2461,521,777,447,10.0,greater than 264725.0
|
| 411 |
+
-118.77,34.27,10,1658,310,1053,333,4.76,between 179700.0 and 264725.0
|
| 412 |
+
-118.08,34.14,42,2690,589,1149,535,3.88,greater than 264725.0
|
| 413 |
+
-121.9,37.36,47,1007,245,581,240,2.95,between 179700.0 and 264725.0
|
| 414 |
+
-119.64,36.56,34,576,117,363,97,2.07,less than 119600.0
|
| 415 |
+
-122.43,37.8,52,1976,726,1045,669,3.69,greater than 264725.0
|
| 416 |
+
-121.63,39.12,32,2574,425,1099,391,4.39,less than 119600.0
|
| 417 |
+
-118.14,33.91,34,2011,472,1087,423,3.05,between 179700.0 and 264725.0
|
| 418 |
+
-118.47,34.01,44,2175,475,1019,448,4.79,greater than 264725.0
|
| 419 |
+
-121.23,37.79,21,1922,373,1130,372,4.08,less than 119600.0
|
| 420 |
+
-118.37,33.87,18,2516,485,1128,433,5.01,greater than 264725.0
|
| 421 |
+
-119.4,37.09,22,2211,477,773,288,3.33,less than 119600.0
|
| 422 |
+
-117.22,32.83,31,3958,727,1924,728,5.46,between 179700.0 and 264725.0
|
| 423 |
+
-118.13,33.82,44,1619,280,815,284,5.54,between 179700.0 and 264725.0
|
| 424 |
+
-117.12,32.75,25,2222,634,1025,568,1.64,between 119600.0 and 179700.0
|
| 425 |
+
-118.18,36.63,23,2311,487,1019,384,2.26,less than 119600.0
|
| 426 |
+
-118.33,34.15,44,1321,303,471,301,4.27,greater than 264725.0
|
| 427 |
+
-116.91,32.87,14,3048,597,1690,576,4.38,between 119600.0 and 179700.0
|
| 428 |
+
-118.38,34.06,52,1311,217,578,205,7.68,greater than 264725.0
|
| 429 |
+
-118.88,34.22,22,3654,517,1565,518,6.27,greater than 264725.0
|
| 430 |
+
-121.63,38.03,17,2549,596,1169,500,3.67,between 179700.0 and 264725.0
|
| 431 |
+
-122.17,37.7,24,1755,365,952,362,4.0,between 179700.0 and 264725.0
|
| 432 |
+
-117.87,34.06,25,3652,470,1525,484,10.12,greater than 264725.0
|
| 433 |
+
-119.3,36.31,16,2234,357,1150,361,4.28,less than 119600.0
|
| 434 |
+
-116.93,32.87,17,3722,670,1561,604,3.6,between 179700.0 and 264725.0
|
| 435 |
+
-121.4,36.84,40,2352,536,1430,535,3.09,between 119600.0 and 179700.0
|
| 436 |
+
-118.45,34.03,39,1657,402,931,363,3.78,greater than 264725.0
|
| 437 |
+
-118.03,34.1,38,2301,416,1079,398,4.42,between 179700.0 and 264725.0
|
| 438 |
+
-118.34,33.93,36,1528,486,1824,470,2.27,between 119600.0 and 179700.0
|
| 439 |
+
-118.12,34.23,52,433,69,147,53,3.96,between 119600.0 and 179700.0
|
| 440 |
+
-122.17,37.76,41,1594,367,1074,355,1.94,less than 119600.0
|
| 441 |
+
-118.31,33.81,23,3942,748,1679,711,4.12,greater than 264725.0
|
| 442 |
+
-122.11,37.43,35,3584,535,1405,538,7.3,greater than 264725.0
|
| 443 |
+
-121.93,37.13,37,1150,203,511,179,5.74,greater than 264725.0
|
| 444 |
+
-120.26,37.99,12,2726,517,1351,474,3.5,less than 119600.0
|
| 445 |
+
-116.38,33.71,17,12509,2460,2737,1423,4.56,between 179700.0 and 264725.0
|
| 446 |
+
-117.8,33.72,16,2617,506,1317,511,4.82,between 179700.0 and 264725.0
|
| 447 |
+
-121.39,38.61,35,2024,359,786,364,2.46,between 119600.0 and 179700.0
|
| 448 |
+
-118.54,34.19,22,3380,790,2199,737,2.57,between 179700.0 and 264725.0
|
| 449 |
+
-122.65,38.37,15,1848,280,786,282,5.72,greater than 264725.0
|
| 450 |
+
-118.12,34.09,25,3603,1003,2719,913,2.7,between 179700.0 and 264725.0
|
| 451 |
+
-121.03,37.67,24,2162,459,1468,441,3.19,less than 119600.0
|
| 452 |
+
-121.45,36.51,29,1045,311,1245,273,1.77,less than 119600.0
|
| 453 |
+
-123.16,39.1,31,418,82,327,81,2.77,between 119600.0 and 179700.0
|
| 454 |
+
-122.13,37.45,37,1287,197,510,206,7.9,greater than 264725.0
|
| 455 |
+
-121.34,38.64,12,2772,578,1335,565,3.81,between 119600.0 and 179700.0
|
| 456 |
+
-118.34,33.76,34,5586,674,1871,636,15.0,greater than 264725.0
|
| 457 |
+
-117.6,34.02,16,2103,348,1305,356,5.28,between 119600.0 and 179700.0
|
| 458 |
+
-117.84,33.78,26,2577,434,1086,432,4.61,between 179700.0 and 264725.0
|
| 459 |
+
-122.48,37.78,52,3047,641,1427,620,3.49,greater than 264725.0
|
| 460 |
+
-117.3,34.18,28,2685,425,1304,420,4.37,less than 119600.0
|
| 461 |
+
-118.33,34.18,49,1969,377,977,367,3.85,between 179700.0 and 264725.0
|
| 462 |
+
-122.09,37.94,29,6895,1022,2634,1022,6.19,greater than 264725.0
|
| 463 |
+
-121.84,37.27,17,2795,482,1904,506,5.02,between 179700.0 and 264725.0
|
| 464 |
+
-118.1,33.91,36,1080,201,719,201,4.27,between 119600.0 and 179700.0
|
| 465 |
+
-121.24,38.78,18,549,143,249,136,0.87,between 119600.0 and 179700.0
|
| 466 |
+
-118.35,34.1,26,3977,1050,1720,935,3.36,greater than 264725.0
|
| 467 |
+
-119.65,36.34,47,1869,357,832,315,3.08,less than 119600.0
|
| 468 |
+
-118.36,33.89,37,1719,426,1266,424,3.38,between 179700.0 and 264725.0
|
| 469 |
+
-120.08,36.95,41,1164,211,476,171,2.42,less than 119600.0
|
| 470 |
+
-118.17,34.06,44,1856,461,1853,452,2.5,between 119600.0 and 179700.0
|
| 471 |
+
-117.64,34.03,11,2050,382,1044,371,4.83,between 119600.0 and 179700.0
|
| 472 |
+
-118.01,34.15,32,6597,1579,3689,1459,3.24,between 179700.0 and 264725.0
|
| 473 |
+
-117.97,33.68,23,1722,316,865,309,4.65,greater than 264725.0
|
| 474 |
+
-117.84,33.76,26,2110,409,1146,407,4.37,between 179700.0 and 264725.0
|
| 475 |
+
-121.96,37.3,23,4040,843,2181,843,4.04,greater than 264725.0
|
| 476 |
+
-121.85,37.25,20,3773,624,1965,607,5.49,between 179700.0 and 264725.0
|
| 477 |
+
-117.95,33.72,21,3107,483,1688,503,5.96,greater than 264725.0
|
| 478 |
+
-121.94,36.97,31,1738,422,746,355,2.52,greater than 264725.0
|
| 479 |
+
-122.36,40.68,28,1745,379,1011,370,2.04,less than 119600.0
|
| 480 |
+
-118.41,34.03,26,4376,1394,2435,1250,2.84,greater than 264725.0
|
| 481 |
+
-117.16,33.92,12,3236,502,1610,502,4.76,between 119600.0 and 179700.0
|
| 482 |
+
-122.28,37.9,52,1369,249,490,248,4.12,greater than 264725.0
|
| 483 |
+
-118.07,34.0,37,2976,636,2117,598,4.11,between 119600.0 and 179700.0
|
| 484 |
+
-118.31,33.74,36,2464,472,1111,457,4.51,greater than 264725.0
|
| 485 |
+
-122.12,37.16,32,1602,317,752,275,5.17,between 179700.0 and 264725.0
|
| 486 |
+
-117.34,34.0,27,321,64,214,67,3.17,less than 119600.0
|
| 487 |
+
-118.47,33.99,34,1875,501,1491,526,2.84,greater than 264725.0
|
| 488 |
+
-121.89,38.02,36,2707,550,1827,545,3.34,less than 119600.0
|
| 489 |
+
-121.27,37.98,43,2608,516,1322,528,2.57,less than 119600.0
|
| 490 |
+
-121.33,38.77,3,20214,3559,8361,3112,4.23,between 119600.0 and 179700.0
|
| 491 |
+
-119.81,36.71,25,1026,221,789,183,1.56,less than 119600.0
|
| 492 |
+
-121.29,38.68,12,5098,1094,2029,1065,3.54,between 119600.0 and 179700.0
|
| 493 |
+
-121.96,37.36,16,5040,1325,3150,1196,4.28,between 179700.0 and 264725.0
|
| 494 |
+
-119.74,36.73,34,1254,272,1056,279,2.33,less than 119600.0
|
| 495 |
+
-122.08,37.39,46,1115,248,543,248,3.21,greater than 264725.0
|
| 496 |
+
-122.11,37.44,35,2016,349,1023,376,5.64,greater than 264725.0
|
| 497 |
+
-119.63,36.33,14,2928,600,1633,559,1.84,less than 119600.0
|
| 498 |
+
-118.22,34.14,50,3657,708,1725,644,5.55,between 179700.0 and 264725.0
|
| 499 |
+
-117.58,34.1,4,6360,1584,3359,1396,3.52,between 119600.0 and 179700.0
|
| 500 |
+
-119.27,34.27,44,1312,279,668,278,4.09,between 179700.0 and 264725.0
|
| 501 |
+
-122.5,37.74,42,1667,395,1041,387,3.96,greater than 264725.0
|
| 502 |
+
-121.22,39.11,14,1405,269,660,228,3.08,between 119600.0 and 179700.0
|
| 503 |
+
-117.09,32.76,31,1235,387,816,397,1.55,between 119600.0 and 179700.0
|
| 504 |
+
-122.03,36.97,52,403,72,200,73,1.69,between 179700.0 and 264725.0
|
| 505 |
+
-123.92,41.54,22,2920,636,1382,499,2.02,less than 119600.0
|
| 506 |
+
-121.3,37.92,28,3308,766,3201,720,1.77,less than 119600.0
|
| 507 |
+
-122.27,38.31,44,3030,589,1373,582,2.91,between 119600.0 and 179700.0
|
| 508 |
+
-121.98,37.24,35,3574,485,1325,476,8.54,greater than 264725.0
|
| 509 |
+
-120.93,37.66,10,7566,1348,3227,1199,4.74,between 119600.0 and 179700.0
|
| 510 |
+
-118.02,34.12,37,2250,360,989,329,6.15,greater than 264725.0
|
| 511 |
+
-121.1,35.6,20,3389,704,1309,520,3.21,between 179700.0 and 264725.0
|
| 512 |
+
-119.29,34.37,41,1408,311,793,264,2.54,between 119600.0 and 179700.0
|
| 513 |
+
-117.92,33.62,37,2038,379,837,381,5.24,greater than 264725.0
|
| 514 |
+
-121.54,39.47,14,1724,315,939,302,2.5,less than 119600.0
|
| 515 |
+
-118.84,34.15,17,3785,494,1527,507,8.44,greater than 264725.0
|
| 516 |
+
-118.03,33.83,25,3030,532,1668,509,4.62,between 179700.0 and 264725.0
|
| 517 |
+
-122.41,37.76,52,1427,281,620,236,1.99,between 179700.0 and 264725.0
|
| 518 |
+
-120.7,35.55,10,3979,761,1834,671,3.5,between 119600.0 and 179700.0
|
| 519 |
+
-118.39,34.17,26,6429,1611,2806,1491,3.19,greater than 264725.0
|
| 520 |
+
-122.17,37.75,37,1379,287,835,259,2.5,less than 119600.0
|
| 521 |
+
-117.29,34.13,44,2337,563,1238,467,1.52,less than 119600.0
|
| 522 |
+
-118.38,34.2,23,4138,1171,3911,1068,3.01,between 179700.0 and 264725.0
|
| 523 |
+
-117.92,33.64,5,949,287,497,244,2.75,between 179700.0 and 264725.0
|
| 524 |
+
-118.5,34.25,32,2411,380,1040,344,6.16,between 179700.0 and 264725.0
|
| 525 |
+
-119.09,36.21,38,1901,453,1613,400,1.88,less than 119600.0
|
| 526 |
+
-121.53,39.44,26,1340,255,662,239,2.61,less than 119600.0
|
| 527 |
+
-118.28,33.99,49,2174,481,1861,484,1.72,less than 119600.0
|
| 528 |
+
-117.89,33.75,31,1205,280,1476,301,4.02,between 119600.0 and 179700.0
|
| 529 |
+
-118.0,33.86,32,1162,196,563,178,3.88,between 179700.0 and 264725.0
|
| 530 |
+
-118.2,34.05,41,1268,398,1887,407,2.62,between 119600.0 and 179700.0
|
| 531 |
+
-122.2,40.26,15,2102,358,957,371,3.19,between 119600.0 and 179700.0
|
| 532 |
+
-122.3,37.77,42,2038,368,2037,355,2.64,between 179700.0 and 264725.0
|
| 533 |
+
-118.02,33.95,36,1681,329,964,311,4.11,between 179700.0 and 264725.0
|
| 534 |
+
-122.73,38.46,14,4042,1298,2323,1158,2.07,between 119600.0 and 179700.0
|
| 535 |
+
-121.4,36.38,39,2288,529,1449,410,3.33,between 179700.0 and 264725.0
|
| 536 |
+
-118.14,33.9,39,1379,282,883,291,3.34,between 179700.0 and 264725.0
|
| 537 |
+
-122.09,37.4,22,1489,436,662,470,3.52,between 179700.0 and 264725.0
|
| 538 |
+
-117.83,34.15,20,2421,306,1023,298,8.07,greater than 264725.0
|
| 539 |
+
-118.4,34.19,35,2180,599,1483,574,3.04,between 179700.0 and 264725.0
|
| 540 |
+
-121.98,37.37,36,1651,344,1062,331,4.58,between 179700.0 and 264725.0
|
| 541 |
+
-117.07,32.62,19,5016,1173,2750,1081,2.78,between 119600.0 and 179700.0
|
| 542 |
+
-121.88,38.01,9,5329,1284,2827,1202,2.74,between 119600.0 and 179700.0
|
| 543 |
+
-119.34,36.32,14,1204,227,633,247,3.92,less than 119600.0
|
| 544 |
+
-117.98,33.69,22,3957,520,1774,527,7.09,greater than 264725.0
|
| 545 |
+
-117.1,32.57,14,5058,1299,3662,1193,2.33,between 119600.0 and 179700.0
|
| 546 |
+
-121.46,38.66,3,3438,603,1602,554,3.99,between 119600.0 and 179700.0
|
| 547 |
+
-119.65,36.37,4,3725,783,1478,600,3.55,between 119600.0 and 179700.0
|
| 548 |
+
-122.08,37.03,36,4682,899,2143,832,4.51,between 179700.0 and 264725.0
|
| 549 |
+
-124.17,40.78,39,1606,330,731,327,1.64,less than 119600.0
|
| 550 |
+
-119.79,36.73,52,112,28,193,40,1.98,less than 119600.0
|
| 551 |
+
-120.12,39.18,17,2839,525,390,189,3.57,between 119600.0 and 179700.0
|
| 552 |
+
-119.77,36.74,50,1325,280,811,281,1.87,less than 119600.0
|
| 553 |
+
-115.98,33.32,8,240,46,63,24,1.47,less than 119600.0
|
| 554 |
+
-118.33,34.02,46,2223,361,968,373,4.26,between 179700.0 and 264725.0
|
| 555 |
+
-118.36,33.83,35,2828,487,1439,490,5.6,greater than 264725.0
|
| 556 |
+
-124.16,40.79,52,1264,277,591,284,1.78,less than 119600.0
|
| 557 |
+
-116.51,33.89,21,1284,306,537,233,1.95,less than 119600.0
|
| 558 |
+
-122.04,37.26,24,4973,709,1692,696,7.86,greater than 264725.0
|
| 559 |
+
-122.1,37.68,37,2116,503,1109,448,2.54,between 119600.0 and 179700.0
|
| 560 |
+
-122.29,38.28,38,2308,425,1272,406,3.61,between 119600.0 and 179700.0
|
| 561 |
+
-121.0,35.94,16,3077,628,1479,536,3.37,less than 119600.0
|
| 562 |
+
-118.31,33.98,44,222,54,234,77,5.11,less than 119600.0
|
| 563 |
+
-120.59,37.36,11,3946,978,2814,953,2.02,less than 119600.0
|
| 564 |
+
-122.7,38.33,26,1887,381,1060,364,3.01,between 119600.0 and 179700.0
|
| 565 |
+
-117.04,32.63,26,2756,422,1166,398,5.14,between 179700.0 and 264725.0
|
| 566 |
+
-117.15,32.75,27,3166,867,1332,817,2.67,between 119600.0 and 179700.0
|
| 567 |
+
-121.57,39.48,15,202,54,145,40,0.83,less than 119600.0
|
| 568 |
+
-117.92,34.01,35,3055,634,3738,615,3.38,between 119600.0 and 179700.0
|
| 569 |
+
-118.43,33.96,13,1860,345,800,355,5.89,greater than 264725.0
|
| 570 |
+
-118.3,34.03,40,1695,374,1138,357,2.71,between 119600.0 and 179700.0
|
| 571 |
+
-118.29,33.73,21,2492,711,1699,672,2.14,between 179700.0 and 264725.0
|
| 572 |
+
-121.91,37.26,25,4258,719,2290,743,5.15,greater than 264725.0
|
| 573 |
+
-123.48,40.79,15,619,160,287,104,1.91,less than 119600.0
|
| 574 |
+
-122.28,37.88,52,2495,491,1058,464,4.14,between 179700.0 and 264725.0
|
| 575 |
+
-122.02,37.59,18,1165,333,855,319,3.69,between 179700.0 and 264725.0
|
| 576 |
+
-121.26,37.93,33,2109,531,2248,588,1.46,less than 119600.0
|
| 577 |
+
-121.93,37.89,13,2085,292,852,264,7.34,greater than 264725.0
|
| 578 |
+
-118.27,33.97,39,2569,688,2601,630,2.08,less than 119600.0
|
| 579 |
+
-117.24,32.72,39,3089,431,1175,432,7.59,greater than 264725.0
|
| 580 |
+
-118.09,34.0,36,1722,353,1174,335,3.04,between 119600.0 and 179700.0
|
| 581 |
+
-118.14,34.69,35,2118,374,1108,360,3.43,less than 119600.0
|
| 582 |
+
-118.36,33.96,21,1802,556,1286,557,2.73,between 119600.0 and 179700.0
|
| 583 |
+
-122.48,37.72,45,1405,338,733,342,4.11,between 179700.0 and 264725.0
|
| 584 |
+
-120.67,37.37,18,164,30,104,32,1.66,less than 119600.0
|
| 585 |
+
-120.98,37.68,18,4197,1006,2203,874,2.17,less than 119600.0
|
| 586 |
+
-118.26,34.0,41,1733,492,1776,453,1.62,less than 119600.0
|
| 587 |
+
-117.83,33.67,17,2634,641,1454,560,3.8,greater than 264725.0
|
| 588 |
+
-118.25,33.98,47,617,162,754,144,2.3,less than 119600.0
|
| 589 |
+
-118.19,33.8,41,2125,591,1604,555,2.99,between 179700.0 and 264725.0
|
| 590 |
+
-122.33,37.89,42,1342,291,551,266,4.53,between 179700.0 and 264725.0
|
| 591 |
+
-122.43,37.71,52,1508,278,1138,304,4.02,greater than 264725.0
|
| 592 |
+
-118.13,34.15,9,2099,625,1252,554,3.19,between 119600.0 and 179700.0
|
| 593 |
+
-117.23,32.73,44,1168,263,509,256,2.73,greater than 264725.0
|
| 594 |
+
-121.63,36.71,19,5015,1013,3251,940,3.98,between 119600.0 and 179700.0
|
| 595 |
+
-118.01,34.11,32,1978,536,826,470,2.51,between 179700.0 and 264725.0
|
| 596 |
+
-118.19,33.83,43,2641,411,1011,444,6.45,greater than 264725.0
|
| 597 |
+
-122.4,40.51,20,1750,352,834,340,2.48,less than 119600.0
|
| 598 |
+
-122.37,37.59,52,2272,403,963,376,5.72,greater than 264725.0
|
| 599 |
+
-118.31,34.27,35,1446,274,759,291,6.08,between 179700.0 and 264725.0
|
| 600 |
+
-118.35,33.87,28,2319,579,1369,564,3.62,between 179700.0 and 264725.0
|
| 601 |
+
-118.25,34.02,50,180,89,356,76,2.19,between 119600.0 and 179700.0
|
| 602 |
+
-122.5,37.51,11,749,137,355,124,8.24,greater than 264725.0
|
| 603 |
+
-118.46,34.07,49,2418,301,850,318,14.29,greater than 264725.0
|
| 604 |
+
-122.04,38.25,52,582,131,241,106,2.4,between 119600.0 and 179700.0
|
| 605 |
+
-118.19,34.11,38,1158,309,1051,322,2.29,between 119600.0 and 179700.0
|
| 606 |
+
-118.01,33.92,35,1606,289,829,273,5.27,between 179700.0 and 264725.0
|
| 607 |
+
-119.8,36.65,34,2263,423,1184,407,1.77,less than 119600.0
|
| 608 |
+
-118.24,34.0,43,863,206,788,187,0.95,less than 119600.0
|
| 609 |
+
-118.34,34.18,45,3046,633,1448,599,3.24,between 179700.0 and 264725.0
|
| 610 |
+
-118.17,33.83,45,2019,363,880,339,4.1,between 179700.0 and 264725.0
|
| 611 |
+
-117.84,34.0,26,797,117,383,114,6.88,between 179700.0 and 264725.0
|
| 612 |
+
-121.82,37.38,32,3747,665,1687,649,5.49,greater than 264725.0
|
| 613 |
+
-117.4,33.94,37,987,187,551,191,3.59,less than 119600.0
|
| 614 |
+
-117.28,33.2,20,4835,854,2983,834,4.34,between 119600.0 and 179700.0
|
| 615 |
+
-118.07,33.99,35,1625,302,1134,288,4.56,between 119600.0 and 179700.0
|
| 616 |
+
-119.34,36.34,5,4505,834,1917,775,4.01,between 119600.0 and 179700.0
|
| 617 |
+
-117.35,33.21,24,1586,262,912,298,4.25,between 119600.0 and 179700.0
|
| 618 |
+
-118.43,34.08,46,778,90,238,93,15.0,greater than 264725.0
|
| 619 |
+
-117.31,34.14,44,1487,273,972,281,3.23,less than 119600.0
|
| 620 |
+
-121.99,36.98,25,2113,422,1365,439,4.65,between 179700.0 and 264725.0
|
| 621 |
+
-120.25,37.23,34,1656,328,1110,332,2.18,less than 119600.0
|
| 622 |
+
-122.72,38.35,16,3049,609,1675,618,2.41,between 119600.0 and 179700.0
|
| 623 |
+
-120.09,39.92,19,2335,518,1028,383,1.73,less than 119600.0
|
| 624 |
+
-118.37,33.86,28,2685,581,1243,529,4.12,greater than 264725.0
|
| 625 |
+
-121.88,37.4,9,6751,1575,4240,1438,5.34,between 179700.0 and 264725.0
|
| 626 |
+
-121.2,37.79,36,866,160,502,149,2.48,less than 119600.0
|
| 627 |
+
-117.68,33.6,24,1956,262,969,256,6.82,greater than 264725.0
|
| 628 |
+
-121.46,38.54,36,1825,411,1226,391,1.53,less than 119600.0
|
| 629 |
+
-117.13,32.7,48,786,230,917,231,1.88,less than 119600.0
|
| 630 |
+
-119.33,36.3,12,2172,352,1013,354,4.95,less than 119600.0
|
| 631 |
+
-120.39,37.96,10,2554,501,922,439,2.11,between 119600.0 and 179700.0
|
| 632 |
+
-122.52,37.96,35,2012,346,818,352,5.28,greater than 264725.0
|
| 633 |
+
-121.93,37.3,16,2111,485,1285,499,5.05,greater than 264725.0
|
| 634 |
+
-123.79,39.44,49,2290,482,1201,479,3.5,less than 119600.0
|
| 635 |
+
-118.29,34.08,43,3056,1345,3920,1304,1.93,greater than 264725.0
|
| 636 |
+
-118.01,34.05,31,1135,355,1717,368,2.16,between 119600.0 and 179700.0
|
| 637 |
+
-117.89,33.71,16,1591,225,926,239,6.25,greater than 264725.0
|
| 638 |
+
-117.27,34.13,40,1298,254,793,268,3.07,less than 119600.0
|
| 639 |
+
-117.28,34.09,44,376,87,273,107,2.29,less than 119600.0
|
| 640 |
+
-119.84,36.85,8,3791,487,1424,475,10.51,greater than 264725.0
|
| 641 |
+
-118.31,33.99,48,2235,433,1363,433,1.66,less than 119600.0
|
| 642 |
+
-118.14,34.18,47,3457,622,1700,579,3.52,between 179700.0 and 264725.0
|
| 643 |
+
-117.03,33.13,15,7000,1185,3555,1118,4.7,between 119600.0 and 179700.0
|
| 644 |
+
-118.31,34.13,40,2822,443,907,414,7.27,greater than 264725.0
|
| 645 |
+
-122.07,37.37,30,2937,407,1097,407,7.98,greater than 264725.0
|
| 646 |
+
-117.09,32.73,28,3109,594,1559,589,3.58,between 119600.0 and 179700.0
|
| 647 |
+
-122.02,37.33,25,3823,584,1689,571,7.37,greater than 264725.0
|
| 648 |
+
-120.99,37.61,39,512,132,443,127,1.29,less than 119600.0
|
| 649 |
+
-122.25,39.79,16,2127,412,1104,369,3.05,less than 119600.0
|
| 650 |
+
-122.49,37.78,42,2723,579,1419,519,3.64,greater than 264725.0
|
| 651 |
+
-117.95,33.76,29,1829,366,1703,343,4.13,between 179700.0 and 264725.0
|
| 652 |
+
-121.48,38.57,38,2809,805,1243,785,1.85,less than 119600.0
|
| 653 |
+
-122.24,37.47,35,2283,491,1148,436,4.56,greater than 264725.0
|
| 654 |
+
-118.16,33.96,24,1635,507,2480,481,2.44,between 179700.0 and 264725.0
|
| 655 |
+
-119.29,34.23,22,2486,608,709,523,2.9,greater than 264725.0
|
| 656 |
+
-121.31,38.68,16,5179,1271,2181,1151,2.1,less than 119600.0
|
| 657 |
+
-122.21,38.11,35,2122,400,1189,408,3.1,between 119600.0 and 179700.0
|
| 658 |
+
-118.1,34.07,33,3437,1081,3817,1042,2.25,between 179700.0 and 264725.0
|
| 659 |
+
-119.35,35.59,14,2719,502,1497,457,3.18,less than 119600.0
|
| 660 |
+
-122.55,38.01,27,3966,577,1657,611,6.33,greater than 264725.0
|
| 661 |
+
-120.08,39.23,19,1746,306,251,104,4.82,between 119600.0 and 179700.0
|
| 662 |
+
-118.93,34.82,8,508,111,229,84,4.03,between 119600.0 and 179700.0
|
| 663 |
+
-122.05,37.55,23,4247,835,2357,823,5.13,between 179700.0 and 264725.0
|
| 664 |
+
-118.31,34.06,34,1848,667,1351,589,2.05,greater than 264725.0
|
| 665 |
+
-116.53,33.85,16,10077,2186,3048,1337,2.96,less than 119600.0
|
| 666 |
+
-117.8,33.69,15,2099,322,873,307,7.99,greater than 264725.0
|
| 667 |
+
-118.13,34.13,39,2099,397,1500,380,4.83,greater than 264725.0
|
| 668 |
+
-122.27,37.88,52,3360,648,1232,621,4.28,greater than 264725.0
|
| 669 |
+
-122.26,37.78,52,1045,239,496,216,2.92,between 179700.0 and 264725.0
|
| 670 |
+
-121.99,38.15,36,263,73,88,42,2.53,between 119600.0 and 179700.0
|
| 671 |
+
-122.26,38.04,41,2512,539,1179,480,2.69,between 119600.0 and 179700.0
|
| 672 |
+
-117.09,32.71,12,3375,945,2357,808,1.5,less than 119600.0
|
| 673 |
+
-117.97,33.93,31,1975,373,918,347,4.41,between 179700.0 and 264725.0
|
| 674 |
+
-118.46,34.07,42,2564,460,913,414,9.22,greater than 264725.0
|
| 675 |
+
-117.98,33.78,22,4255,971,2901,920,3.26,between 179700.0 and 264725.0
|
| 676 |
+
-118.29,34.1,39,2196,582,1165,538,2.94,between 179700.0 and 264725.0
|
| 677 |
+
-123.2,39.16,14,1908,484,1195,467,1.79,less than 119600.0
|
| 678 |
+
-122.45,37.71,41,1578,351,1159,299,3.92,between 179700.0 and 264725.0
|
| 679 |
+
-118.54,34.18,17,7214,1994,4100,1823,3.09,between 119600.0 and 179700.0
|
| 680 |
+
-117.92,33.73,17,1692,293,934,280,4.47,between 179700.0 and 264725.0
|
| 681 |
+
-118.11,33.83,37,1249,202,517,189,4.42,between 179700.0 and 264725.0
|
| 682 |
+
-118.17,33.96,29,2913,787,3803,740,2.56,between 119600.0 and 179700.0
|
| 683 |
+
-122.11,37.41,27,5110,1599,2764,1482,3.42,greater than 264725.0
|
| 684 |
+
-119.7,36.82,25,2379,540,1482,484,2.32,less than 119600.0
|
| 685 |
+
-122.03,38.28,15,5114,833,2418,778,4.49,between 119600.0 and 179700.0
|
| 686 |
+
-121.96,37.95,25,4026,791,1850,709,4.15,between 179700.0 and 264725.0
|
| 687 |
+
-117.41,34.11,29,3999,772,2602,760,3.55,less than 119600.0
|
| 688 |
+
-122.18,38.07,10,4976,849,2089,803,5.33,between 179700.0 and 264725.0
|
| 689 |
+
-117.75,34.06,52,24,6,46,7,1.62,less than 119600.0
|
| 690 |
+
-118.38,33.86,15,1778,311,908,330,7.67,greater than 264725.0
|
| 691 |
+
-118.22,33.9,22,312,107,583,119,1.94,less than 119600.0
|
| 692 |
+
-121.87,37.67,28,1812,294,853,278,4.99,between 179700.0 and 264725.0
|
| 693 |
+
-121.84,37.24,24,7991,1286,4017,1213,5.47,between 179700.0 and 264725.0
|
| 694 |
+
-118.01,34.55,2,2701,530,1368,430,4.07,between 119600.0 and 179700.0
|
| 695 |
+
-121.47,38.55,48,1091,403,926,336,1.15,less than 119600.0
|
| 696 |
+
-121.32,38.74,14,1449,228,670,232,4.39,between 179700.0 and 264725.0
|
| 697 |
+
-117.97,33.67,25,3906,660,1809,622,5.68,greater than 264725.0
|
| 698 |
+
-117.8,33.68,14,2635,516,1150,499,4.44,greater than 264725.0
|
| 699 |
+
-118.21,34.07,31,1453,404,1486,389,2.39,between 119600.0 and 179700.0
|
| 700 |
+
-117.17,32.63,26,1617,279,2745,250,3.54,less than 119600.0
|
| 701 |
+
-118.12,33.92,27,6336,1628,4673,1505,2.59,between 179700.0 and 264725.0
|
| 702 |
+
-117.85,34.12,30,4367,1033,2524,954,3.04,between 179700.0 and 264725.0
|
| 703 |
+
-118.14,33.76,50,914,167,322,165,4.74,greater than 264725.0
|
| 704 |
+
-120.47,34.7,24,2387,385,1051,382,4.46,between 119600.0 and 179700.0
|
| 705 |
+
-119.51,34.4,24,3422,596,1763,601,5.2,greater than 264725.0
|
| 706 |
+
-116.71,33.94,12,549,109,209,90,3.02,less than 119600.0
|
| 707 |
+
-122.92,38.97,20,2067,384,904,333,2.99,between 119600.0 and 179700.0
|
| 708 |
+
-117.81,33.67,9,2435,396,1194,385,7.2,greater than 264725.0
|
| 709 |
+
-122.27,37.85,52,4076,920,1800,815,2.71,between 179700.0 and 264725.0
|
| 710 |
+
-117.38,33.89,12,3964,524,1707,549,5.16,greater than 264725.0
|
| 711 |
+
-119.23,34.25,28,26,3,29,9,8.0,greater than 264725.0
|
| 712 |
+
-118.39,34.08,52,1244,304,444,282,3.51,greater than 264725.0
|
| 713 |
+
-121.46,38.49,15,10211,1995,5656,1752,2.58,less than 119600.0
|
| 714 |
+
-118.45,34.03,45,727,168,520,175,2.65,greater than 264725.0
|
| 715 |
+
-117.9,33.97,23,7353,1255,4014,1124,5.42,between 179700.0 and 264725.0
|
| 716 |
+
-121.43,38.69,28,927,165,542,148,2.5,less than 119600.0
|
| 717 |
+
-117.93,33.85,31,2149,465,966,302,3.88,between 179700.0 and 264725.0
|
| 718 |
+
-118.23,33.9,45,1285,238,840,211,3.41,less than 119600.0
|
| 719 |
+
-118.1,34.7,5,10356,1647,4562,1427,4.98,between 119600.0 and 179700.0
|
| 720 |
+
-118.1,33.98,34,1357,310,1042,287,3.41,between 119600.0 and 179700.0
|
| 721 |
+
-118.03,33.82,17,2178,477,1077,457,3.68,between 179700.0 and 264725.0
|
| 722 |
+
-117.29,32.92,25,2355,381,823,358,6.83,greater than 264725.0
|
| 723 |
+
-121.53,38.57,34,3395,592,1518,627,4.08,less than 119600.0
|
| 724 |
+
-122.46,37.66,36,2535,451,1390,436,5.34,between 179700.0 and 264725.0
|
| 725 |
+
-119.9,37.49,13,2230,443,920,361,3.0,less than 119600.0
|
| 726 |
+
-119.01,35.36,24,1941,484,1277,435,1.06,less than 119600.0
|
| 727 |
+
-117.01,32.85,23,2592,414,1401,431,5.49,between 119600.0 and 179700.0
|
| 728 |
+
-117.08,32.65,17,2633,712,1487,694,2.54,between 119600.0 and 179700.0
|
| 729 |
+
-122.22,37.81,52,1971,335,765,308,6.52,greater than 264725.0
|
| 730 |
+
-118.01,33.88,19,1434,391,1088,341,3.37,greater than 264725.0
|
| 731 |
+
-117.79,33.7,16,6259,1098,3785,1114,6.33,between 179700.0 and 264725.0
|
| 732 |
+
-118.31,34.22,27,7714,1132,3199,1100,7.13,greater than 264725.0
|
| 733 |
+
-117.93,33.86,36,1672,318,1173,337,4.58,between 179700.0 and 264725.0
|
| 734 |
+
-118.12,33.8,35,1835,435,774,418,2.71,between 179700.0 and 264725.0
|
| 735 |
+
-117.87,34.07,21,4723,882,2210,768,3.82,between 179700.0 and 264725.0
|
| 736 |
+
-118.48,33.43,29,716,214,422,173,2.6,greater than 264725.0
|
| 737 |
+
-124.11,40.95,19,1734,365,866,342,2.96,less than 119600.0
|
| 738 |
+
-118.34,33.86,35,1936,343,1008,346,5.48,greater than 264725.0
|
| 739 |
+
-122.17,37.43,24,3924,1142,7174,950,4.1,greater than 264725.0
|
| 740 |
+
-122.23,37.42,16,1945,320,512,300,7.45,greater than 264725.0
|
| 741 |
+
-118.26,34.12,45,2839,698,1768,653,3.13,between 179700.0 and 264725.0
|
| 742 |
+
-118.17,34.09,45,1327,271,1069,284,3.4,between 119600.0 and 179700.0
|
| 743 |
+
-117.23,32.99,17,2718,326,1011,319,15.0,greater than 264725.0
|
| 744 |
+
-117.24,33.21,9,2486,626,1938,525,2.13,between 119600.0 and 179700.0
|
| 745 |
+
-121.5,38.34,36,1212,255,569,256,2.0,less than 119600.0
|
| 746 |
+
-119.15,36.29,18,1435,257,657,254,2.43,less than 119600.0
|
| 747 |
+
-118.06,33.84,20,5643,1231,3841,1195,4.05,between 119600.0 and 179700.0
|
| 748 |
+
-122.17,37.87,38,1261,177,472,183,6.92,greater than 264725.0
|
| 749 |
+
-118.34,33.93,35,1213,284,742,253,4.06,between 119600.0 and 179700.0
|
| 750 |
+
-117.71,33.58,2,2530,562,1066,510,4.63,between 179700.0 and 264725.0
|
| 751 |
+
-120.59,38.45,13,2944,558,1091,466,3.0,less than 119600.0
|
| 752 |
+
-119.69,36.8,31,2576,458,1306,418,3.28,less than 119600.0
|
| 753 |
+
-121.97,37.97,24,1330,183,656,205,5.01,between 179700.0 and 264725.0
|
| 754 |
+
-120.62,38.39,15,3750,691,1444,603,2.74,between 119600.0 and 179700.0
|
| 755 |
+
-118.32,34.09,27,210,98,332,112,2.56,between 119600.0 and 179700.0
|
| 756 |
+
-120.66,35.27,17,2719,589,1386,570,3.73,between 179700.0 and 264725.0
|
| 757 |
+
-117.38,33.97,29,1157,297,2027,253,1.64,between 119600.0 and 179700.0
|
| 758 |
+
-121.52,38.65,17,1269,233,494,231,3.96,greater than 264725.0
|
| 759 |
+
-117.32,34.51,16,3072,612,1283,604,2.89,less than 119600.0
|
| 760 |
+
-121.54,38.59,40,2120,504,1304,464,2.04,less than 119600.0
|
| 761 |
+
-117.24,32.8,26,3433,873,1492,798,2.93,between 179700.0 and 264725.0
|
| 762 |
+
-121.83,37.3,17,1299,211,825,217,4.5,between 179700.0 and 264725.0
|
| 763 |
+
-118.39,33.89,40,826,143,389,147,7.18,greater than 264725.0
|
| 764 |
+
-118.22,33.95,36,1679,483,2249,487,2.82,between 119600.0 and 179700.0
|
| 765 |
+
-119.8,36.78,50,1818,374,737,338,2.26,less than 119600.0
|
| 766 |
+
-118.17,34.18,44,1401,246,607,271,2.85,between 179700.0 and 264725.0
|
| 767 |
+
-118.39,33.97,44,1097,186,513,185,6.24,greater than 264725.0
|
| 768 |
+
-121.2,39.2,16,1039,182,554,184,2.97,between 119600.0 and 179700.0
|
| 769 |
+
-122.21,40.18,30,744,156,410,165,2.19,less than 119600.0
|
| 770 |
+
-117.15,34.04,14,2845,420,1172,377,7.58,greater than 264725.0
|
| 771 |
+
-122.01,37.39,26,2500,962,2374,879,3.56,between 179700.0 and 264725.0
|
| 772 |
+
-121.13,38.87,48,1127,188,530,186,3.09,between 119600.0 and 179700.0
|
| 773 |
+
-118.33,34.04,48,2437,443,1400,426,2.63,between 179700.0 and 264725.0
|
| 774 |
+
-122.26,37.85,50,1120,283,697,264,2.12,between 119600.0 and 179700.0
|
| 775 |
+
-117.78,33.68,15,1834,330,841,309,6.06,between 179700.0 and 264725.0
|
| 776 |
+
-118.28,33.95,40,2044,538,2150,524,2.14,less than 119600.0
|
| 777 |
+
-116.33,34.15,13,1808,411,735,320,1.55,less than 119600.0
|
| 778 |
+
-117.79,34.1,26,1664,344,1024,339,3.52,between 179700.0 and 264725.0
|
| 779 |
+
-118.59,34.22,17,6015,1464,3056,1347,4.01,between 179700.0 and 264725.0
|
| 780 |
+
-117.9,33.91,26,2885,476,1227,439,4.95,between 179700.0 and 264725.0
|
| 781 |
+
-117.07,33.15,17,1893,297,936,287,5.18,between 119600.0 and 179700.0
|
| 782 |
+
-121.46,38.55,40,2077,435,1454,385,2.01,less than 119600.0
|
| 783 |
+
-118.91,35.4,10,3587,774,1398,763,2.57,less than 119600.0
|
| 784 |
+
-119.01,36.06,25,1505,367,1392,359,1.68,less than 119600.0
|
| 785 |
+
-118.78,34.27,20,2743,685,1798,613,3.68,between 119600.0 and 179700.0
|
| 786 |
+
-118.19,33.91,33,915,225,826,212,2.77,less than 119600.0
|
| 787 |
+
-117.26,33.18,9,4540,793,2235,746,4.58,between 179700.0 and 264725.0
|
| 788 |
+
-121.07,39.09,17,1878,345,892,299,2.89,between 119600.0 and 179700.0
|
| 789 |
+
-124.1,40.5,42,2380,553,1300,504,1.76,less than 119600.0
|
| 790 |
+
-116.76,34.29,14,3959,849,1064,376,2.82,less than 119600.0
|
| 791 |
+
-117.99,33.81,42,161,40,157,50,2.2,between 119600.0 and 179700.0
|
| 792 |
+
-122.21,37.78,52,1477,300,1065,269,1.85,between 119600.0 and 179700.0
|
| 793 |
+
-117.19,33.69,3,6484,1037,3295,1074,4.59,between 119600.0 and 179700.0
|
| 794 |
+
-122.29,37.76,18,2873,763,1243,663,5.17,greater than 264725.0
|
| 795 |
+
-120.73,37.38,37,653,176,827,176,1.92,less than 119600.0
|
| 796 |
+
-118.3,34.25,36,1300,304,688,261,3.15,between 119600.0 and 179700.0
|
| 797 |
+
-121.78,37.69,34,2358,498,1157,461,3.36,between 119600.0 and 179700.0
|
| 798 |
+
-122.28,37.52,29,1526,355,724,315,4.03,greater than 264725.0
|
| 799 |
+
-117.19,34.08,22,2467,555,1567,494,2.65,less than 119600.0
|
| 800 |
+
-122.2,37.78,52,2300,443,1225,423,3.54,between 119600.0 and 179700.0
|
| 801 |
+
-122.24,37.47,36,2021,433,1117,432,3.93,greater than 264725.0
|
| 802 |
+
-117.95,34.16,17,7116,1089,3538,1083,6.27,greater than 264725.0
|
| 803 |
+
-118.37,34.1,37,407,67,100,47,15.0,greater than 264725.0
|
| 804 |
+
-119.03,35.35,34,1441,294,695,275,2.69,less than 119600.0
|
| 805 |
+
-118.09,34.11,45,1883,275,764,289,6.51,greater than 264725.0
|
| 806 |
+
-121.96,38.02,35,2691,542,1409,505,3.02,less than 119600.0
|
| 807 |
+
-118.2,34.04,18,796,227,547,218,1.03,between 119600.0 and 179700.0
|
| 808 |
+
-118.12,34.71,46,40,10,14,7,1.12,between 179700.0 and 264725.0
|
| 809 |
+
-118.0,34.14,31,1298,431,1131,425,1.05,between 119600.0 and 179700.0
|
| 810 |
+
-117.68,35.6,12,1678,241,765,281,6.05,less than 119600.0
|
| 811 |
+
-120.1,39.19,17,1480,241,202,80,3.94,between 179700.0 and 264725.0
|
| 812 |
+
-118.28,33.96,37,1812,500,1640,447,1.93,less than 119600.0
|
| 813 |
+
-117.28,34.15,38,1981,343,796,344,3.81,less than 119600.0
|
| 814 |
+
-118.49,34.14,28,3539,441,1190,421,10.68,greater than 264725.0
|
| 815 |
+
-118.03,33.83,34,3203,653,2072,691,4.22,between 179700.0 and 264725.0
|
| 816 |
+
-122.22,38.15,7,5129,820,2824,738,5.51,between 119600.0 and 179700.0
|
| 817 |
+
-122.86,39.08,24,3127,674,1015,448,2.04,less than 119600.0
|
| 818 |
+
-117.01,34.9,34,2194,519,1326,515,2.11,less than 119600.0
|
| 819 |
+
-116.15,33.64,10,1711,499,1896,443,1.66,less than 119600.0
|
| 820 |
+
-123.58,39.66,15,1839,489,887,332,2.24,less than 119600.0
|
| 821 |
+
-117.24,33.05,11,5827,882,2588,842,6.4,greater than 264725.0
|
| 822 |
+
-122.03,37.34,17,1165,278,598,287,4.01,greater than 264725.0
|
| 823 |
+
-122.34,40.51,16,2247,502,1206,463,1.99,less than 119600.0
|
| 824 |
+
-118.19,33.78,21,2741,1029,2924,969,1.33,between 179700.0 and 264725.0
|
| 825 |
+
-118.26,33.94,41,1510,410,1408,389,1.65,less than 119600.0
|
| 826 |
+
-117.25,33.21,9,1944,488,1992,453,2.07,between 119600.0 and 179700.0
|
| 827 |
+
-121.74,37.35,34,440,90,217,93,5.23,greater than 264725.0
|
| 828 |
+
-122.13,37.74,41,4400,666,1476,648,5.0,between 179700.0 and 264725.0
|
| 829 |
+
-118.2,34.14,51,1941,378,1012,371,3.94,between 179700.0 and 264725.0
|
| 830 |
+
-117.06,32.66,24,2587,491,1617,458,3.51,between 119600.0 and 179700.0
|
| 831 |
+
-120.4,37.98,19,2010,433,910,390,2.67,between 119600.0 and 179700.0
|
| 832 |
+
-122.74,38.45,25,2696,496,1296,514,4.08,between 119600.0 and 179700.0
|
| 833 |
+
-122.07,37.67,38,2104,409,1039,394,3.88,between 119600.0 and 179700.0
|
| 834 |
+
-117.05,32.75,36,2024,408,1030,390,3.82,between 119600.0 and 179700.0
|
| 835 |
+
-118.13,34.08,35,2517,662,1883,607,2.58,between 179700.0 and 264725.0
|
| 836 |
+
-118.46,34.42,25,2988,525,1884,513,4.7,between 119600.0 and 179700.0
|
| 837 |
+
-117.09,32.66,38,833,206,570,182,1.83,between 119600.0 and 179700.0
|
| 838 |
+
-121.63,38.67,34,431,85,391,77,2.62,between 179700.0 and 264725.0
|
| 839 |
+
-122.7,38.23,47,2090,387,1053,377,3.57,greater than 264725.0
|
| 840 |
+
-119.7,34.41,19,1215,360,1349,423,2.66,between 179700.0 and 264725.0
|
| 841 |
+
-119.82,36.83,14,2982,412,1408,423,5.32,between 119600.0 and 179700.0
|
| 842 |
+
-118.3,33.79,9,2782,884,1790,748,2.92,between 179700.0 and 264725.0
|
| 843 |
+
-121.45,38.56,51,1250,235,452,232,2.62,between 119600.0 and 179700.0
|
| 844 |
+
-117.74,34.03,27,3623,809,3712,754,3.46,between 119600.0 and 179700.0
|
| 845 |
+
-120.97,37.68,16,2349,446,1302,392,3.16,between 119600.0 and 179700.0
|
| 846 |
+
-116.99,32.83,20,6696,1326,3687,1291,3.2,between 119600.0 and 179700.0
|
| 847 |
+
-119.34,36.21,30,749,214,537,199,0.82,less than 119600.0
|
| 848 |
+
-117.1,32.58,33,393,76,330,80,4.1,between 119600.0 and 179700.0
|
| 849 |
+
-121.57,39.16,33,2033,375,914,330,2.7,less than 119600.0
|
| 850 |
+
-118.25,33.96,48,1052,234,793,216,1.66,less than 119600.0
|
| 851 |
+
-117.41,33.94,33,2074,476,911,420,2.87,less than 119600.0
|
| 852 |
+
-117.31,34.08,43,1697,387,1181,352,1.92,less than 119600.0
|
| 853 |
+
-117.7,33.6,25,1321,295,396,278,3.11,less than 119600.0
|
| 854 |
+
-117.09,32.62,37,1925,428,1344,426,2.49,between 119600.0 and 179700.0
|
| 855 |
+
-117.6,33.42,23,2482,461,1048,425,4.67,greater than 264725.0
|
| 856 |
+
-117.01,33.75,15,2873,903,1094,659,1.8,less than 119600.0
|
| 857 |
+
-122.1,37.68,31,1892,428,1162,389,3.12,between 119600.0 and 179700.0
|
| 858 |
+
-118.37,34.05,35,2457,552,1159,523,3.09,greater than 264725.0
|
| 859 |
+
-122.25,37.8,43,2344,647,1710,644,1.65,between 119600.0 and 179700.0
|
| 860 |
+
-118.02,33.76,27,2905,587,1781,561,4.25,between 179700.0 and 264725.0
|
| 861 |
+
-118.05,33.78,25,2356,330,937,326,6.63,greater than 264725.0
|
| 862 |
+
-118.34,33.8,34,1730,427,1008,393,3.94,greater than 264725.0
|
| 863 |
+
-118.32,34.16,46,2345,453,1031,427,4.32,greater than 264725.0
|
| 864 |
+
-118.49,34.02,28,1394,582,716,543,1.51,greater than 264725.0
|
| 865 |
+
-120.91,38.11,9,3585,680,1800,598,3.64,between 119600.0 and 179700.0
|
| 866 |
+
-122.04,37.34,25,1994,287,704,283,7.78,greater than 264725.0
|
| 867 |
+
-118.36,34.14,30,1376,317,629,320,3.68,greater than 264725.0
|
| 868 |
+
-117.7,34.07,33,1552,288,1326,303,3.8,between 119600.0 and 179700.0
|
| 869 |
+
-117.28,34.24,16,3474,633,853,315,5.22,between 119600.0 and 179700.0
|
| 870 |
+
-118.05,34.07,32,4492,1075,4119,1035,3.24,between 179700.0 and 264725.0
|
| 871 |
+
-122.28,37.53,15,5417,1199,2593,1098,4.8,greater than 264725.0
|
| 872 |
+
-121.87,37.38,16,3275,529,1863,527,5.54,greater than 264725.0
|
| 873 |
+
-121.31,37.9,38,226,44,125,38,2.9,between 119600.0 and 179700.0
|
| 874 |
+
-122.52,37.89,17,4363,1041,1640,989,3.95,greater than 264725.0
|
| 875 |
+
-117.46,34.85,7,9759,1816,2933,1168,3.49,between 119600.0 and 179700.0
|
| 876 |
+
-123.21,39.07,17,1890,342,877,312,3.78,between 119600.0 and 179700.0
|
| 877 |
+
-118.47,34.04,21,5041,1491,2719,1420,3.53,greater than 264725.0
|
| 878 |
+
-117.14,32.72,43,1073,344,660,279,2.05,between 119600.0 and 179700.0
|
| 879 |
+
-119.37,36.21,35,2228,476,1567,449,1.45,less than 119600.0
|
| 880 |
+
-122.25,37.87,52,609,236,1349,250,1.17,greater than 264725.0
|
| 881 |
+
-120.95,37.62,11,4981,814,1934,686,3.7,between 119600.0 and 179700.0
|
| 882 |
+
-118.33,34.0,52,1114,169,486,176,4.29,between 179700.0 and 264725.0
|
| 883 |
+
-122.39,37.74,52,126,24,37,27,10.23,between 179700.0 and 264725.0
|
| 884 |
+
-122.12,37.4,32,3514,473,1583,480,10.39,greater than 264725.0
|
| 885 |
+
-120.94,37.74,35,1166,268,515,266,2.35,less than 119600.0
|
| 886 |
+
-118.12,33.79,41,1762,314,738,300,4.17,between 179700.0 and 264725.0
|
| 887 |
+
-117.19,34.03,36,2223,361,942,331,4.68,between 119600.0 and 179700.0
|
| 888 |
+
-123.59,38.8,17,5202,1037,1742,803,3.12,between 119600.0 and 179700.0
|
| 889 |
+
-118.02,34.15,44,2419,437,1045,432,3.88,greater than 264725.0
|
| 890 |
+
-121.23,38.67,27,5266,971,2432,948,3.9,between 119600.0 and 179700.0
|
| 891 |
+
-122.81,40.93,16,2050,471,588,195,2.71,less than 119600.0
|
| 892 |
+
-122.25,37.5,45,1812,336,752,329,4.95,greater than 264725.0
|
| 893 |
+
-119.17,34.27,24,4165,646,2194,658,6.07,between 179700.0 and 264725.0
|
| 894 |
+
-123.41,41.6,23,1654,369,669,273,1.97,less than 119600.0
|
| 895 |
+
-117.99,33.97,18,4078,484,1490,482,10.8,greater than 264725.0
|
| 896 |
+
-118.2,33.95,41,679,184,788,185,2.14,between 119600.0 and 179700.0
|
| 897 |
+
-117.26,32.95,34,1651,273,650,271,5.66,greater than 264725.0
|
| 898 |
+
-118.27,33.86,26,1097,167,701,188,6.58,between 179700.0 and 264725.0
|
| 899 |
+
-117.76,33.87,16,3182,429,1663,428,7.06,greater than 264725.0
|
| 900 |
+
-117.94,33.8,23,2757,734,1811,707,2.8,between 179700.0 and 264725.0
|
| 901 |
+
-119.83,34.44,35,796,281,567,257,2.14,between 179700.0 and 264725.0
|
| 902 |
+
-122.27,37.54,15,2126,310,905,306,8.91,greater than 264725.0
|
| 903 |
+
-117.91,33.87,52,2031,506,1191,463,2.91,between 119600.0 and 179700.0
|
| 904 |
+
-117.18,32.7,42,1691,286,761,281,5.14,greater than 264725.0
|
| 905 |
+
-119.19,34.28,28,3231,524,1665,540,4.86,between 179700.0 and 264725.0
|
| 906 |
+
-121.93,37.22,21,4872,594,1811,560,9.38,greater than 264725.0
|
| 907 |
+
-119.78,36.78,31,2164,456,959,463,2.33,less than 119600.0
|
| 908 |
+
-119.17,34.31,21,259,38,142,45,5.27,greater than 264725.0
|
| 909 |
+
-118.4,34.21,30,2453,544,1753,506,2.98,between 179700.0 and 264725.0
|
| 910 |
+
-121.45,38.52,37,1477,321,888,312,2.56,less than 119600.0
|
| 911 |
+
-119.73,36.56,32,1513,272,1038,272,3.05,less than 119600.0
|
| 912 |
+
-118.08,34.56,14,5144,887,2846,824,4.56,between 119600.0 and 179700.0
|
| 913 |
+
-117.63,33.63,6,3068,549,985,536,4.2,between 179700.0 and 264725.0
|
| 914 |
+
-118.47,34.0,37,2586,765,1801,737,2.6,greater than 264725.0
|
| 915 |
+
-117.91,34.02,22,6269,1279,5587,1251,3.82,between 119600.0 and 179700.0
|
| 916 |
+
-122.01,37.83,30,3917,549,1330,544,6.56,greater than 264725.0
|
| 917 |
+
-117.87,33.78,19,2813,567,1334,596,4.72,between 119600.0 and 179700.0
|
| 918 |
+
-122.48,38.32,31,1701,363,680,324,3.14,between 179700.0 and 264725.0
|
| 919 |
+
-122.06,37.67,22,3882,816,1830,743,4.27,between 179700.0 and 264725.0
|
| 920 |
+
-118.94,36.32,10,2271,398,986,358,4.07,between 119600.0 and 179700.0
|
| 921 |
+
-124.35,40.54,52,1820,300,806,270,3.01,less than 119600.0
|
| 922 |
+
-122.03,37.99,37,1755,327,882,350,4.59,between 119600.0 and 179700.0
|
| 923 |
+
-121.4,38.55,19,2497,494,748,442,2.92,between 119600.0 and 179700.0
|
| 924 |
+
-118.28,33.73,39,2602,802,2178,737,2.05,between 179700.0 and 264725.0
|
| 925 |
+
-118.66,35.2,7,9664,1692,3617,1370,4.06,between 119600.0 and 179700.0
|
| 926 |
+
-123.5,39.67,22,2124,450,1122,446,2.18,less than 119600.0
|
| 927 |
+
-118.27,34.09,52,1079,222,439,201,4.62,between 179700.0 and 264725.0
|
| 928 |
+
-122.04,37.34,23,2590,725,1795,680,3.16,between 179700.0 and 264725.0
|
| 929 |
+
-118.38,34.17,33,1588,454,739,392,2.82,between 179700.0 and 264725.0
|
| 930 |
+
-118.04,33.93,36,1045,239,1165,230,3.2,between 119600.0 and 179700.0
|
| 931 |
+
-118.31,34.17,12,3188,931,2118,850,3.18,between 179700.0 and 264725.0
|
| 932 |
+
-118.06,34.12,34,2941,558,1660,576,4.57,greater than 264725.0
|
| 933 |
+
-122.26,38.15,26,3699,671,2388,699,4.05,between 119600.0 and 179700.0
|
| 934 |
+
-117.11,32.78,16,2220,512,930,527,3.65,between 119600.0 and 179700.0
|
| 935 |
+
-118.76,34.26,26,1929,293,1067,320,5.4,between 179700.0 and 264725.0
|
| 936 |
+
-122.32,37.52,17,6645,1034,2557,1032,6.39,greater than 264725.0
|
| 937 |
+
-117.9,34.13,37,1801,422,1564,425,3.16,between 119600.0 and 179700.0
|
| 938 |
+
-122.43,37.76,52,3771,1017,1575,921,3.57,greater than 264725.0
|
| 939 |
+
-121.67,39.37,27,2599,502,1241,502,1.99,less than 119600.0
|
| 940 |
+
-120.55,38.46,16,1443,249,435,181,3.2,between 119600.0 and 179700.0
|
| 941 |
+
-121.81,37.25,20,3398,771,1231,744,2.03,greater than 264725.0
|
| 942 |
+
-122.03,37.62,35,1298,236,632,204,3.89,between 179700.0 and 264725.0
|
| 943 |
+
-119.71,36.81,9,1122,290,662,284,2.05,less than 119600.0
|
| 944 |
+
-122.09,37.21,15,1969,332,822,324,7.88,greater than 264725.0
|
| 945 |
+
-114.58,33.61,25,2907,680,1841,633,2.68,less than 119600.0
|
| 946 |
+
-121.26,37.96,40,535,105,335,102,2.52,less than 119600.0
|
| 947 |
+
-118.42,34.01,33,2731,535,1280,510,4.71,greater than 264725.0
|
| 948 |
+
-118.31,33.75,34,2338,393,1031,373,6.29,greater than 264725.0
|
| 949 |
+
-119.23,35.79,31,2862,606,2467,600,2.31,less than 119600.0
|
| 950 |
+
-122.71,37.88,21,2845,552,599,250,4.31,greater than 264725.0
|
| 951 |
+
-118.28,33.97,31,1068,271,1091,281,1.69,less than 119600.0
|
| 952 |
+
-117.96,33.88,25,3578,461,1588,466,6.26,greater than 264725.0
|
| 953 |
+
-117.33,34.12,33,933,219,838,211,1.34,less than 119600.0
|
| 954 |
+
-117.69,34.06,29,873,226,649,198,2.8,less than 119600.0
|
| 955 |
+
-121.3,38.65,36,1665,293,846,306,3.59,between 119600.0 and 179700.0
|
| 956 |
+
-122.45,37.78,52,3975,716,1515,691,5.02,greater than 264725.0
|
| 957 |
+
-118.88,34.02,19,15990,2611,5175,2173,7.78,greater than 264725.0
|
| 958 |
+
-122.43,37.8,52,1380,322,553,288,4.04,greater than 264725.0
|
| 959 |
+
-120.67,36.72,18,819,198,996,198,2.5,less than 119600.0
|
| 960 |
+
-116.38,33.74,7,17579,3479,3581,1820,4.08,between 179700.0 and 264725.0
|
| 961 |
+
-122.83,38.96,15,1318,296,567,276,1.87,less than 119600.0
|
| 962 |
+
-118.21,33.92,35,1669,445,1870,412,3.04,less than 119600.0
|
| 963 |
+
-118.24,34.15,17,5282,1605,4116,1574,3.05,between 179700.0 and 264725.0
|
| 964 |
+
-117.98,33.67,7,5664,1174,2493,1101,5.83,between 179700.0 and 264725.0
|
| 965 |
+
-117.99,33.93,36,1287,233,779,229,4.85,between 119600.0 and 179700.0
|
| 966 |
+
-122.25,37.48,45,2743,390,974,400,7.16,greater than 264725.0
|
| 967 |
+
-118.46,33.99,35,1214,300,478,265,4.02,greater than 264725.0
|
| 968 |
+
-122.04,36.97,40,1193,227,570,204,4.47,between 179700.0 and 264725.0
|
| 969 |
+
-117.37,34.12,32,3190,568,1614,512,3.84,less than 119600.0
|
| 970 |
+
-122.64,38.87,16,1177,240,519,199,1.57,less than 119600.0
|
| 971 |
+
-117.34,33.15,17,4505,1140,2111,1062,3.35,greater than 264725.0
|
| 972 |
+
-122.33,37.94,43,1876,389,807,377,3.16,between 119600.0 and 179700.0
|
| 973 |
+
-119.66,36.34,32,1338,276,859,286,2.64,less than 119600.0
|
| 974 |
+
-122.09,37.71,31,1843,282,749,269,5.29,between 179700.0 and 264725.0
|
| 975 |
+
-117.96,33.83,29,1194,176,474,170,6.1,greater than 264725.0
|
| 976 |
+
-117.65,34.02,9,2107,411,1138,389,4.4,between 119600.0 and 179700.0
|
| 977 |
+
-118.09,34.01,42,897,229,1094,238,2.07,less than 119600.0
|
| 978 |
+
-122.61,38.24,25,2990,450,1335,434,4.7,between 179700.0 and 264725.0
|
| 979 |
+
-118.43,33.96,20,1901,270,704,254,8.78,greater than 264725.0
|
| 980 |
+
-122.22,37.48,47,2570,783,3107,724,2.81,between 179700.0 and 264725.0
|
| 981 |
+
-123.52,41.01,17,1564,345,517,222,2.15,less than 119600.0
|
| 982 |
+
-118.26,34.08,45,2174,627,1992,557,2.54,between 119600.0 and 179700.0
|
| 983 |
+
-123.17,39.15,30,1904,331,816,325,4.42,between 119600.0 and 179700.0
|
| 984 |
+
-121.97,37.56,13,8918,1823,4518,1772,4.81,between 179700.0 and 264725.0
|
| 985 |
+
-118.19,33.99,38,1212,272,1129,263,2.67,between 119600.0 and 179700.0
|
| 986 |
+
-117.96,33.78,33,1520,239,658,242,4.88,greater than 264725.0
|
| 987 |
+
-121.87,37.1,20,1918,304,798,302,7.58,greater than 264725.0
|
| 988 |
+
-121.44,38.64,25,1678,367,971,307,1.04,less than 119600.0
|
| 989 |
+
-117.92,34.08,35,1897,311,965,323,5.7,between 179700.0 and 264725.0
|
| 990 |
+
-118.94,35.38,26,4800,831,2365,743,3.75,less than 119600.0
|
| 991 |
+
-118.2,34.05,42,1703,586,2490,581,2.02,between 119600.0 and 179700.0
|
| 992 |
+
-122.5,37.76,48,1408,295,891,269,3.83,greater than 264725.0
|
| 993 |
+
-121.47,39.51,19,3720,636,1304,607,2.69,less than 119600.0
|
| 994 |
+
-122.11,37.7,19,2693,789,1765,724,2.42,between 119600.0 and 179700.0
|
| 995 |
+
-121.28,37.97,47,2348,507,1455,479,1.65,less than 119600.0
|
| 996 |
+
-117.43,34.1,34,1345,265,834,290,3.7,less than 119600.0
|
| 997 |
+
-117.64,33.45,26,1528,234,607,218,6.29,greater than 264725.0
|
| 998 |
+
-122.97,38.5,44,3234,746,1112,470,1.93,between 119600.0 and 179700.0
|
| 999 |
+
-121.26,37.98,41,1633,433,885,413,0.98,less than 119600.0
|
| 1000 |
+
-118.12,34.18,44,2357,342,891,337,6.35,greater than 264725.0
|
| 1001 |
+
-117.34,33.21,12,5963,1372,3015,1124,2.74,between 179700.0 and 264725.0
|
| 1002 |
+
-117.74,34.07,42,2504,553,1550,509,3.03,between 119600.0 and 179700.0
|
| 1003 |
+
-118.46,34.23,16,6338,1768,4718,1632,3.02,between 119600.0 and 179700.0
|
| 1004 |
+
-120.84,35.3,15,2062,327,781,316,4.94,greater than 264725.0
|
classification/unipredict/oles04-bundesliga-seasons/test.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/oles04-bundesliga-seasons/test.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/oles04-bundesliga-seasons/train.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/oles04-bundesliga-seasons/train.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/oles04-top-leagues-player/metadata.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "oles04-top-leagues-player",
|
| 3 |
+
"benchmark": "unipredict",
|
| 4 |
+
"sub_benchmark": "",
|
| 5 |
+
"task_type": "clf",
|
| 6 |
+
"data_type": "mixed",
|
| 7 |
+
"target_column": "age",
|
| 8 |
+
"label_values": [
|
| 9 |
+
"greater than 30.0",
|
| 10 |
+
"between 26.0 and 30.0",
|
| 11 |
+
"less than 23.0",
|
| 12 |
+
"between 23.0 and 26.0"
|
| 13 |
+
],
|
| 14 |
+
"num_labels": 4,
|
| 15 |
+
"train_samples": 2348,
|
| 16 |
+
"test_samples": 264,
|
| 17 |
+
"train_label_distribution": {
|
| 18 |
+
"greater than 30.0": 609,
|
| 19 |
+
"between 26.0 and 30.0": 649,
|
| 20 |
+
"between 23.0 and 26.0": 550,
|
| 21 |
+
"less than 23.0": 540
|
| 22 |
+
},
|
| 23 |
+
"test_label_distribution": {
|
| 24 |
+
"greater than 30.0": 68,
|
| 25 |
+
"less than 23.0": 61,
|
| 26 |
+
"between 26.0 and 30.0": 73,
|
| 27 |
+
"between 23.0 and 26.0": 62
|
| 28 |
+
}
|
| 29 |
+
}
|
classification/unipredict/oles04-top-leagues-player/test.csv
ADDED
|
@@ -0,0 +1,265 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Unnamed: 0,name,full_name,height,nationality,place_of_birth,price,max_price,position,shirt_nr,foot,club,contract_expires,joined_club,player_agent,outfitter,league,age
|
| 2 |
+
319,Theo Walcott,Theo James Walcott,1.75,England,London,1.8,28.0,Attack - Right Winger,32,both,Southampton,2023-06-30,2021-07-01,Wasserman,adidas,EPL,greater than 30.0
|
| 3 |
+
79,Alisson,,1.93,Brazil,Novo Hamburgo,45.0,90.0,Goalkeeper,1,right,Liverpool,2027-06-30,2018-07-19,NWS - Neis World ...,Nike,EPL,greater than 30.0
|
| 4 |
+
1000,Ibrahima Cissé,,1.96,Mali France,Dreux,0.2,0.2,Defender - Centre-Back,22,right,FC Schalke 04,2026-06-30,2022-07-01,,,Bundesliga,less than 23.0
|
| 5 |
+
2207,Pablo Rosario,Pablo Paulino Rosario,1.85,Netherlands Dominican Republic,Amsterdam,7.0,13.0,midfield - Defensive Midfield,8,right,OGC Nice,2026-06-30,2021-07-27,Team Raiola,,Ligue1,between 26.0 and 30.0
|
| 6 |
+
1975,Matija Nastasić,Матија Настасић,1.88,Serbia,Valjevo,1.5,22.0,Defender - Centre-Back,2,left,RCD Mallorca,2023-06-30,2022-09-01,LIAN Sports Group,,LaLiga,greater than 30.0
|
| 7 |
+
2431,Branco van den Boomen,,1.88,Netherlands,Eindhoven,9.0,9.0,midfield - Central Midfield,8,right,Toulouse,2023-06-30,2020-08-07,Forza Sports Group,,Ligue1,between 26.0 and 30.0
|
| 8 |
+
208,Pablo Fornals,Pablo Fornals Malla,1.78,Spain,Castelló de la Plana,25.0,30.0,midfield - Attacking Midfield,8,right,West Ham,2024-06-30,2019-07-01,Toldra Consulting ...,Nike,EPL,between 26.0 and 30.0
|
| 9 |
+
1907,Reinier,,1.85,Brazil,Brasília,3.0,25.0,midfield - Attacking Midfield,19,right,Girona,2023-06-30,2022-08-19,Bertolucci Sports,adidas,LaLiga,less than 23.0
|
| 10 |
+
709,Micky van de Ven,,1.93,Netherlands,Wormer,18.0,18.0,Defender - Centre-Back,5,left,VfL Wolfsburg,2027-06-30,2021-08-31,Team Raiola,,Bundesliga,less than 23.0
|
| 11 |
+
2399,Maxime Wackers,,1.84,France,Villeneuve-d'Ascq,0.15,0.15,Defender - Centre-Back,4,right,Lorient B,,2022-08-03,USM GROUP,,Other,between 23.0 and 26.0
|
| 12 |
+
601,Abdou Diallo,Abdou-Lakhad Diallo,1.87,Senegal France,Tours,15.0,35.0,Defender - Centre-Back,37,left,RB Leipzig,2023-06-30,2022-09-01,Classico,Puma,Bundesliga,between 26.0 and 30.0
|
| 13 |
+
1357,Jerdy Schouten,Jerdy Hendrikus Gerardus Bernardus Schouten,1.85,Netherlands,Spijkenisse,8.5,9.0,midfield - Defensive Midfield,30,right,Bologna,2026-06-30,2019-07-05,Key United,,SerieA,between 26.0 and 30.0
|
| 14 |
+
474,James McArthur,,1.78,Scotland,Glasgow,0.7,7.0,midfield - Central Midfield,18,both,Crystal Palace,2023-06-30,2014-09-01,StormSportsX,,EPL,greater than 30.0
|
| 15 |
+
809,Jamie Leweling,,1.84,Germany Ghana,Nürnberg,3.5,4.5,Attack - Second Striker,40,both,Union Berlin,2026-06-30,2022-07-01,Sports eXcellence ...,Puma,Bundesliga,less than 23.0
|
| 16 |
+
2495,Loïc Rémy,Loïc Alex Teliére Hubert Rémy,1.85,France Martinique,Rillieux-la-Pape,0.15,19.0,Attack - Centre-Forward,14,right,Stade Brestois,2023-06-30,2023-02-01,Relatives,,Ligue1,greater than 30.0
|
| 17 |
+
579,Abdoulaye Kamara,,1.83,France Guinea,Conakry,1.0,1.0,midfield - Defensive Midfield,32,right,B. Dortmund II,2024-06-30,2021-07-20,,,Other,less than 23.0
|
| 18 |
+
1300,Mërgim Vojvoda,,1.87,Kosovo Albania,Hof (Saale),5.0,5.5,Defender - Right-Back,27,right,Torino,2024-06-30,2020-09-01,Soccer11,,SerieA,between 26.0 and 30.0
|
| 19 |
+
262,Emiliano Buendía,Emiliano Buendía Stati,1.72,Argentina Spain,Mar del Plata,28.0,35.0,Attack - Right Winger,10,right,Aston Villa,2026-06-30,2021-07-01,Universal Twenty Two,,EPL,between 26.0 and 30.0
|
| 20 |
+
2228,Malo Gusto,,1.79,France Portugal,Décines-Charpieu,25.0,25.0,Defender - Right-Back,27,right,Olympique Lyon,2023-06-30,2023-01-30,E CASTAGNINO,,Ligue1,less than 23.0
|
| 21 |
+
2470,Iké Ugbo,Iké Dominique Ugbo,1.84,Canada England,London,4.0,5.0,Attack - Centre-Forward,9,right,Troyes,2026-06-30,2022-08-04,FA Sport,,Ligue1,between 23.0 and 26.0
|
| 22 |
+
1345,Federico Ravaglia,,1.96,Italy,Bologna,0.45,0.5,Goalkeeper,34,right,Bologna,2026-06-30,2017-07-01,BC Group,,SerieA,between 23.0 and 26.0
|
| 23 |
+
1544,Kevin Lasagna,,1.81,Italy,Suzzara,2.0,8.0,Attack - Centre-Forward,11,left,Hellas Verona,2025-06-30,2021-07-01,P&P Sport ...,,SerieA,greater than 30.0
|
| 24 |
+
2334,Falaye Sacko,,1.79,Mali,Bamako,4.0,4.0,Defender - Right-Back,77,right,Montpellier,2023-06-30,2022-07-01,Sferico Sports ...,,Ligue1,between 26.0 and 30.0
|
| 25 |
+
1709,Étienne Capoue,,1.89,France Guadeloupe,Niort,3.0,13.0,midfield - Defensive Midfield,6,right,Villarreal,2024-06-30,2021-01-04,World Soccer Star ...,,LaLiga,greater than 30.0
|
| 26 |
+
2146,Romain Salin,,1.86,France,Mayenne,0.3,2.2,Goalkeeper,89,left,Rennes,2024-06-30,2019-07-01,NexSt11,,Ligue1,greater than 30.0
|
| 27 |
+
275,Hugo Bueno,Hugo Bueno López,1.8,Spain,Vigo,0.2,0.2,Defender - Left-Back,64,left,Wolves,2026-06-30,2022-07-01,Footfeel ISM,,EPL,less than 23.0
|
| 28 |
+
1926,Ronaël Pierre-Gabriel,Ronaël Julien Pierre-Gabriel,1.77,France Martinique,Paris,4.5,6.0,Defender - Right-Back,18,right,Espanyol,2023-06-30,2023-01-18,One Team Football,,LaLiga,between 23.0 and 26.0
|
| 29 |
+
756,Philipp Pentke,,1.91,Germany,Freiberg,0.3,0.4,Goalkeeper,12,right,TSG Hoffenheim,2023-06-30,2019-07-01,Bigpoint,HashtagOne,Bundesliga,greater than 30.0
|
| 30 |
+
2201,Joe Bryan,Joseph Edward Bryan,1.7,England,Bristol,3.0,7.0,Defender - Left-Back,15,left,OGC Nice,2023-06-30,2022-08-31,CAA Base Ltd,,Ligue1,between 26.0 and 30.0
|
| 31 |
+
1802,Karim Rekik,كريم رقيق,1.86,Netherlands Tunisia,Den Haag,4.0,15.0,Defender - Centre-Back,4,left,Sevilla FC,2025-06-30,2020-10-05,Juzzt Football,,LaLiga,between 26.0 and 30.0
|
| 32 |
+
585,Göktan Gürpüz,,1.76,Turkey Germany,Duisburg,0.3,0.3,midfield - Attacking Midfield,42,right,B. Dortmund II,2025-06-30,2022-07-01,SBE Management AG,,Other,less than 23.0
|
| 33 |
+
422,Mathias Jensen,,1.8,Denmark,"Jerslev, West Zealand",14.0,14.0,midfield - Central Midfield,8,right,Brentford,2026-06-30,2019-07-10,CAA Stellar,Nike,Other,between 26.0 and 30.0
|
| 34 |
+
1048,Alex Meret,,1.9,Italy,Udine,18.0,40.0,Goalkeeper,1,left,SSC Napoli,2024-06-30,2019-07-01,P&P Sport ...,adidas,Other,between 26.0 and 30.0
|
| 35 |
+
1195,Edoardo Bove,,1.81,Italy,Roma,3.0,3.0,midfield,52,right,AS Roma,2025-06-30,2021-07-01,BSM,adidas,SerieA,less than 23.0
|
| 36 |
+
132,Marcus Rashford,,1.85,England St. Kitts & Nevis,Manchester,80.0,85.0,Attack - Left Winger,10,right,Man Utd,2024-06-30,2016-01-01,Relatives,Nike,EPL,between 23.0 and 26.0
|
| 37 |
+
2198,Mattia Viti,,1.9,Italy,Borgo San Lorenzo,10.0,10.0,Defender - Centre-Back,42,left,OGC Nice,2027-06-30,2022-08-03,CAA Base Ltd,,Ligue1,less than 23.0
|
| 38 |
+
1962,Isi Palazón,Isaac Palazón Camacho,1.69,Spain,Cieza,10.0,10.0,Attack - Right Winger,7,left,Rayo Vallecano,2028-06-30,2020-01-23,JV SPORTS SL,Puma,LaLiga,between 26.0 and 30.0
|
| 39 |
+
188,Allan Saint-Maximin,Allan Irénée Saint-Maximin,1.73,France Guadeloupe,Châtenay-Malabry,35.0,40.0,Attack - Left Winger,10,right,Newcastle,2026-06-30,2019-08-02,,Puma,EPL,between 26.0 and 30.0
|
| 40 |
+
554,Sadio Mané,,1.74,Senegal,Bambaly,45.0,150.0,Attack - Left Winger,17,right,Bayern Munich,2025-06-30,2022-07-01,ROOF,New Balance,Bundesliga,greater than 30.0
|
| 41 |
+
1693,Umar Sadiq,Umar Sadiq Mesbah,1.91,Nigeria,Kaduna,18.0,18.0,Attack - Centre-Forward,25,right,Real Sociedad,2028-06-30,2022-09-01,CAA Base Ltd,Nike,LaLiga,between 26.0 and 30.0
|
| 42 |
+
2483,Haris Belkebla,,1.77,Algeria France,Drancy,3.0,4.0,midfield - Central Midfield,7,right,Stade Brestois,2023-06-30,2018-07-01,no agent,,Ligue1,between 26.0 and 30.0
|
| 43 |
+
1361,Nicolás Domínguez,Nicolás Martín Domínguez,1.79,Argentina Italy,Haedo,15.0,17.5,midfield - Central Midfield,8,right,Bologna,2024-06-30,2019-08-30,Interplayers,Nike,SerieA,between 23.0 and 26.0
|
| 44 |
+
12,Rodri,,1.91,Spain,Madrid,80.0,80.0,midfield - Defensive Midfield,16,right,Man City,2027-06-30,2019-07-04,Pablo Barquero,Nike,EPL,between 26.0 and 30.0
|
| 45 |
+
1186,Pietro Boer,,1.93,Italy,Mestre,0.15,0.15,Goalkeeper,63,right,AS Roma,2024-06-30,2021-07-01,,,SerieA,less than 23.0
|
| 46 |
+
2001,Alejandro Pozo,Alejandro Pozo Pozo,1.73,Spain,Huévar del Aljarafe,3.0,5.0,Defender - Right-Back,17,right,UD Almería,2027-06-30,2022-07-01,,,LaLiga,between 23.0 and 26.0
|
| 47 |
+
1107,Alex Cordaz,,1.88,Italy,Vittorio Veneto,0.3,1.0,Goalkeeper,21,right,Inter,2023-06-30,2021-07-01,QUAN SPORTS ...,,SerieA,greater than 30.0
|
| 48 |
+
1509,Tio Cipot,,1.84,Slovenia,Murska Sobota,0.5,0.5,midfield - Central Midfield,72,right,Spezia Calcio,2027-06-30,2023-01-19,AR Sport Management,,Other,less than 23.0
|
| 49 |
+
2197,Youssouf Ndayishimiye,,1.83,Burundi,Bujumbura,12.0,12.0,Defender - Centre-Back,55,right,OGC Nice,2027-06-30,2023-01-25,FutureBall,,Ligue1,between 23.0 and 26.0
|
| 50 |
+
368,Demarai Gray,Demarai Ramelle Gray,1.83,England Jamaica,Birmingham,20.0,22.0,Attack - Left Winger,11,right,Everton,2024-06-30,2021-07-22,P&P Sport ...,adidas,EPL,between 26.0 and 30.0
|
| 51 |
+
1268,Filippo Romagna,,1.86,Italy,Fano,0.8,7.0,Defender - Centre-Back,19,right,Sassuolo,2024-06-30,2020-09-17,TMP SOCCER srl,,SerieA,between 23.0 and 26.0
|
| 52 |
+
534,Yann Sommer,,1.83,Switzerland,Morges,5.0,13.0,Goalkeeper,27,right,Bayern Munich,2025-06-30,2023-01-19,Relatives,Puma,Bundesliga,greater than 30.0
|
| 53 |
+
1124,Denzel Dumfries,Denzel Justus Morris Dumfries,1.88,Netherlands Aruba,Rotterdam,28.0,28.0,midfield - Right Midfield,2,right,Inter,2025-06-30,2021-08-14,Wasserman,,SerieA,between 26.0 and 30.0
|
| 54 |
+
1473,Tommaso Cassandro,,1.85,Italy,Dolo,0.9,0.9,Defender - Right-Back,84,right,Lecce,2025-06-30,2023-01-17,Gr Sports,Puma,Other,between 23.0 and 26.0
|
| 55 |
+
183,Sean Longstaff,Sean David Longstaff,1.87,England,Newcastle upon Tyne,22.0,22.0,midfield - Central Midfield,36,right,Newcastle,2025-06-30,2019-01-01,Gol International,,EPL,between 23.0 and 26.0
|
| 56 |
+
83,Ibrahima Konaté,,1.94,France Mali,Paris,35.0,45.0,Defender - Centre-Back,5,right,Liverpool,2026-06-30,2021-07-01,CAA Stellar,Nike,EPL,between 23.0 and 26.0
|
| 57 |
+
2332,Théo Sainte-Luce,,1.76,France Guadeloupe,Chauny,2.0,2.0,Defender - Left-Back,17,left,Montpellier,2025-06-30,2022-07-01,One Team Football,,Ligue1,between 23.0 and 26.0
|
| 58 |
+
1678,Aihen Muñoz,Aihen Muñoz Capellán,1.75,Spain,Etxauri,6.0,7.5,Defender - Left-Back,12,left,Real Sociedad,2024-06-30,2019-07-01,YOU FIRST,,LaLiga,between 23.0 and 26.0
|
| 59 |
+
1644,Pablo Torre,Pablo Torre Carral,1.73,Spain,Soto de la Marina,3.0,3.0,midfield - Central Midfield,32,right,Barcelona,2026-06-30,2022-07-01,AC Talent,adidas,LaLiga,less than 23.0
|
| 60 |
+
1969,Dominik Greif,,1.97,Slovakia,Bratislava,1.5,2.0,Goalkeeper,13,right,RCD Mallorca,2026-06-30,2021-07-06,Stars & Friends,Nike,LaLiga,between 26.0 and 30.0
|
| 61 |
+
780,Jacob Bruun Larsen,,1.83,Denmark,Lyngby,4.0,20.0,Attack - Left Winger,7,right,TSG Hoffenheim,2024-06-30,2020-01-31,Boutique Transfers,Nike,Bundesliga,between 23.0 and 26.0
|
| 62 |
+
269,Max Kilman,Maximilian William Kilman,1.94,England Ukraine,London,25.0,25.0,Defender - Centre-Back,23,left,Wolves,2026-06-30,2018-08-09,Wasserman,,EPL,between 23.0 and 26.0
|
| 63 |
+
2026,Luis Pérez,Luis Jesús Pérez Maqueda,1.73,Spain,Utrera,1.5,1.5,Defender - Right-Back,2,right,Real Valladolid,2025-06-30,2020-08-04,PROTIO SPORT,,LaLiga,between 26.0 and 30.0
|
| 64 |
+
916,Eric Martel,,1.88,Germany,Straubing,6.5,6.5,midfield - Defensive Midfield,6,right,1.FC Köln,2026-06-30,2022-07-01,NGM SPORTS,,Bundesliga,less than 23.0
|
| 65 |
+
2248,José Fonte,José Miguel da Rocha Fonte,1.87,Portugal,Penafiel,0.7,7.0,Defender - Centre-Back,6,right,LOSC Lille,2023-06-30,2018-07-15,Relatives,,Ligue1,greater than 30.0
|
| 66 |
+
1689,David Silva,David Josué Jiménez Silva,1.7,Spain,Arguineguín,4.0,50.0,midfield - Attacking Midfield,21,left,Real Sociedad,2024-06-30,2020-08-17,IFM,Puma,LaLiga,greater than 30.0
|
| 67 |
+
1203,Lorenzo Pellegrini,,1.86,Italy,Roma,35.0,45.0,midfield - Attacking Midfield,7,both,AS Roma,2026-06-30,2017-07-01,GP Soccer and ...,Nike,SerieA,between 26.0 and 30.0
|
| 68 |
+
931,Sebastian Andersson,Martin Sebastian Andersson,1.9,Sweden,Ängelholm,1.0,7.0,Attack - Centre-Forward,9,right,1.FC Köln,2023-06-30,2020-09-15,People In Sport,,Bundesliga,greater than 30.0
|
| 69 |
+
2464,Papa Ndiaga Yade,,1.85,Senegal,Saint-Louis,1.8,3.0,Attack - Left Winger,26,left,Troyes,2023-06-30,2022-08-25,World Elites,,Ligue1,between 23.0 and 26.0
|
| 70 |
+
906,Luca Kilian,Luca Jannis Kilian,1.92,Germany,Witten,4.5,4.5,Defender - Centre-Back,15,right,1.FC Köln,2025-06-30,2022-07-01,LK Management,,Bundesliga,between 23.0 and 26.0
|
| 71 |
+
1072,Giacomo Raspadori,,1.72,Italy,Bentivoglio,35.0,35.0,Attack - Second Striker,81,both,SSC Napoli,2027-06-30,2022-08-20,TMP SOCCER srl,adidas,Other,between 23.0 and 26.0
|
| 72 |
+
791,Paul Jaeckel,,1.86,Germany,Eisenhüttenstadt,5.5,7.5,Defender - Centre-Back,3,right,Union Berlin,,2021-07-01,Karl M. Herzog ...,adidas,Bundesliga,between 23.0 and 26.0
|
| 73 |
+
2486,Félix Lemaréchal,,1.8,France Cote d'Ivoire,Tours,0.7,0.7,midfield - Central Midfield,37,right,Stade Brestois,2023-06-30,2023-01-31,2SAgency,,Ligue1,less than 23.0
|
| 74 |
+
2416,Ibrahima Koné,,1.9,Mali,Bamako,4.0,4.5,Attack - Centre-Forward,9,left,FC Lorient,2026-06-30,2022-01-31,FA Sport,,Ligue1,between 23.0 and 26.0
|
| 75 |
+
1426,Marko Pjaca,,1.86,Croatia,Zagreb,2.2,18.0,Attack - Left Winger,14,right,FC Empoli,2023-06-30,2022-09-01,World Soccer Agency,Nike,Other,between 26.0 and 30.0
|
| 76 |
+
1821,Agustín Marchesín,Agustín Federico Marchesín,1.88,Argentina Italy,San Cayetano,3.0,9.0,Goalkeeper,1,right,Celta de Vigo,2025-06-30,2022-08-01,,,LaLiga,greater than 30.0
|
| 77 |
+
2412,Théo Le Bris,,1.7,France,Rennes,2.0,2.0,midfield - Attacking Midfield,37,right,FC Lorient,2027-06-30,2022-07-01,J.Gomes Avocat,adidas,Ligue1,less than 23.0
|
| 78 |
+
1026,Keven Schlotterbeck,,1.89,Germany,Weinstadt,3.0,7.5,Defender - Centre-Back,31,left,VfL Bochum,2023-06-30,2023-01-02,Robert Schneider,,Bundesliga,between 26.0 and 30.0
|
| 79 |
+
2380,Marshall Munetsi,Marshall Nyasha Munetsi,1.88,Zimbabwe,Harare,5.0,5.0,midfield - Defensive Midfield,15,right,Stade Reims,2027-06-30,2019-07-01,Wasserman,,Ligue1,between 26.0 and 30.0
|
| 80 |
+
1532,Adrien Tamèze,Adrien Tamèze Aoutsa,1.8,Cameroon France,Lille,8.0,10.0,midfield - Defensive Midfield,61,right,Hellas Verona,2024-06-30,2020-09-03,Pedacus,,SerieA,between 26.0 and 30.0
|
| 81 |
+
2308,Samuel Moutoussamy,,1.76,DR Congo France,Paris,4.5,5.0,midfield - Central Midfield,8,left,FC Nantes,2024-06-30,2017-09-06,Wasserman,,Ligue1,between 26.0 and 30.0
|
| 82 |
+
2555,Nuno Da Costa,Nuno Miguel da Costa Jóia,1.82,Cape Verde France,Praïa,1.0,5.0,Attack - Centre-Forward,9,right,AJ Auxerre,2024-06-30,2022-08-05,,,Other,greater than 30.0
|
| 83 |
+
708,Maxence Lacroix,,1.9,France Guadeloupe,Villeneuve-Saint-Georges,20.0,28.0,Defender - Centre-Back,4,right,VfL Wolfsburg,2025-06-30,2020-08-25,Hexagon,,Bundesliga,between 23.0 and 26.0
|
| 84 |
+
1273,Nadir Zortea,,1.75,Italy,Feltre,2.0,2.0,Defender - Right-Back,21,right,Sassuolo,2023-06-30,2023-01-31,TMP SOCCER srl,,SerieA,between 23.0 and 26.0
|
| 85 |
+
1966,Radamel Falcao,Radamel Falcao García Zárate,1.77,Colombia Venezuela,Santa Marta,2.0,60.0,Attack - Centre-Forward,9,right,Rayo Vallecano,2023-06-30,2021-09-04,Gestifute,Nike,LaLiga,greater than 30.0
|
| 86 |
+
433,Illan Meslier,Illan Stéphane Meslier,1.97,France,Lorient,22.0,22.0,Goalkeeper,1,left,Leeds,2026-06-30,2020-07-27,YPFC,,Other,between 23.0 and 26.0
|
| 87 |
+
289,Matheus Cunha,Matheus Santos Carneiro da Cunha,1.83,Brazil,João Pessoa,30.0,32.0,Attack - Centre-Forward,12,right,Wolves,2023-06-30,2023-01-01,Bertolucci Sports,Nike,EPL,between 23.0 and 26.0
|
| 88 |
+
1584,Luka Lochoshvili,ლუკა ლოჩოშვილი,1.92,Georgia,Tiflis,1.5,1.5,Defender - Centre-Back,44,left,Cremonese,,2022-08-10,FA PLAYERS AGENTS,,Other,between 23.0 and 26.0
|
| 89 |
+
2141,Wissam Ben Yedder,,1.7,France Tunisia,Sarcelles,20.0,50.0,Attack - Centre-Forward,10,both,Monaco,2024-06-30,2019-08-14,Sport Cover,Puma,Ligue1,greater than 30.0
|
| 90 |
+
1576,Daniele Montevago,,1.84,Italy,Palermo,0.4,0.4,Attack - Centre-Forward,34,right,Sampdoria,2025-06-30,2022-10-28,,,SerieA,less than 23.0
|
| 91 |
+
1429,Roberto Piccoli,,1.9,Italy,Bergamo,3.5,4.0,Attack - Centre-Forward,91,right,FC Empoli,2024-06-30,2023-01-31,Gr Sports,,Other,less than 23.0
|
| 92 |
+
1838,Augusto Solari,Augusto Jorge Mateo Solari,1.76,Argentina Italy,Rosario,2.5,6.0,Attack - Right Winger,21,right,Celta de Vigo,2023-06-30,2021-01-23,Hernan Berman,,LaLiga,greater than 30.0
|
| 93 |
+
463,Nathan Ferguson,Nathan Kirk-Patrick Ferguson,1.84,England Jamaica,Birmingham,2.0,4.5,Defender - Centre-Back,36,right,Crystal Palace,2023-06-30,2020-07-27,,Puma,EPL,less than 23.0
|
| 94 |
+
1506,Simone Bastoni,,1.81,Italy,La Spezia,7.5,7.5,midfield - Central Midfield,20,left,Spezia Calcio,2025-06-30,2014-07-01,Italian Managers ...,Puma,Other,between 26.0 and 30.0
|
| 95 |
+
1123,Roberto Gagliardini,,1.88,Italy,Bergamo,6.5,20.0,midfield - Central Midfield,5,right,Inter,2023-06-30,2017-08-01,Gr Sports,Nike,SerieA,between 26.0 and 30.0
|
| 96 |
+
637,Kerem Demirbay,,1.83,Germany Turkey,Herten,9.0,32.0,midfield - Central Midfield,10,left,B. Leverkusen,2024-06-30,2019-07-01,EMG Mundial,adidas,Bundesliga,between 26.0 and 30.0
|
| 97 |
+
1848,Djené,,1.78,Togo,Lome Dapaong,6.0,30.0,Defender - Centre-Back,2,right,Getafe,2025-06-30,2017-07-24,SPORTBACK,Puma,LaLiga,greater than 30.0
|
| 98 |
+
2504,Faouzi Ghoulam,فوزي غلام,1.84,Algeria France,Saint-Priest-en-Jarez,1.0,25.0,Defender - Left-Back,8,left,Angers SCO,2023-06-30,2023-01-31,Gestifute,Nike,Ligue1,greater than 30.0
|
| 99 |
+
974,Anthony Jung,,1.86,Germany Spain,Villajoyosa,1.5,1.5,Defender - Left-Back,3,left,Werder Bremen,2024-06-30,2021-07-01,CAA Stellar,,Bundesliga,greater than 30.0
|
| 100 |
+
192,Alexander Isak,,1.92,Sweden Eritrea,Solna,50.0,50.0,Attack - Centre-Forward,14,right,Newcastle,2028-06-30,2022-08-26,Universal Twenty Two,adidas,EPL,between 23.0 and 26.0
|
| 101 |
+
2410,Adil Aouchiche,,1.81,France Algeria,Le Blanc-Mesnil,3.0,10.0,midfield - Attacking Midfield,10,right,FC Lorient,2026-06-30,2022-09-01,Sport Cover,Nike,Ligue1,less than 23.0
|
| 102 |
+
2492,Taïryk Arconte,,1.81,France Guadeloupe,Les Abymes,0.4,0.4,Attack - Right Winger,97,,Stade Brestois,2026-06-30,2022-09-01,,,Ligue1,less than 23.0
|
| 103 |
+
875,Finn Dahmen,Finn Gilbert Dahmen,1.88,Germany England,Wiesbaden,1.0,2.0,Goalkeeper,1,right,1.FSV Mainz 05,2023-06-30,2018-07-01,CN Sports,,Bundesliga,between 23.0 and 26.0
|
| 104 |
+
2450,Tanguy Zoukrou,Banhie Xavier Tanguy Zoukrou,1.89,France Cote d'Ivoire,Le Chesnay,0.3,0.4,Defender - Centre-Back,22,right,Troyes,2024-06-30,2022-07-01,TTMA,,Ligue1,less than 23.0
|
| 105 |
+
2277,Julien Le Cardinal,,1.84,France,Saint-Brieuc,2.5,2.5,Defender - Right-Back,25,right,Lens,2025-06-30,2022-11-15,Sébastien Cagnet,,Ligue1,between 23.0 and 26.0
|
| 106 |
+
2565,Souleymane Cissé,,1.9,France Senegal,,0.1,0.1,Defender - Centre-Back,13,,Clermont Foot,2023-06-30,2022-07-01,TEAM MANAGEMENT,,Other,less than 23.0
|
| 107 |
+
1243,Cristiano Biraghi,,1.85,Italy,Cernusco sul Naviglio,6.5,12.0,Defender - Left-Back,3,left,Fiorentina,2024-06-30,2018-07-01,M.A.R.A.T. Football ...,,SerieA,greater than 30.0
|
| 108 |
+
1578,Mouhamadou Sarr,Mouhamadou Fallou Mbacke Sarr,1.9,Senegal Italy,Kaolack,0.25,0.25,Goalkeeper,45,right,Cremonese,,2021-08-27,Romano Eleven SAS,,Other,between 26.0 and 30.0
|
| 109 |
+
1018,Kenan Karaman,,1.89,Turkey Germany,Stuttgart,1.4,3.5,Attack - Centre-Forward,19,right,FC Schalke 04,2025-06-30,2022-09-01,EMG Mundial,adidas,Bundesliga,between 26.0 and 30.0
|
| 110 |
+
903,Julian Roloff,,1.92,Germany,Grevenbroich,0.1,0.1,Goalkeeper,1,right,1.FC Köln II,2024-06-30,2023-01-15,DC International ...,Stanno,Other,less than 23.0
|
| 111 |
+
1599,Felix Afena-Gyan,Felix Ohene Afena-Gyan,1.75,Ghana,Sunyani,5.5,6.0,Attack - Centre-Forward,20,right,Cremonese,,2022-08-29,Arthurlegacy Sports ...,,Other,less than 23.0
|
| 112 |
+
321,Paul Onuachu,Paul Ebere Onuachu,2.01,Nigeria,Owerri,17.0,22.0,Attack - Centre-Forward,12,right,Southampton,2026-06-30,2023-01-31,Niagara Sports ...,,EPL,between 26.0 and 30.0
|
| 113 |
+
806,Milos Pantovic,Милош Пантовић,1.86,Serbia Germany,München,1.8,2.2,midfield - Attacking Midfield,32,right,Union Berlin,,2022-07-01,ROOF,Puma,Bundesliga,between 26.0 and 30.0
|
| 114 |
+
1989,Tino Kadewere,Philana Tinotenda Kadewere,1.83,Zimbabwe,Harare,5.0,14.0,Attack - Centre-Forward,17,right,RCD Mallorca,2023-06-30,2022-08-29,P.P.M.,,LaLiga,between 26.0 and 30.0
|
| 115 |
+
2364,Dimitri Liénard,,1.81,France,Belfort,0.6,2.0,midfield - Left Midfield,11,left,R. Strasbourg,2023-06-30,2013-07-01,MP FOOTBALL,,Ligue1,greater than 30.0
|
| 116 |
+
2569,Oliver Kamdem,Wabo Oliver Kamdem,,France Cameroon,Marseille,0.1,0.1,Defender - Right-Back,17,right,Clermont Foot,2023-06-30,2022-07-01,,,Other,less than 23.0
|
| 117 |
+
1922,Sergi Gómez,Sergi Gómez Solà,1.85,Spain,Arenys de Mar,2.0,10.0,Defender - Centre-Back,24,right,Espanyol,2024-06-30,2021-07-28,The Player ...,,LaLiga,greater than 30.0
|
| 118 |
+
811,Kevin Behrens,,1.85,Germany,Bremen,1.5,1.5,Attack - Centre-Forward,17,both,Union Berlin,2024-06-30,2021-07-01,B O K S,,Bundesliga,greater than 30.0
|
| 119 |
+
1884,Moi Gómez,Moisés Gómez Bordonado,1.76,Spain,Rojales,10.0,10.0,Attack - Left Winger,16,right,CA Osasuna,2027-06-30,2022-07-28,InterStarDeporte,,LaLiga,between 26.0 and 30.0
|
| 120 |
+
98,Jordan Henderson,Jordan Brian Henderson,1.87,England,Sunderland,10.0,35.0,midfield - Central Midfield,14,right,Liverpool,2025-06-30,2011-07-01,ROOF,,EPL,greater than 30.0
|
| 121 |
+
255,Boubacar Kamara,Boubacar Bernard Kamara,1.84,France Senegal,Marseille,25.0,37.0,midfield - Defensive Midfield,44,right,Aston Villa,2027-06-30,2022-07-01,Sport Avenir ...,Nike,EPL,between 23.0 and 26.0
|
| 122 |
+
996,Maya Yoshida,吉田 麻也,1.89,Japan,"Nagasaki, Nagasaki",1.5,7.0,Defender - Centre-Back,4,right,FC Schalke 04,2023-06-30,2022-07-05,CAA Base Ltd,Mizuno,Bundesliga,greater than 30.0
|
| 123 |
+
1903,Oriol Romeu,Oriol Romeu Vidal,1.83,Spain,Ulldecona,5.0,12.0,midfield - Defensive Midfield,18,right,Girona,2025-06-30,2022-09-01,MagicPlayers,,LaLiga,greater than 30.0
|
| 124 |
+
1019,Simon Terodde,,1.92,Germany,Bocholt,1.0,4.0,Attack - Centre-Forward,9,right,FC Schalke 04,2023-06-30,2021-07-01,Sports360 GmbH,Puma,Bundesliga,greater than 30.0
|
| 125 |
+
658,Jan Schröder,Jan Alex Wilson Schröder,1.82,Germany Spain,Herrenberg,0.2,0.2,Defender - Left-Back,49,left,E. Frankfurt,2023-06-30,2021-08-20,,,Bundesliga,less than 23.0
|
| 126 |
+
1881,Darko Brasanac,Дарко Брашанац,1.78,Serbia,Čajetina,2.0,4.0,midfield - Central Midfield,8,right,CA Osasuna,2024-06-30,2019-07-22,,,LaLiga,greater than 30.0
|
| 127 |
+
348,Deniz Undav,,1.78,Germany Turkey,Achim,6.0,8.0,Attack - Centre-Forward,21,right,Brighton,2026-06-30,2022-01-30,Tenet Football,,EPL,between 26.0 and 30.0
|
| 128 |
+
347,Danny Welbeck,Daniel Nii Tackie Mensah Welbeck,1.85,England Ghana,Manchester,8.0,18.0,Attack - Centre-Forward,18,right,Brighton,2024-06-30,2020-10-18,Prodigy Sports Group,Nike,EPL,greater than 30.0
|
| 129 |
+
1111,Francesco Acerbi,,1.92,Italy,Vizzolo Predabissi,4.0,15.0,Defender - Centre-Back,15,left,Inter,2023-06-30,2022-09-01,P&P Sport ...,Nike,SerieA,greater than 30.0
|
| 130 |
+
1840,Iago Aspas,Iago Aspas Juncal,1.76,Spain,Moaña,7.0,25.0,Attack - Centre-Forward,10,left,Celta de Vigo,2025-06-30,2015-07-07,Intermedia Sport ...,,LaLiga,greater than 30.0
|
| 131 |
+
925,Dimitrios Limnios,Δημήτριος Λημνιός,1.78,Greece Brazil,Volos,2.0,4.5,Attack - Right Winger,19,right,1.FC Köln,2024-06-30,2020-09-21,LIAN Sports Group,,Bundesliga,between 23.0 and 26.0
|
| 132 |
+
1254,Riccardo Saponara,,1.84,Italy,Forlì,2.0,15.0,midfield - Attacking Midfield,8,right,Fiorentina,2023-06-30,2018-07-01,Football Now Limited,,SerieA,greater than 30.0
|
| 133 |
+
1403,Samuele Perisan,,1.92,Italy,San Vito al Tagliamento,0.7,1.3,Goalkeeper,1,left,FC Empoli,2025-06-30,2022-07-01,Patrick Bastianelli,,Other,between 23.0 and 26.0
|
| 134 |
+
80,Caoimhín Kelleher,Caoimhín Odhran Kelleher,1.88,Ireland,Cork,8.0,8.0,Goalkeeper,62,right,Liverpool,2026-06-30,2019-07-01,CAA Stellar,,EPL,between 23.0 and 26.0
|
| 135 |
+
1133,Mattia Perin,,1.88,Italy,Latina,4.0,18.0,Goalkeeper,36,right,Juventus,2025-06-30,2018-07-01,World Soccer Agency,adidas,SerieA,greater than 30.0
|
| 136 |
+
2131,Youssouf Fofana,,1.85,France Mali,Paris,25.0,25.0,midfield - Central Midfield,19,right,Monaco,2024-06-30,2020-01-29,AIS SPORT SERVICE,,Ligue1,between 23.0 and 26.0
|
| 137 |
+
1081,Malick Thiaw,Malick Laye Thiaw,1.94,Germany Finland,Düsseldorf,15.0,15.0,Defender - Centre-Back,28,right,AC Milan,2027-06-30,2022-08-29,Unique Sports Group,,SerieA,less than 23.0
|
| 138 |
+
177,Kieran Trippier,Kieran John Trippier,1.73,England,Bury,13.0,35.0,Defender - Right-Back,2,right,Newcastle,2025-06-30,2022-01-07,CAA Base Ltd,Nike,EPL,greater than 30.0
|
| 139 |
+
102,Fábio Carvalho,Fábio Leandro Freitas Gouveia Carvalho,1.7,Portugal England,Torres Vedras,20.0,20.0,midfield - Attacking Midfield,28,right,Liverpool,2027-06-30,2022-07-01,Concilium Sport,Nike,EPL,less than 23.0
|
| 140 |
+
999,Timothée Kolodziejczak,Timothée Christian Kolodziejczak,1.83,France Poland,Avion,0.7,7.0,Defender - Centre-Back,15,left,FC Schalke 04,2023-06-30,2022-10-21,,,Bundesliga,greater than 30.0
|
| 141 |
+
1828,Hugo Mallo,Hugo Mallo Novegil,1.74,Spain,Marín,3.5,15.0,Defender - Right-Back,2,right,Celta de Vigo,2023-06-30,2009-07-01,#LEADERS,,LaLiga,greater than 30.0
|
| 142 |
+
13,Kalvin Phillips,Kalvin Mark Phillips,1.79,England Jamaica,Leeds,35.0,50.0,midfield - Defensive Midfield,4,right,Man City,2028-06-30,2022-07-04,CAA Stellar,,EPL,between 26.0 and 30.0
|
| 143 |
+
725,Lukas Nmecha,Lukas Okechukwu Nmecha,1.85,Germany England,Hamburg,14.0,18.0,Attack - Centre-Forward,10,right,VfL Wolfsburg,2025-06-30,2021-07-16,,,Bundesliga,between 23.0 and 26.0
|
| 144 |
+
2182,Issa Kaboré,,1.8,Burkina Faso,Bobo-Dioulasso,5.0,5.0,Defender - Right-Back,29,right,Marseille,2023-06-30,2022-08-17,Forza Sports Group,,Ligue1,less than 23.0
|
| 145 |
+
2057,Youba Diarra,Hamaciré Youba Diarra,1.78,Mali,Bamako,1.0,1.0,midfield - Central Midfield,12,right,Cádiz CF,2027-06-30,2023-01-01,12 MANagement,,LaLiga,between 23.0 and 26.0
|
| 146 |
+
663,Sebastian Rode,,1.79,Germany,Seeheim-Jugenheim,2.5,10.0,midfield - Central Midfield,17,right,E. Frankfurt,2024-06-30,2019-07-27,PRO Profil GmbH,Nike,Bundesliga,greater than 30.0
|
| 147 |
+
922,Florian Kainz,,1.76,Austria,Graz,4.0,4.5,Attack - Left Winger,11,both,1.FC Köln,2025-06-30,2019-01-18,YOU FIRST,,Bundesliga,greater than 30.0
|
| 148 |
+
2314,Moses Simon,Moses Daddy-Ajala Simon,1.68,Nigeria,Jos,9.0,10.0,Attack - Left Winger,27,right,FC Nantes,2024-06-30,2020-07-01,CAA Base Ltd,Nike,Ligue1,between 26.0 and 30.0
|
| 149 |
+
1290,Luca Gemello,,1.9,Italy,Savigliano,0.3,0.3,Goalkeeper,89,right,Torino,2023-06-30,2019-07-01,Top Eleven ...,,SerieA,less than 23.0
|
| 150 |
+
2168,Ibrahim Salah,ابراهيم صلاح,1.85,Morocco Belgium,Saint-Josse-ten-Noode,3.0,3.0,Attack - Left Winger,34,right,Rennes,2027-06-30,2023-01-31,Football Solution ...,,Ligue1,less than 23.0
|
| 151 |
+
1657,Nahuel Molina,Nahuel Molina Lucero,1.75,Argentina,Embalse,24.0,24.0,Defender - Right-Back,16,right,Atlético Madrid,2027-06-30,2022-07-28,,,LaLiga,between 23.0 and 26.0
|
| 152 |
+
1260,Christian Kouamé,Christian Michael Kouamé Kouakou,1.85,Cote d'Ivoire Italy,Abidjan,13.0,22.0,Attack - Centre-Forward,99,right,Fiorentina,2024-06-30,2020-09-01,MM-Management,,SerieA,between 23.0 and 26.0
|
| 153 |
+
496,Tyrese Francois,Tyrese Jay Francois,1.73,Australia England,Campbell Town,0.5,0.5,midfield - Central Midfield,35,left,Fulham,2024-06-30,2021-07-01,CAA Base Ltd,,EPL,less than 23.0
|
| 154 |
+
2349,Alexander Djiku,Alexander Kwabena Baidoo Djiku,1.82,Ghana France,Montpellier,8.0,10.0,Defender - Centre-Back,24,right,R. Strasbourg,2023-06-30,2019-07-05,,,Ligue1,between 26.0 and 30.0
|
| 155 |
+
44,Carney Chukwuemeka,Carney Chibueze Chukwuemeka,1.87,England Nigeria,Eisenstadt,15.0,15.0,midfield - Central Midfield,30,right,Chelsea,2028-06-30,2022-08-04,,,EPL,less than 23.0
|
| 156 |
+
1771,Giorgi Mamardashvili,გიორგი მამარდაშვილი,1.97,Georgia,Tiflis,25.0,25.0,Goalkeeper,25,left,Valencia,2027-06-30,2022-01-01,Free Football,,LaLiga,less than 23.0
|
| 157 |
+
985,Maximilian Philipp,Maximilian Marcus Philipp,1.83,Germany,Berlin,2.0,20.0,Attack - Second Striker,17,right,Werder Bremen,2023-06-30,2023-01-30,Unique Sports Group,,Bundesliga,between 26.0 and 30.0
|
| 158 |
+
1999,Sergio Akieme,Sergio Akieme Rodríguez,1.75,Spain Equatorial Guinea,Madrid,9.0,9.0,Defender - Left-Back,15,left,UD Almería,2026-06-30,2021-07-07,Promoesport,,LaLiga,between 23.0 and 26.0
|
| 159 |
+
170,Sven Botman,,1.95,Netherlands,Badhoevedorp,45.0,45.0,Defender - Centre-Back,4,left,Newcastle,2027-06-30,2022-07-01,Muy Manero,Nike,EPL,between 23.0 and 26.0
|
| 160 |
+
2294,Rémy Descamps,,1.96,France,Marcq-en-Barœul,0.8,1.2,Goalkeeper,16,left,FC Nantes,2024-06-30,2021-07-01,Talentz,,Ligue1,between 26.0 and 30.0
|
| 161 |
+
453,Crysencio Summerville,Crysencio Jilbert Sylverio Summerville,1.74,Netherlands Suriname,Rotterdam,12.0,12.0,Attack - Right Winger,10,right,Leeds,2026-06-30,2021-07-01,Wasserman,,Other,less than 23.0
|
| 162 |
+
2593,Mohamed Youssouf,,1.69,Comoros France,Paris,0.2,0.5,Defender - Right-Back,20,right,AC Ajaccio,2023-06-30,2018-07-01,Global Football ...,,Other,greater than 30.0
|
| 163 |
+
808,Sheraldo Becker,,1.8,Suriname Netherlands,Amsterdam,15.0,15.0,Attack - Second Striker,27,right,Union Berlin,2024-06-30,2019-07-01,Sports360 GmbH,,Bundesliga,between 26.0 and 30.0
|
| 164 |
+
1471,Antonino Gallo,,1.83,Italy,Palermo,2.0,2.0,Defender - Left-Back,25,left,Lecce,2026-06-30,2019-07-25,,Nike,Other,between 23.0 and 26.0
|
| 165 |
+
526,Jaidon Anthony,,1.83,England Jamaica,London,5.0,6.0,Attack - Left Winger,32,right,Bournemouth,2027-06-30,2020-08-01,Godfrey k Torto,,EPL,between 23.0 and 26.0
|
| 166 |
+
668,Jesper Lindström,Jesper Grænge Lindstrøm,1.82,Denmark,Taastrup,28.0,28.0,midfield - Attacking Midfield,29,right,E. Frankfurt,2026-06-30,2021-07-11,NSG ApS,adidas,Bundesliga,between 23.0 and 26.0
|
| 167 |
+
1822,Iván Villar,Iván Villar Martínez,1.86,Spain,Aldán,1.2,2.5,Goalkeeper,13,right,Celta de Vigo,2023-06-30,2019-07-01,Promoesport,,LaLiga,between 23.0 and 26.0
|
| 168 |
+
603,David Raum,,1.8,Germany,Nürnberg,20.0,26.0,Defender - Left-Back,22,left,RB Leipzig,2027-06-30,2022-07-31,ROOF,,Bundesliga,between 23.0 and 26.0
|
| 169 |
+
1057,Mário Rui,Mário Rui Silva Duarte,1.68,Portugal,Sines,8.0,15.0,Defender - Left-Back,6,left,SSC Napoli,2025-06-30,2018-01-03,M.A.R.A.T. Football ...,,Other,greater than 30.0
|
| 170 |
+
2091,Josan,,1.76,Spain,Crevillente,1.0,1.0,Attack - Right Winger,17,right,Elche CF,2023-06-30,2018-01-01,JV SPORTS SL,,LaLiga,greater than 30.0
|
| 171 |
+
1696,Carlos Fernández,Carlos Fernández Luna,1.85,Spain,Castilleja de Guzmán,4.0,10.0,Attack - Centre-Forward,9,left,Real Sociedad,2026-06-30,2021-01-24,Relatives,,LaLiga,between 26.0 and 30.0
|
| 172 |
+
359,Rúben Vinagre,Rúben Gonçalo Silva Nascimento Vinagre,1.74,Portugal,Charneca da Caparica,5.0,10.0,Defender - Left-Back,29,left,Everton,2023-06-30,2022-07-27,Jorge Pires,,EPL,between 23.0 and 26.0
|
| 173 |
+
826,Niklas Dorsch,Niklas Bernd Dorsch,1.78,Germany,Lichtenfels,8.0,10.0,midfield - Defensive Midfield,30,right,FC Augsburg,2026-06-30,2021-07-08,CN Sports,,Bundesliga,between 23.0 and 26.0
|
| 174 |
+
1766,Jon Morcillo,Jon Morcillo Conesa,1.83,Spain,Amorebieta-Etxano,3.0,5.0,Attack - Left Winger,2,left,Athletic,2024-06-30,2020-08-01,Football Promotions ...,,LaLiga,between 23.0 and 26.0
|
| 175 |
+
824,Aaron Zehnter,,1.8,Germany,Sonderhofen,0.3,0.3,Defender - Left-Back,42,left,FC Augsburg,2024-06-30,2022-07-01,Karl M. Herzog ...,,Bundesliga,less than 23.0
|
| 176 |
+
450,Jack Harrison,Jack David Harrison,1.75,England,Stoke-on-Trent,22.0,28.0,Attack - Left Winger,11,left,Leeds,2028-06-30,2021-07-02,Remington Ellis ...,,Other,between 26.0 and 30.0
|
| 177 |
+
670,Paxten Aaronson,Paxten Reid Aaronson,1.75,United States,"Medford, New Jersey",4.5,4.5,midfield - Attacking Midfield,30,right,E. Frankfurt,2027-06-30,2023-01-01,Wasserman,,Bundesliga,less than 23.0
|
| 178 |
+
1498,Arkadiusz Reca,,1.87,Poland,Chojnice,3.0,4.0,Defender - Left-Back,13,left,Spezia Calcio,2025-06-30,2022-07-01,topgoal sports ...,Nike,Other,between 26.0 and 30.0
|
| 179 |
+
279,Boubacar Traoré,,1.83,Mali,Bamako,5.0,5.0,midfield - Defensive Midfield,6,,Wolves,2023-06-30,2022-09-01,forward management ...,,EPL,less than 23.0
|
| 180 |
+
2078,Carlos Clerc,Carlos Clerc Martínez,1.81,Spain,Badalona,1.8,3.0,Defender - Left-Back,23,left,Elche CF,2024-06-30,2022-07-21,Rafael Anguita,,LaLiga,greater than 30.0
|
| 181 |
+
22,Erling Haaland,Erling Braut Håland,1.95,Norway,Leeds,170.0,170.0,Attack - Centre-Forward,9,left,Man City,2027-06-30,2022-07-01,Rafaela Pimenta,Nike,EPL,less than 23.0
|
| 182 |
+
1002,Jere Uronen,Jere Juhani Uronen,1.77,Finland,Turku,1.0,3.5,Defender - Left-Back,18,left,FC Schalke 04,2023-06-30,2023-01-07,NGA Sport,,Bundesliga,between 26.0 and 30.0
|
| 183 |
+
2263,Jonathan David,Jonathan Christian David,1.75,Canada United States,"Brooklyn, New York",60.0,60.0,Attack - Centre-Forward,9,both,LOSC Lille,2025-06-30,2020-08-11,Axia Sports ...,adidas,Ligue1,between 23.0 and 26.0
|
| 184 |
+
1046,Silvère Ganvoula,Silvère Ganvoula M'boussy,1.91,Congo,Brazzaville,0.75,2.5,Attack - Centre-Forward,35,right,VfL Bochum,2023-06-30,2019-07-05,BY Sport Consulting,Puma,Bundesliga,between 26.0 and 30.0
|
| 185 |
+
2031,Álvaro Aguado,Álvaro Aguado Méndez,1.75,Spain,Jaén,3.0,3.0,midfield - Central Midfield,6,right,Real Valladolid,2023-06-30,2019-01-25,YOU FIRST,adidas,LaLiga,between 26.0 and 30.0
|
| 186 |
+
1496,Przemyslaw Wisniewski,Przemysław Wiśniewski,1.95,Poland,Zabrze,3.0,3.0,Defender - Centre-Back,55,right,Spezia Calcio,2027-06-30,2023-01-25,INNfootball,,Other,between 23.0 and 26.0
|
| 187 |
+
1958,Óscar Valentín,Óscar Valentín Martín Luengo,1.77,Spain,Ajofrín,4.0,4.0,midfield - Central Midfield,23,right,Rayo Vallecano,2025-06-30,2019-07-01,Promoesport,,LaLiga,between 26.0 and 30.0
|
| 188 |
+
1364,Niklas Pyyhtiä,Niklas Anton Juhana Pyyhtiä,1.86,Finland,Turku,0.5,0.5,midfield - Central Midfield,25,left,Bologna,2024-06-30,2023-01-01,Ballex,,SerieA,less than 23.0
|
| 189 |
+
816,Benjamin Leneis,,1.95,Germany,München,0.15,0.3,Goalkeeper,39,both,FC Augsburg,2023-06-30,2018-10-24,,,Bundesliga,between 23.0 and 26.0
|
| 190 |
+
193,Callum Wilson,Callum Eddie Graham Wilson,1.8,England,Coventry,18.0,30.0,Attack - Centre-Forward,9,right,Newcastle,2024-06-30,2020-09-07,Unique Sports Group,Nike,EPL,greater than 30.0
|
| 191 |
+
727,Omar Marmoush,عمر مرموش | Omar Khaled Mohamed Marmoush,1.83,Egypt Canada,Kairo,6.0,6.0,Attack - Centre-Forward,33,right,VfL Wolfsburg,2023-06-30,2020-07-01,CAA Stellar,,Bundesliga,between 23.0 and 26.0
|
| 192 |
+
1878,Diego Moreno,Diego Moreno Garbayo,1.77,Spain,Cintruénigo,0.4,0.4,Defender - Right-Back,2,right,CA Osasuna Prom,2024-06-30,2020-07-01,Wasserman,,Other,less than 23.0
|
| 193 |
+
2397,Julien Laporte,,1.85,France,Aurillac,3.0,3.0,Defender - Centre-Back,15,right,FC Lorient,2025-06-30,2019-07-08,Relatives,Puma,Ligue1,between 26.0 and 30.0
|
| 194 |
+
2183,Jordan Veretout,Jordan Marcel Gilbert Veretout,1.77,France,Ancenis,14.0,35.0,midfield - Defensive Midfield,27,right,Marseille,2025-06-30,2022-08-05,Kelyxane Sport ...,adidas,Ligue1,greater than 30.0
|
| 195 |
+
1945,Diego López,Diego López Rodríguez,1.96,Spain,Paradela,0.5,16.0,Goalkeeper,13,right,Rayo Vallecano,2023-06-30,2022-07-02,Manuel García ...,,LaLiga,greater than 30.0
|
| 196 |
+
1869,Sergio Herrera,Sergio Herrera Pirón,1.92,Spain,Miranda de Ebro,8.0,8.0,Goalkeeper,1,right,CA Osasuna,,2017-07-12,YOU FIRST,,LaLiga,between 26.0 and 30.0
|
| 197 |
+
286,Pedro Neto,Pedro Lomba Neto,1.72,Portugal,Viana do Castelo,32.0,38.0,Attack - Right Winger,7,left,Wolves,2027-06-30,2019-08-02,Gestifute,,EPL,between 23.0 and 26.0
|
| 198 |
+
1778,Cenk Özkacar,,1.9,Turkey,Izmir,1.8,2.0,Defender - Centre-Back,15,left,Valencia,2023-06-30,2022-08-23,SEG,,LaLiga,less than 23.0
|
| 199 |
+
1437,Dylan Bronn,Dylan Daniel Mahmoud Bronn,1.86,Tunisia France,Cannes,3.0,7.0,Defender - Centre-Back,2,right,Salernitana,2025-06-30,2022-08-12,Creative & ...,,Other,between 26.0 and 30.0
|
| 200 |
+
1359,Gary Medel,Gary Alexis Medel Soto,1.71,Chile Spain,Conchalí,1.0,13.0,midfield - Defensive Midfield,17,right,Bologna,2023-06-30,2019-08-29,Fernando Felicevich,Nike,SerieA,greater than 30.0
|
| 201 |
+
604,Marcel Halstenberg,,1.88,Germany,Laatzen,4.0,22.0,Defender - Left-Back,23,left,RB Leipzig,2024-06-30,2015-08-31,TrueSports GmbH,,Bundesliga,greater than 30.0
|
| 202 |
+
975,Mitchell Weiser,Mitchell-Elijah Weiser,1.77,Germany Algeria,Troisdorf,5.5,14.0,Defender - Right-Back,8,right,Werder Bremen,2024-06-30,2022-07-15,ROOF,,Bundesliga,between 26.0 and 30.0
|
| 203 |
+
2160,Lesley Ugochukwu,Lesley Chimuanya Ugochukwu,1.91,France Nigeria,Rennes,8.0,8.0,midfield - Defensive Midfield,6,right,Rennes,2025-06-30,2021-07-01,Wasserman,,Ligue1,less than 23.0
|
| 204 |
+
2038,Óscar Plano,Óscar Plano Pedreño,1.79,Spain,Móstoles,3.0,4.0,Attack - Right Winger,10,both,Real Valladolid,2023-06-30,2017-07-01,,,LaLiga,greater than 30.0
|
| 205 |
+
2111,Renato Sanches,Renato Júnior Luz Sanches,1.76,Portugal Sao Tome and Principe,Lisboa,20.0,30.0,midfield - Central Midfield,18,right,Paris SG,2027-06-30,2022-08-04,Gestifute,adidas,Ligue1,between 23.0 and 26.0
|
| 206 |
+
685,Ramy Bensebaini,رامي بن سبعيني,1.87,Algeria,Constantine,20.0,22.0,Defender - Left-Back,25,left,Bor. M'gladbach,2023-06-30,2019-08-14,HCM Sports ...,,Bundesliga,between 26.0 and 30.0
|
| 207 |
+
703,Marcus Thuram,Marcus Lilian Thuram-Ulien,1.92,France Guadeloupe,Parma,32.0,40.0,Attack - Centre-Forward,10,right,Bor. M'gladbach,2023-06-30,2019-07-22,Sport Cover,Nike,Bundesliga,between 23.0 and 26.0
|
| 208 |
+
2243,Benoît Costil,,1.88,France,Caen,1.5,8.0,Goalkeeper,25,right,LOSC Lille,2023-06-30,2023-01-26,SVF FOOT,,Ligue1,greater than 30.0
|
| 209 |
+
861,Lilian Egloff,,1.82,Germany,Heilbronn,1.5,1.5,midfield - Attacking Midfield,25,right,VfB Stuttgart,2024-06-30,2020-07-01,VIDA 11,,Bundesliga,less than 23.0
|
| 210 |
+
1827,Javi Galán,Javier Galán Gil,1.72,Spain,Badajoz,12.0,12.0,Defender - Left-Back,17,left,Celta de Vigo,2026-06-30,2021-07-31,YOU FIRST,,LaLiga,between 26.0 and 30.0
|
| 211 |
+
54,David Datro Fofana,,1.81,Cote d'Ivoire,Ouragahio,10.0,10.0,Attack - Centre-Forward,27,right,Chelsea,2029-06-30,2023-01-01,Aneke/PMG,Nike,EPL,less than 23.0
|
| 212 |
+
427,Yoane Wissa,,1.76,DR Congo France,Epinay-sur-Seine,15.0,15.0,Attack - Left Winger,11,right,Brentford,2026-06-30,2021-08-10,CAA Stellar,,Other,between 26.0 and 30.0
|
| 213 |
+
657,Christopher Lenz,,1.8,Germany,Berlin,5.0,5.0,Defender - Left-Back,25,left,E. Frankfurt,2024-06-30,2021-07-01,ROOF,,Bundesliga,between 26.0 and 30.0
|
| 214 |
+
1092,Tommaso Pobega,,1.88,Italy,Trieste,15.0,18.0,midfield - Central Midfield,32,both,AC Milan,2027-06-30,2018-07-01,Patrick Bastianelli,,SerieA,between 23.0 and 26.0
|
| 215 |
+
87,Rhys Williams,,1.95,England Jamaica,Preston,3.0,5.0,Defender - Centre-Back,46,right,Liverpool,2026-06-30,2020-07-01,CAA Stellar,Puma,EPL,less than 23.0
|
| 216 |
+
2271,Jonathan Gradit,,1.8,France,Talence,4.5,4.5,Defender - Centre-Back,24,right,Lens,2026-06-30,2019-08-20,SMI SPORTS ...,,Ligue1,greater than 30.0
|
| 217 |
+
421,Christian Nörgaard,Christian Thers Nørgaard,1.87,Denmark,København,14.0,14.0,midfield - Defensive Midfield,6,right,Brentford,2025-06-30,2019-07-01,PEP Consulting,Puma,Other,between 26.0 and 30.0
|
| 218 |
+
1082,Matteo Gabbia,,1.85,Italy,Busto Arsizio,7.0,9.0,Defender - Centre-Back,46,right,AC Milan,2026-06-30,2017-07-01,TMP SOCCER srl,,SerieA,between 23.0 and 26.0
|
| 219 |
+
2279,Jean Onana,Jean Emile Junior Onana Onana,1.89,Cameroon,Yaoundé,4.0,5.0,midfield - Defensive Midfield,6,right,Lens,2027-06-30,2022-09-01,Sferico Sports ...,adidas,Ligue1,between 23.0 and 26.0
|
| 220 |
+
2134,Aleksandr Golovin,Головин Александр Сергеевич,1.78,Russia,"Kaltan, Kemerovo Oblast",25.0,30.0,midfield - Attacking Midfield,17,right,Monaco,2026-06-30,2018-07-27,,Nike,Ligue1,between 26.0 and 30.0
|
| 221 |
+
1898,Juanpe,,1.9,Spain,Las Palmas de Gran Canaria,1.5,7.5,Defender - Centre-Back,15,right,Girona,2024-06-30,2016-07-07,DRL,,LaLiga,greater than 30.0
|
| 222 |
+
2357,Frédéric Guilbert,,1.78,France,Valognes,5.0,9.0,Defender - Right-Back,32,right,R. Strasbourg,2026-06-30,2023-01-17,Wasserman,,Ligue1,between 26.0 and 30.0
|
| 223 |
+
1278,Pedro Obiang,Pedro Mba Obiang Avomo,1.86,Equatorial Guinea Spain,Alcalá de Henares,0.9,10.0,midfield - Central Midfield,14,right,Sassuolo,2025-06-30,2019-07-24,P&P Sport ...,,SerieA,greater than 30.0
|
| 224 |
+
2135,Eliesse Ben Seghir,,,France Morocco,Saint-Tropez,18.0,18.0,midfield - Attacking Midfield,44,right,Monaco,2025-06-30,2023-01-01,,adidas,Ligue1,less than 23.0
|
| 225 |
+
1525,Giangiacomo Magnani,,1.91,Italy,Correggio,3.0,5.0,Defender - Centre-Back,23,right,Hellas Verona,2025-06-30,2021-07-01,TMP SOCCER srl,,SerieA,between 26.0 and 30.0
|
| 226 |
+
1816,Tecatito,,1.73,Mexico Portugal,Hermosillo,10.0,30.0,Attack - Right Winger,9,both,Sevilla FC,2025-06-30,2022-01-14,CANTERA LATINA / ...,Nike,LaLiga,greater than 30.0
|
| 227 |
+
1154,Ángel Di María,Ángel Fabián Di María,1.8,Argentina Italy,Rosario,10.0,65.0,Attack - Right Winger,22,left,Juventus,2023-06-30,2022-07-08,DCGLOBALSL,adidas,SerieA,greater than 30.0
|
| 228 |
+
2387,Junya Ito,伊東 純也,1.76,Japan,"Yokosuka, Kanagawa",10.0,10.0,Attack - Right Winger,39,right,Stade Reims,2026-06-30,2022-07-29,BRAIN VERSE,Puma,Ligue1,greater than 30.0
|
| 229 |
+
350,Asmir Begovic,Asmir Begović,1.99,Bosnia-Herzegovina Canada,Trebinje,1.0,13.0,Goalkeeper,15,right,Everton,2023-06-30,2021-07-20,Mondial,AB1,EPL,greater than 30.0
|
| 230 |
+
781,Kasper Dolberg,Kasper Dolberg Rasmussen,1.87,Denmark,Silkeborg,9.0,23.0,Attack - Centre-Forward,19,right,TSG Hoffenheim,2023-06-30,2023-01-02,Rafaela Pimenta,adidas,Bundesliga,between 23.0 and 26.0
|
| 231 |
+
1409,Sebastiano Luperto,Sebastiano Luperto,1.91,Italy,Lecce,3.0,5.0,Defender - Centre-Back,33,left,FC Empoli,2023-06-30,2022-07-18,,,Other,between 26.0 and 30.0
|
| 232 |
+
212,Jarrod Bowen,,1.82,England,Leominster,38.0,42.0,Attack - Right Winger,20,left,West Ham,2025-06-30,2020-01-31,PLG,adidas,EPL,between 26.0 and 30.0
|
| 233 |
+
639,Florian Wirtz,Florian Richard Wirtz,1.76,Germany,Pulheim,85.0,85.0,midfield - Attacking Midfield,27,right,B. Leverkusen,2027-06-30,2020-07-01,Relatives,adidas,Bundesliga,less than 23.0
|
| 234 |
+
2539,Birama Touré,,1.83,Mali,Kayes,1.5,2.0,midfield - Defensive Midfield,12,right,AJ Auxerre,2023-06-30,2017-07-17,Relatives,,Other,greater than 30.0
|
| 235 |
+
2070,Lisandro Magallán,,1.85,Argentina Italy,La Plata,2.0,6.0,Defender - Centre-Back,7,right,Elche CF,2023-06-30,2023-01-05,SP,adidas,LaLiga,between 26.0 and 30.0
|
| 236 |
+
1663,Koke,,1.76,Spain,Madrid,16.0,70.0,midfield - Central Midfield,6,right,Atlético Madrid,2024-06-30,2011-01-01,Gesport Espizua SL,adidas,LaLiga,greater than 30.0
|
| 237 |
+
1739,Juanmi,,1.72,Spain,Coín,15.0,15.0,Attack - Left Winger,7,right,Real Betis,2026-06-30,2019-07-01,LIAN Sports Group,,LaLiga,between 26.0 and 30.0
|
| 238 |
+
1721,Dani Martín,Daniel Martín Fernández,1.87,Spain,Gijón,1.5,5.0,Goalkeeper,25,right,Real Betis,2024-06-30,2019-07-18,Bahía Internacional,,LaLiga,between 23.0 and 26.0
|
| 239 |
+
681,Ko Itakura,板倉 滉,1.88,Japan,"Yokohama, Kanagawa",12.0,12.0,Defender - Centre-Back,3,right,Bor. M'gladbach,2026-06-30,2022-07-02,CAA Base Ltd,Nike,Bundesliga,between 26.0 and 30.0
|
| 240 |
+
1122,Hakan Calhanoglu,Hakan Çalhanoğlu,1.78,Turkey Germany,Mannheim,35.0,35.0,midfield - Central Midfield,20,right,Inter,2024-06-30,2021-07-01,Unique Sports Group,Nike,SerieA,between 26.0 and 30.0
|
| 241 |
+
454,Georginio Rutter,,1.82,France Martinique,Plescop,22.0,22.0,Attack - Centre-Forward,24,left,Leeds,2028-06-30,2023-01-14,ROGON,,Other,less than 23.0
|
| 242 |
+
1487,Lorenzo Colombo,,1.83,Italy,Vimercate,5.0,5.0,Attack - Centre-Forward,9,left,Lecce,2023-06-30,2022-07-07,Gr Sports,,Other,less than 23.0
|
| 243 |
+
2312,Gor Manvelyan,Գոռ Մանվելյան,1.8,France Armenia,,0.4,0.4,midfield - Attacking Midfield,22,both,FC Nantes,2024-06-30,2021-07-01,Wilders Sport,Nike,Ligue1,less than 23.0
|
| 244 |
+
1385,Giulio Donati,,1.78,Italy,Pietrasanta,0.5,5.0,Defender - Right-Back,2,right,Monza,2023-06-30,2020-09-01,Gea World,,Other,greater than 30.0
|
| 245 |
+
214,Danny Ings,Daniel William John Ings,1.77,England,Winchester,16.0,22.0,Attack - Centre-Forward,18,right,West Ham,2025-06-30,2023-01-20,,Nike,EPL,greater than 30.0
|
| 246 |
+
103,Luis Díaz,Luis Fernando Díaz Marulanda,1.8,Colombia,Barrancas,75.0,75.0,Attack - Left Winger,23,right,Liverpool,2027-06-30,2022-01-30,Nomi Sports,,EPL,between 26.0 and 30.0
|
| 247 |
+
1717,Gerard Moreno,Gerard Moreno Balagueró,1.8,Spain,Santa Perpètua de Mogoda,30.0,40.0,Attack - Centre-Forward,7,left,Villarreal,2027-06-30,2018-07-01,YOU FIRST,,LaLiga,greater than 30.0
|
| 248 |
+
2440,Thijs Dallinga,,1.9,Netherlands,Groningen,7.0,7.0,Attack - Centre-Forward,27,right,Toulouse,2026-06-30,2022-07-01,V4S,,Ligue1,less than 23.0
|
| 249 |
+
2457,Lucien Agoumé,Lucien Jefferson Agoumé,1.85,France Cameroon,Yaoundé,7.0,7.0,midfield - Defensive Midfield,8,right,Troyes,2023-06-30,2022-09-01,ND SPORTS MANAGEMENT,,Ligue1,less than 23.0
|
| 250 |
+
1087,Sergiño Dest,Sergiño Gianni Dest,1.71,United States Netherlands,Almere,12.0,30.0,Defender - Right-Back,21,right,AC Milan,2023-06-30,2022-09-01,CAA Stellar,,SerieA,less than 23.0
|
| 251 |
+
665,Mehdi Loune,,1.72,Germany Morocco,Hanau,0.3,0.3,midfield - Central Midfield,45,,E. Frankfurt,2025-06-30,2022-07-01,Selected ...,Puma,Bundesliga,less than 23.0
|
| 252 |
+
656,Philipp Max,,1.77,Germany,Viersen,6.0,20.0,Defender - Left-Back,32,left,E. Frankfurt,2023-06-30,2023-01-31,Sports360 GmbH,Nike,Bundesliga,between 26.0 and 30.0
|
| 253 |
+
1427,Emanuel Vignato,,1.75,Italy Brazil,Negrar,2.8,6.0,Attack - Right Winger,55,right,FC Empoli,2023-06-30,2023-01-31,TMP SOCCER srl,,Other,less than 23.0
|
| 254 |
+
487,Tim Ream,Timothy Michael Ream,1.86,United States,"St. Louis, Missouri",1.0,4.0,Defender - Centre-Back,13,left,Fulham,2024-06-30,2015-08-20,CAA Stellar,Nike,EPL,greater than 30.0
|
| 255 |
+
1326,Adam Masina,,1.91,Morocco Italy,Khouribga,2.5,7.0,Defender - Left-Back,3,left,Udinese Calcio,2025-06-30,2022-07-18,Riccardo Calleri,,SerieA,between 26.0 and 30.0
|
| 256 |
+
525,Ryan Christie,,1.78,Scotland,Inverness,9.0,9.0,midfield - Attacking Midfield,10,left,Bournemouth,2024-06-30,2021-08-31,PLG,,EPL,between 26.0 and 30.0
|
| 257 |
+
2037,Gonzalo Plata,Gonzalo Jordy Plata Jiménez,1.78,Ecuador,Guayaquil,5.0,6.0,Attack - Right Winger,11,left,Real Valladolid,2027-06-30,2022-07-11,Wasserman,,LaLiga,less than 23.0
|
| 258 |
+
1013,Dominick Drexler,,1.83,Germany,Bonn,0.9,4.0,midfield - Attacking Midfield,24,right,FC Schalke 04,2024-06-30,2021-07-21,11WINS,,Bundesliga,greater than 30.0
|
| 259 |
+
1567,Lorenzo Malagrida,,1.74,Italy,Pietra Ligure,0.25,0.25,midfield - Left Midfield,31,right,Sampdoria,2025-06-30,2022-07-01,Gea World,,SerieA,less than 23.0
|
| 260 |
+
1547,Jayden Braaf,Jayden Jezairo Braaf,1.8,Netherlands Suriname,Amsterdam,1.0,3.0,Attack - Centre-Forward,25,right,Hellas Verona,2023-06-30,2023-01-16,CAA Stellar,,SerieA,less than 23.0
|
| 261 |
+
1665,Pablo Barrios,Pablo Barrios Rivas,1.81,Spain,Madrid,5.0,5.0,midfield - Central Midfield,24,right,Atlético Madrid,2028-06-30,2023-01-23,CAA Stellar,,LaLiga,less than 23.0
|
| 262 |
+
1953,Iván Balliu,Iván Balliu Campeny,1.72,Albania Spain,Caldes de Malavella,4.0,4.0,Defender - Right-Back,20,right,Rayo Vallecano,2025-06-30,2021-07-14,Fabián Bustos,,LaLiga,greater than 30.0
|
| 263 |
+
1523,Pawel Dawidowicz,Paweł Marek Dawidowicz,1.89,Poland,Olsztyn,3.5,5.0,Defender - Centre-Back,27,both,Hellas Verona,2025-06-30,2019-07-01,INNfootball,Nike,SerieA,between 26.0 and 30.0
|
| 264 |
+
425,Shandon Baptiste,Shandon Harkeem Baptiste,1.8,Grenada England,Reading,3.0,3.0,midfield - Central Midfield,26,right,Brentford,2024-06-30,2020-01-31,CAA Base Ltd,,Other,between 23.0 and 26.0
|
| 265 |
+
326,Tom McGill,Thomas Peter Wayne McGill,1.85,Canada England,Belleville,0.2,0.2,Goalkeeper,38,right,Brighton,2023-06-30,2022-07-29,10Ten Football,,EPL,between 23.0 and 26.0
|
classification/unipredict/oles04-top-leagues-player/test.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/oles04-top-leagues-player/train.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/oles04-top-leagues-player/train.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/patelprashant-employee-attrition/metadata.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "patelprashant-employee-attrition",
|
| 3 |
+
"benchmark": "unipredict",
|
| 4 |
+
"sub_benchmark": "",
|
| 5 |
+
"task_type": "clf",
|
| 6 |
+
"data_type": "mixed",
|
| 7 |
+
"target_column": "Attrition",
|
| 8 |
+
"label_values": [
|
| 9 |
+
"No",
|
| 10 |
+
"Yes"
|
| 11 |
+
],
|
| 12 |
+
"num_labels": 2,
|
| 13 |
+
"train_samples": 1322,
|
| 14 |
+
"test_samples": 148,
|
| 15 |
+
"train_label_distribution": {
|
| 16 |
+
"No": 1109,
|
| 17 |
+
"Yes": 213
|
| 18 |
+
},
|
| 19 |
+
"test_label_distribution": {
|
| 20 |
+
"No": 124,
|
| 21 |
+
"Yes": 24
|
| 22 |
+
}
|
| 23 |
+
}
|
classification/unipredict/patelprashant-employee-attrition/test.csv
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Age,BusinessTravel,DailyRate,Department,DistanceFromHome,Education,EducationField,EmployeeCount,EmployeeNumber,EnvironmentSatisfaction,Gender,HourlyRate,JobInvolvement,JobLevel,JobRole,JobSatisfaction,MaritalStatus,MonthlyIncome,MonthlyRate,NumCompaniesWorked,Over18,OverTime,PercentSalaryHike,PerformanceRating,RelationshipSatisfaction,StandardHours,StockOptionLevel,TotalWorkingYears,TrainingTimesLastYear,WorkLifeBalance,YearsAtCompany,YearsInCurrentRole,YearsSinceLastPromotion,YearsWithCurrManager,Attrition
|
| 2 |
+
32,Travel_Rarely,1093,Sales,6,4,Medical,1,125,2,Male,87,3,2,Sales Executive,3,Single,5010,24301,1,Y,No,16,3,1,80,0,12,0,3,11,8,5,7,No
|
| 3 |
+
29,Travel_Rarely,121,Sales,27,3,Marketing,1,283,2,Female,35,3,3,Sales Executive,4,Married,7639,24525,1,Y,No,22,4,4,80,3,10,3,2,10,4,1,9,Yes
|
| 4 |
+
29,Travel_Rarely,592,Research & Development,7,3,Life Sciences,1,1883,4,Male,59,3,1,Laboratory Technician,1,Single,2062,19384,3,Y,No,14,3,2,80,0,11,2,3,3,2,1,2,No
|
| 5 |
+
35,Travel_Rarely,1276,Research & Development,16,3,Life Sciences,1,586,4,Male,72,3,3,Healthcare Representative,3,Married,7632,14295,4,Y,Yes,12,3,3,80,0,10,2,3,8,7,0,0,No
|
| 6 |
+
43,Travel_Rarely,574,Research & Development,11,3,Life Sciences,1,1971,1,Male,30,3,3,Healthcare Representative,3,Married,7510,16873,1,Y,No,17,3,2,80,1,10,1,3,10,9,0,9,No
|
| 7 |
+
27,Travel_Rarely,975,Research & Development,7,3,Medical,1,764,4,Female,55,2,2,Healthcare Representative,1,Single,6811,23398,8,Y,No,19,3,1,80,0,9,2,1,7,6,0,7,No
|
| 8 |
+
40,Travel_Frequently,1184,Sales,2,4,Medical,1,1212,2,Male,62,3,2,Sales Executive,2,Married,4327,25440,5,Y,No,12,3,4,80,3,5,2,3,0,0,0,0,No
|
| 9 |
+
29,Travel_Rarely,665,Research & Development,15,3,Life Sciences,1,346,3,Male,60,3,1,Research Scientist,4,Single,2340,22673,1,Y,No,19,3,1,80,0,6,1,3,6,5,1,5,No
|
| 10 |
+
25,Travel_Rarely,949,Research & Development,1,3,Technical Degree,1,1415,1,Male,81,3,1,Laboratory Technician,4,Married,3229,4910,4,Y,No,11,3,2,80,1,7,2,2,3,2,0,2,No
|
| 11 |
+
36,Non-Travel,1105,Research & Development,24,4,Life Sciences,1,419,2,Female,47,3,2,Laboratory Technician,2,Married,5674,6927,7,Y,No,15,3,3,80,1,11,3,3,9,8,0,8,No
|
| 12 |
+
36,Non-Travel,301,Sales,15,4,Marketing,1,2036,4,Male,88,1,2,Sales Executive,4,Divorced,5406,10436,1,Y,No,24,4,1,80,1,15,4,2,15,12,11,11,No
|
| 13 |
+
54,Travel_Rarely,584,Research & Development,22,5,Medical,1,1665,2,Female,91,3,4,Manager,3,Married,17426,18685,3,Y,No,25,4,3,80,1,36,6,3,10,8,4,7,No
|
| 14 |
+
51,Travel_Rarely,833,Research & Development,1,3,Life Sciences,1,353,3,Male,96,3,1,Research Scientist,4,Married,2723,23231,1,Y,No,11,3,2,80,0,1,0,2,1,0,0,0,No
|
| 15 |
+
31,Travel_Rarely,249,Sales,6,4,Life Sciences,1,163,2,Male,76,1,2,Sales Executive,3,Married,6172,20739,4,Y,Yes,18,3,2,80,0,12,3,2,7,7,7,7,Yes
|
| 16 |
+
30,Travel_Rarely,634,Research & Development,17,4,Medical,1,1321,2,Female,95,3,3,Manager,1,Married,11916,25927,1,Y,Yes,23,4,4,80,2,9,2,3,9,1,0,8,No
|
| 17 |
+
29,Travel_Rarely,590,Research & Development,4,3,Technical Degree,1,1762,4,Female,91,2,1,Research Scientist,1,Divorced,2109,10007,1,Y,No,13,3,3,80,1,1,2,3,1,0,0,0,No
|
| 18 |
+
35,Travel_Rarely,755,Research & Development,9,4,Life Sciences,1,496,3,Male,97,2,2,Healthcare Representative,2,Single,6540,19394,9,Y,No,19,3,3,80,0,10,5,3,1,1,0,0,No
|
| 19 |
+
25,Travel_Rarely,309,Human Resources,2,3,Human Resources,1,1987,3,Female,82,3,1,Human Resources,2,Married,2187,19655,4,Y,No,14,3,3,80,0,6,3,3,2,0,1,2,No
|
| 20 |
+
49,Travel_Frequently,1475,Research & Development,28,2,Life Sciences,1,1420,1,Male,97,2,2,Laboratory Technician,1,Single,4284,22710,3,Y,No,20,4,1,80,0,20,2,3,4,3,1,3,Yes
|
| 21 |
+
34,Travel_Frequently,135,Research & Development,19,3,Medical,1,1285,3,Female,46,3,2,Laboratory Technician,2,Divorced,4444,22534,4,Y,No,13,3,3,80,2,15,2,4,11,8,5,10,No
|
| 22 |
+
31,Travel_Frequently,561,Research & Development,3,3,Life Sciences,1,1537,4,Female,33,3,1,Research Scientist,3,Single,4084,4156,1,Y,No,12,3,1,80,0,7,2,1,7,2,7,7,Yes
|
| 23 |
+
33,Travel_Rarely,1099,Research & Development,4,4,Medical,1,1502,1,Female,82,2,1,Laboratory Technician,2,Married,3838,8192,8,Y,No,11,3,4,80,0,8,5,3,5,4,0,2,No
|
| 24 |
+
27,Travel_Frequently,591,Research & Development,2,3,Medical,1,1648,4,Male,87,3,1,Research Scientist,4,Single,2580,6297,2,Y,No,13,3,3,80,0,6,0,2,4,2,1,2,No
|
| 25 |
+
31,Travel_Rarely,471,Research & Development,4,3,Medical,1,1916,1,Female,62,4,1,Laboratory Technician,3,Divorced,3978,16031,8,Y,No,12,3,2,80,1,4,0,2,2,2,2,2,No
|
| 26 |
+
20,Travel_Rarely,805,Research & Development,3,3,Life Sciences,1,1198,1,Male,87,2,1,Laboratory Technician,3,Single,3033,12828,1,Y,No,12,3,1,80,0,2,2,2,2,2,1,2,No
|
| 27 |
+
29,Travel_Frequently,995,Research & Development,2,1,Life Sciences,1,1590,1,Male,87,3,2,Healthcare Representative,4,Divorced,8853,24483,1,Y,No,19,3,4,80,1,6,0,4,6,4,1,3,No
|
| 28 |
+
43,Travel_Frequently,1082,Research & Development,27,3,Life Sciences,1,1126,3,Female,83,3,3,Manufacturing Director,1,Married,10820,11535,8,Y,No,11,3,3,80,1,18,1,3,8,7,0,1,No
|
| 29 |
+
35,Travel_Rarely,737,Sales,10,3,Medical,1,1639,4,Male,55,2,3,Sales Executive,1,Married,10306,21530,9,Y,No,17,3,3,80,0,15,3,3,13,12,6,0,Yes
|
| 30 |
+
34,Travel_Rarely,1111,Sales,8,2,Life Sciences,1,808,3,Female,93,3,2,Sales Executive,1,Married,6500,13305,5,Y,No,17,3,2,80,1,6,1,3,3,2,1,2,No
|
| 31 |
+
36,Travel_Rarely,216,Research & Development,6,2,Medical,1,178,2,Male,84,3,2,Manufacturing Director,2,Divorced,4941,2819,6,Y,No,20,4,4,80,2,7,0,3,3,2,0,1,No
|
| 32 |
+
36,Non-Travel,894,Research & Development,1,4,Medical,1,1662,4,Female,33,2,2,Manufacturing Director,3,Married,4374,15411,0,Y,No,15,3,3,80,0,4,6,3,3,2,1,2,No
|
| 33 |
+
31,Travel_Rarely,408,Research & Development,9,4,Life Sciences,1,493,3,Male,42,2,1,Research Scientist,2,Single,2657,7551,0,Y,Yes,16,3,4,80,0,3,5,3,2,2,2,2,No
|
| 34 |
+
33,Travel_Rarely,924,Research & Development,2,3,Medical,1,39,3,Male,78,3,1,Laboratory Technician,4,Single,2496,6670,4,Y,No,11,3,4,80,0,7,3,3,1,1,0,0,No
|
| 35 |
+
41,Travel_Rarely,1411,Research & Development,19,2,Life Sciences,1,334,3,Male,36,3,2,Research Scientist,1,Divorced,3072,19877,2,Y,No,16,3,1,80,2,17,2,2,1,0,0,0,No
|
| 36 |
+
19,Travel_Frequently,602,Sales,1,1,Technical Degree,1,235,3,Female,100,1,1,Sales Representative,1,Single,2325,20989,0,Y,No,21,4,1,80,0,1,5,4,0,0,0,0,Yes
|
| 37 |
+
28,Non-Travel,1476,Research & Development,1,3,Life Sciences,1,1315,3,Female,55,1,2,Laboratory Technician,4,Married,6674,16392,0,Y,No,11,3,1,80,3,10,6,3,9,8,7,5,No
|
| 38 |
+
35,Travel_Rarely,1370,Research & Development,27,4,Life Sciences,1,1728,4,Male,49,3,2,Manufacturing Director,3,Married,6883,5151,2,Y,No,16,3,2,80,1,17,3,3,7,7,0,7,No
|
| 39 |
+
28,Travel_Rarely,529,Research & Development,2,4,Life Sciences,1,364,1,Male,79,3,1,Laboratory Technician,3,Single,3485,14935,2,Y,No,11,3,3,80,0,5,5,1,0,0,0,0,Yes
|
| 40 |
+
20,Travel_Rarely,500,Sales,2,3,Medical,1,922,3,Female,49,2,1,Sales Representative,3,Single,2044,22052,1,Y,No,13,3,4,80,0,2,3,2,2,2,0,2,Yes
|
| 41 |
+
48,Travel_Frequently,708,Sales,7,2,Medical,1,1691,4,Female,95,3,1,Sales Representative,3,Married,2655,11740,2,Y,Yes,11,3,3,80,2,19,3,3,9,7,7,7,Yes
|
| 42 |
+
30,Travel_Rarely,1334,Sales,4,2,Medical,1,121,3,Female,63,2,2,Sales Executive,2,Divorced,5209,19760,1,Y,Yes,12,3,2,80,3,11,4,2,11,8,2,7,No
|
| 43 |
+
27,Travel_Rarely,618,Research & Development,4,3,Life Sciences,1,933,2,Female,76,3,1,Research Scientist,3,Single,2318,17808,1,Y,No,19,3,3,80,0,1,2,3,1,1,0,0,No
|
| 44 |
+
18,Travel_Rarely,812,Sales,10,3,Medical,1,411,4,Female,69,2,1,Sales Representative,3,Single,1200,9724,1,Y,No,12,3,1,80,0,0,2,3,0,0,0,0,No
|
| 45 |
+
35,Travel_Rarely,992,Research & Development,1,3,Medical,1,1564,4,Male,68,2,1,Laboratory Technician,1,Single,2450,21731,1,Y,No,19,3,2,80,0,3,3,3,3,0,1,2,No
|
| 46 |
+
30,Travel_Rarely,1465,Research & Development,1,3,Medical,1,1241,4,Male,63,3,1,Research Scientist,2,Married,3579,9369,0,Y,Yes,21,4,1,80,1,12,2,3,11,9,5,7,No
|
| 47 |
+
18,Travel_Rarely,230,Research & Development,3,3,Life Sciences,1,405,3,Male,54,3,1,Laboratory Technician,3,Single,1420,25233,1,Y,No,13,3,3,80,0,0,2,3,0,0,0,0,Yes
|
| 48 |
+
53,Travel_Rarely,970,Research & Development,7,3,Life Sciences,1,730,3,Male,59,4,4,Research Director,3,Married,14814,13514,3,Y,No,19,3,3,80,0,32,3,3,5,1,1,3,No
|
| 49 |
+
55,Travel_Rarely,1229,Research & Development,4,4,Life Sciences,1,1501,4,Male,30,3,2,Healthcare Representative,3,Married,4035,16143,0,Y,Yes,16,3,2,80,0,4,2,3,3,2,1,2,No
|
| 50 |
+
33,Travel_Rarely,1069,Research & Development,1,3,Life Sciences,1,969,2,Female,42,2,2,Healthcare Representative,4,Single,6949,12291,0,Y,No,14,3,1,80,0,6,3,3,5,0,1,4,No
|
| 51 |
+
35,Travel_Rarely,776,Sales,1,4,Marketing,1,100,3,Male,32,2,2,Sales Executive,1,Single,4312,23016,0,Y,No,14,3,2,80,0,16,2,3,15,13,2,8,No
|
| 52 |
+
30,Travel_Rarely,921,Research & Development,1,3,Life Sciences,1,806,4,Male,38,1,1,Laboratory Technician,3,Married,3833,24375,3,Y,No,21,4,3,80,2,7,2,3,2,2,0,2,No
|
| 53 |
+
59,Travel_Rarely,326,Sales,3,3,Life Sciences,1,1254,3,Female,48,2,2,Sales Executive,4,Single,5171,16490,5,Y,No,17,3,4,80,0,13,2,3,6,1,0,5,No
|
| 54 |
+
25,Travel_Rarely,1280,Research & Development,7,1,Medical,1,143,4,Male,64,2,1,Research Scientist,4,Married,2889,26897,1,Y,No,11,3,3,80,2,2,2,3,2,2,2,1,No
|
| 55 |
+
42,Travel_Frequently,748,Research & Development,9,2,Medical,1,1480,1,Female,74,3,1,Laboratory Technician,4,Single,3673,16458,1,Y,No,13,3,3,80,0,12,3,3,12,9,5,8,No
|
| 56 |
+
40,Travel_Rarely,1308,Research & Development,14,3,Medical,1,1128,3,Male,44,2,5,Research Director,3,Single,19626,17544,1,Y,No,14,3,1,80,0,21,2,4,20,7,4,9,No
|
| 57 |
+
52,Non-Travel,715,Research & Development,19,4,Medical,1,791,4,Male,41,3,1,Research Scientist,4,Married,4258,26589,0,Y,No,18,3,1,80,1,5,3,3,4,3,1,2,No
|
| 58 |
+
27,Travel_Rarely,728,Sales,23,1,Medical,1,1864,2,Female,36,2,2,Sales Representative,3,Married,3540,7018,1,Y,No,21,4,4,80,1,9,5,3,9,8,5,8,No
|
| 59 |
+
55,Travel_Rarely,1441,Research & Development,22,3,Technical Degree,1,1694,1,Male,94,2,1,Research Scientist,2,Divorced,3537,23737,5,Y,No,12,3,4,80,1,8,1,3,4,2,1,2,No
|
| 60 |
+
29,Travel_Frequently,1404,Sales,20,3,Technical Degree,1,974,3,Female,84,3,1,Sales Representative,4,Married,2157,18203,1,Y,No,15,3,2,80,1,3,5,3,3,1,0,2,No
|
| 61 |
+
24,Travel_Rarely,581,Research & Development,9,3,Medical,1,1707,3,Male,62,4,1,Research Scientist,3,Married,4401,17616,1,Y,No,16,3,4,80,1,5,1,3,5,3,0,4,No
|
| 62 |
+
45,Travel_Rarely,538,Research & Development,1,4,Technical Degree,1,1553,1,Male,66,3,3,Healthcare Representative,2,Divorced,7441,20933,1,Y,No,12,3,1,80,3,10,4,3,10,8,7,7,No
|
| 63 |
+
51,Travel_Rarely,942,Research & Development,3,3,Technical Degree,1,1786,1,Female,53,3,3,Manager,3,Married,13116,22984,2,Y,No,11,3,4,80,0,15,2,3,2,2,2,2,No
|
| 64 |
+
24,Travel_Frequently,1287,Research & Development,7,3,Life Sciences,1,647,1,Female,55,3,1,Laboratory Technician,3,Married,2886,14168,1,Y,Yes,16,3,4,80,1,6,4,3,6,3,1,2,Yes
|
| 65 |
+
56,Travel_Rarely,310,Research & Development,7,2,Technical Degree,1,2032,4,Male,72,3,1,Laboratory Technician,3,Married,2339,3666,8,Y,No,11,3,4,80,1,14,4,1,10,9,9,8,Yes
|
| 66 |
+
30,Travel_Rarely,1005,Research & Development,3,3,Technical Degree,1,297,4,Female,88,3,1,Research Scientist,1,Single,2657,8556,5,Y,Yes,11,3,3,80,0,8,5,3,5,2,0,4,Yes
|
| 67 |
+
52,Travel_Rarely,1053,Research & Development,1,2,Life Sciences,1,976,4,Male,70,3,4,Manager,4,Married,17099,13829,2,Y,No,15,3,2,80,1,26,2,2,9,8,7,8,No
|
| 68 |
+
34,Travel_Rarely,546,Research & Development,10,3,Life Sciences,1,934,2,Male,83,3,1,Laboratory Technician,2,Divorced,2008,6896,1,Y,No,14,3,2,80,2,1,3,3,1,0,1,0,No
|
| 69 |
+
50,Travel_Rarely,1207,Research & Development,28,1,Medical,1,716,4,Male,74,4,1,Laboratory Technician,3,Married,3221,3297,1,Y,Yes,11,3,3,80,3,20,3,3,20,8,3,8,No
|
| 70 |
+
37,Travel_Rarely,124,Research & Development,3,3,Other,1,1062,4,Female,35,3,2,Healthcare Representative,2,Single,4107,13848,3,Y,No,15,3,1,80,0,8,3,2,4,3,0,1,No
|
| 71 |
+
36,Travel_Rarely,928,Sales,1,2,Life Sciences,1,857,2,Male,56,3,2,Sales Executive,4,Married,6201,2823,1,Y,Yes,14,3,4,80,1,18,1,2,18,14,4,11,No
|
| 72 |
+
39,Travel_Rarely,1162,Sales,3,2,Medical,1,445,4,Female,41,3,2,Sales Executive,3,Married,5238,17778,4,Y,Yes,18,3,1,80,0,12,3,2,1,0,0,0,Yes
|
| 73 |
+
27,Travel_Rarely,1420,Sales,2,1,Marketing,1,667,3,Male,85,3,1,Sales Representative,1,Divorced,3041,16346,0,Y,No,11,3,2,80,1,5,3,3,4,3,0,2,Yes
|
| 74 |
+
31,Travel_Frequently,754,Sales,26,4,Marketing,1,1967,1,Male,63,3,2,Sales Executive,4,Married,5617,21075,1,Y,Yes,11,3,3,80,0,10,4,3,10,7,0,8,Yes
|
| 75 |
+
37,Non-Travel,1252,Sales,19,2,Medical,1,904,1,Male,32,3,3,Sales Executive,2,Single,7642,4814,1,Y,Yes,13,3,4,80,0,10,2,3,10,0,0,9,No
|
| 76 |
+
32,Travel_Rarely,588,Sales,8,2,Technical Degree,1,436,3,Female,65,2,2,Sales Executive,2,Married,5228,24624,1,Y,Yes,11,3,4,80,0,13,2,3,13,12,11,9,No
|
| 77 |
+
42,Travel_Rarely,916,Research & Development,17,2,Life Sciences,1,347,4,Female,82,4,2,Research Scientist,1,Single,6545,23016,3,Y,Yes,13,3,3,80,0,10,1,3,3,2,0,2,No
|
| 78 |
+
26,Travel_Rarely,1357,Research & Development,25,3,Life Sciences,1,55,1,Male,48,1,1,Laboratory Technician,3,Single,2293,10558,1,Y,No,12,3,3,80,0,1,2,2,1,0,0,1,Yes
|
| 79 |
+
36,Travel_Rarely,530,Sales,3,1,Life Sciences,1,967,3,Male,51,2,3,Sales Executive,4,Married,10325,5518,1,Y,Yes,11,3,1,80,1,16,6,3,16,7,3,7,Yes
|
| 80 |
+
31,Travel_Rarely,182,Research & Development,8,5,Life Sciences,1,1430,1,Female,93,3,4,Research Director,2,Single,16422,8847,3,Y,No,11,3,3,80,0,9,3,4,3,2,1,0,No
|
| 81 |
+
40,Travel_Rarely,611,Sales,7,4,Medical,1,1740,2,Male,88,3,5,Manager,2,Single,19833,4349,1,Y,No,14,3,2,80,0,21,3,2,21,8,12,8,No
|
| 82 |
+
43,Travel_Rarely,589,Research & Development,14,2,Life Sciences,1,843,2,Male,94,3,4,Research Director,1,Married,17159,5200,6,Y,No,24,4,3,80,1,22,3,3,4,1,1,0,No
|
| 83 |
+
36,Travel_Rarely,1425,Research & Development,14,1,Life Sciences,1,924,3,Male,68,3,2,Healthcare Representative,4,Married,6586,4821,0,Y,Yes,17,3,1,80,1,17,2,2,16,8,4,11,No
|
| 84 |
+
29,Travel_Rarely,805,Research & Development,1,2,Life Sciences,1,816,2,Female,36,2,1,Laboratory Technician,1,Married,2319,6689,1,Y,Yes,11,3,4,80,1,1,1,3,1,0,0,0,Yes
|
| 85 |
+
35,Travel_Rarely,882,Sales,3,4,Life Sciences,1,984,4,Male,92,3,3,Sales Executive,4,Divorced,7823,6812,6,Y,No,13,3,2,80,1,12,2,3,10,9,0,8,No
|
| 86 |
+
40,Travel_Rarely,369,Research & Development,8,2,Life Sciences,1,1724,2,Female,92,3,2,Manufacturing Director,1,Married,6516,5041,2,Y,Yes,16,3,2,80,1,18,3,3,1,0,0,0,No
|
| 87 |
+
32,Travel_Rarely,499,Sales,2,1,Marketing,1,1396,3,Male,36,3,2,Sales Executive,2,Married,4078,20497,0,Y,Yes,13,3,1,80,3,4,3,2,3,2,1,2,No
|
| 88 |
+
30,Travel_Frequently,1312,Research & Development,23,3,Life Sciences,1,159,1,Male,96,1,1,Research Scientist,3,Divorced,2613,22310,1,Y,No,25,4,3,80,3,10,2,2,10,7,0,9,No
|
| 89 |
+
46,Travel_Rarely,1485,Research & Development,18,3,Medical,1,550,3,Female,87,3,2,Manufacturing Director,3,Divorced,4810,26314,2,Y,No,14,3,3,80,1,19,5,2,10,7,0,8,No
|
| 90 |
+
32,Travel_Frequently,967,Sales,8,3,Marketing,1,207,2,Female,43,3,3,Sales Executive,4,Single,8998,15589,1,Y,No,14,3,4,80,0,9,2,3,9,8,3,7,No
|
| 91 |
+
24,Travel_Rarely,477,Research & Development,24,3,Medical,1,1173,4,Male,49,3,1,Laboratory Technician,2,Single,3597,6409,8,Y,No,22,4,4,80,0,6,2,3,4,3,1,2,No
|
| 92 |
+
29,Travel_Rarely,1210,Sales,2,3,Medical,1,366,1,Male,78,2,2,Sales Executive,2,Married,6644,3687,2,Y,No,19,3,2,80,2,10,2,3,0,0,0,0,No
|
| 93 |
+
38,Travel_Frequently,1394,Research & Development,8,3,Medical,1,1937,4,Female,58,2,2,Research Scientist,2,Divorced,2133,18115,1,Y,Yes,16,3,3,80,1,20,3,3,20,11,0,7,No
|
| 94 |
+
38,Travel_Frequently,653,Research & Development,29,5,Life Sciences,1,79,4,Female,50,3,2,Laboratory Technician,4,Single,2406,5456,1,Y,No,11,3,4,80,0,10,2,3,10,3,9,9,No
|
| 95 |
+
36,Travel_Rarely,1223,Research & Development,8,3,Technical Degree,1,83,3,Female,59,3,3,Healthcare Representative,3,Divorced,10096,8202,1,Y,No,13,3,2,80,3,17,2,3,17,14,12,8,No
|
| 96 |
+
35,Travel_Rarely,672,Research & Development,25,3,Technical Degree,1,899,4,Male,78,2,3,Manufacturing Director,2,Married,10903,9129,3,Y,No,16,3,1,80,0,16,2,3,13,10,4,8,No
|
| 97 |
+
40,Non-Travel,458,Research & Development,16,2,Life Sciences,1,1340,3,Male,74,3,1,Research Scientist,3,Divorced,3544,8532,9,Y,No,16,3,2,80,1,6,0,3,4,2,0,0,No
|
| 98 |
+
39,Travel_Frequently,672,Research & Development,7,2,Medical,1,444,3,Male,54,2,5,Manager,4,Married,19272,21141,1,Y,No,15,3,1,80,1,21,2,3,21,9,13,3,No
|
| 99 |
+
19,Non-Travel,504,Research & Development,10,3,Medical,1,1248,1,Female,96,2,1,Research Scientist,2,Single,1859,6148,1,Y,Yes,25,4,2,80,0,1,2,4,1,1,0,0,Yes
|
| 100 |
+
25,Travel_Rarely,891,Sales,4,2,Life Sciences,1,527,2,Female,99,2,2,Sales Executive,4,Single,4487,12090,1,Y,Yes,11,3,2,80,0,5,3,3,5,4,1,3,No
|
| 101 |
+
28,Travel_Rarely,1083,Research & Development,29,1,Life Sciences,1,1514,3,Male,96,1,2,Manufacturing Director,2,Married,6549,3173,1,Y,No,14,3,2,80,2,8,2,2,8,6,1,7,No
|
| 102 |
+
54,Travel_Rarely,548,Research & Development,8,4,Life Sciences,1,578,3,Female,42,3,2,Laboratory Technician,3,Single,3780,23428,7,Y,No,11,3,3,80,0,19,3,3,1,0,0,0,No
|
| 103 |
+
26,Travel_Frequently,575,Research & Development,1,2,Life Sciences,1,792,1,Female,71,1,1,Laboratory Technician,4,Divorced,4364,5288,3,Y,No,14,3,1,80,1,5,2,3,2,2,2,0,No
|
| 104 |
+
38,Travel_Frequently,1444,Human Resources,1,4,Other,1,1972,4,Male,88,3,1,Human Resources,2,Married,2991,5224,0,Y,Yes,11,3,2,80,1,7,2,3,6,2,1,2,No
|
| 105 |
+
34,Travel_Rarely,1303,Research & Development,2,4,Life Sciences,1,579,4,Male,62,2,1,Research Scientist,3,Divorced,2768,8416,3,Y,No,12,3,3,80,1,14,3,3,7,3,5,7,No
|
| 106 |
+
34,Travel_Rarely,1130,Research & Development,3,3,Life Sciences,1,1658,4,Female,66,3,2,Research Scientist,2,Divorced,5433,19332,1,Y,No,12,3,3,80,1,11,2,3,11,8,7,9,No
|
| 107 |
+
41,Travel_Rarely,548,Research & Development,9,4,Life Sciences,1,1772,3,Male,94,3,1,Laboratory Technician,1,Divorced,2289,20520,1,Y,No,20,4,2,80,2,5,2,3,5,3,0,4,No
|
| 108 |
+
58,Travel_Rarely,286,Research & Development,2,4,Life Sciences,1,825,4,Male,31,3,5,Research Director,2,Single,19246,25761,7,Y,Yes,12,3,4,80,0,40,2,3,31,15,13,8,Yes
|
| 109 |
+
32,Non-Travel,300,Research & Development,1,3,Life Sciences,1,882,4,Male,61,3,1,Laboratory Technician,4,Divorced,2314,9148,0,Y,No,12,3,2,80,1,4,2,3,3,0,0,2,No
|
| 110 |
+
36,Travel_Frequently,1480,Research & Development,3,2,Medical,1,238,4,Male,30,3,1,Laboratory Technician,2,Single,2088,15062,4,Y,No,12,3,3,80,0,13,3,2,8,7,7,2,No
|
| 111 |
+
31,Travel_Rarely,192,Research & Development,2,4,Life Sciences,1,426,3,Male,32,3,1,Research Scientist,4,Divorced,2695,7747,0,Y,Yes,18,3,2,80,1,3,2,1,2,2,2,2,No
|
| 112 |
+
46,Travel_Rarely,1009,Research & Development,2,3,Life Sciences,1,575,1,Male,51,3,4,Research Director,3,Married,17861,2288,6,Y,No,13,3,3,80,0,26,2,1,3,2,0,1,No
|
| 113 |
+
32,Travel_Rarely,638,Research & Development,8,2,Medical,1,865,3,Female,91,4,2,Research Scientist,3,Married,5175,22162,5,Y,No,12,3,3,80,1,9,3,2,5,3,1,3,No
|
| 114 |
+
31,Travel_Rarely,1332,Research & Development,11,2,Medical,1,1251,3,Male,80,3,2,Healthcare Representative,1,Married,6833,17089,1,Y,Yes,12,3,4,80,0,6,2,2,6,5,0,1,No
|
| 115 |
+
31,Travel_Rarely,691,Research & Development,5,4,Technical Degree,1,423,3,Male,86,3,1,Research Scientist,4,Married,4821,10077,0,Y,Yes,12,3,3,80,1,6,4,3,5,2,0,3,No
|
| 116 |
+
40,Non-Travel,1142,Research & Development,8,2,Life Sciences,1,1552,4,Male,72,3,2,Healthcare Representative,4,Divorced,4069,8841,3,Y,Yes,18,3,3,80,0,8,2,3,2,2,2,2,No
|
| 117 |
+
46,Travel_Rarely,228,Sales,3,3,Life Sciences,1,1527,3,Female,51,3,4,Manager,2,Married,16606,11380,8,Y,No,12,3,4,80,1,23,2,4,13,12,5,1,No
|
| 118 |
+
28,Travel_Rarely,1423,Research & Development,1,3,Life Sciences,1,1506,1,Male,72,2,1,Research Scientist,3,Divorced,1563,12530,1,Y,No,14,3,4,80,1,1,2,1,1,0,0,0,No
|
| 119 |
+
34,Travel_Rarely,735,Sales,3,1,Medical,1,1915,4,Female,75,2,2,Sales Executive,4,Married,8103,16495,3,Y,Yes,12,3,3,80,0,9,3,2,4,2,0,1,No
|
| 120 |
+
27,Travel_Rarely,1377,Research & Development,11,1,Life Sciences,1,1434,2,Male,91,3,1,Laboratory Technician,1,Married,2099,7679,0,Y,No,14,3,2,80,0,6,3,4,5,0,1,4,No
|
| 121 |
+
36,Travel_Frequently,1467,Sales,11,2,Technical Degree,1,154,2,Female,92,3,3,Sales Executive,4,Married,9738,22952,0,Y,No,14,3,3,80,1,10,6,3,9,7,2,8,No
|
| 122 |
+
34,Travel_Frequently,1069,Research & Development,2,1,Life Sciences,1,256,4,Male,45,2,2,Manufacturing Director,3,Married,9547,14074,1,Y,No,17,3,3,80,0,10,2,2,10,9,1,9,No
|
| 123 |
+
30,Travel_Rarely,153,Research & Development,8,2,Life Sciences,1,1015,2,Female,73,4,3,Research Director,1,Married,11416,17802,0,Y,Yes,12,3,3,80,3,9,4,2,8,7,1,7,No
|
| 124 |
+
38,Travel_Rarely,364,Research & Development,3,5,Technical Degree,1,193,4,Female,32,3,2,Research Scientist,3,Single,4317,2302,3,Y,Yes,20,4,2,80,0,19,2,3,3,2,2,2,No
|
| 125 |
+
31,Non-Travel,587,Sales,2,4,Life Sciences,1,1324,4,Female,57,3,3,Sales Executive,3,Divorced,9852,8935,1,Y,Yes,19,3,1,80,1,10,5,2,10,8,9,6,No
|
| 126 |
+
24,Travel_Rarely,984,Research & Development,17,2,Life Sciences,1,1219,4,Female,97,3,1,Laboratory Technician,2,Married,2210,3372,1,Y,No,13,3,1,80,1,1,3,1,1,0,0,0,Yes
|
| 127 |
+
58,Travel_Rarely,605,Sales,21,3,Life Sciences,1,1938,4,Female,72,3,4,Manager,4,Married,17875,11761,4,Y,Yes,13,3,3,80,1,29,2,2,1,0,0,0,No
|
| 128 |
+
40,Travel_Frequently,530,Research & Development,1,4,Life Sciences,1,119,3,Male,78,2,4,Healthcare Representative,2,Married,13503,14115,1,Y,No,22,4,4,80,1,22,3,2,22,3,11,11,No
|
| 129 |
+
53,Travel_Rarely,1436,Sales,6,2,Marketing,1,205,2,Male,34,3,2,Sales Representative,3,Married,2306,16047,2,Y,Yes,20,4,4,80,1,13,3,1,7,7,4,5,No
|
| 130 |
+
27,Non-Travel,1277,Research & Development,8,5,Life Sciences,1,1094,1,Male,87,1,1,Laboratory Technician,3,Married,4621,5869,1,Y,No,19,3,4,80,3,3,4,3,3,2,1,2,No
|
| 131 |
+
42,Travel_Rarely,201,Research & Development,1,4,Life Sciences,1,517,2,Female,95,3,1,Laboratory Technician,1,Divorced,2576,20490,3,Y,No,16,3,2,80,1,8,5,3,5,2,1,2,No
|
| 132 |
+
37,Travel_Rarely,370,Research & Development,10,4,Medical,1,1809,4,Male,58,3,2,Manufacturing Director,1,Single,4213,4992,1,Y,No,15,3,2,80,0,10,4,1,10,3,0,8,Yes
|
| 133 |
+
33,Travel_Rarely,217,Sales,10,4,Marketing,1,1924,2,Male,43,3,2,Sales Executive,3,Single,5487,10410,1,Y,No,14,3,2,80,0,10,2,2,10,4,0,9,No
|
| 134 |
+
43,Travel_Rarely,177,Research & Development,8,3,Life Sciences,1,920,1,Female,55,3,2,Manufacturing Director,2,Divorced,4765,23814,4,Y,No,21,4,3,80,1,4,2,4,1,0,0,0,No
|
| 135 |
+
22,Travel_Rarely,1256,Research & Development,19,1,Medical,1,217,3,Male,80,3,1,Research Scientist,4,Married,2323,11992,1,Y,No,24,4,1,80,2,2,6,3,2,2,2,2,No
|
| 136 |
+
29,Travel_Rarely,1329,Research & Development,7,3,Life Sciences,1,1260,3,Male,82,3,2,Healthcare Representative,4,Divorced,6623,4204,1,Y,Yes,11,3,2,80,2,6,2,3,6,0,1,0,No
|
| 137 |
+
46,Travel_Rarely,1450,Research & Development,15,2,Life Sciences,1,1217,4,Male,52,3,5,Research Director,2,Married,19081,10849,5,Y,No,11,3,1,80,1,25,2,3,4,2,0,3,No
|
| 138 |
+
32,Travel_Rarely,827,Research & Development,1,1,Life Sciences,1,134,4,Male,71,3,1,Research Scientist,1,Single,2956,15178,1,Y,No,13,3,4,80,0,1,2,3,1,0,0,0,No
|
| 139 |
+
35,Travel_Frequently,130,Research & Development,25,4,Life Sciences,1,881,4,Female,96,3,1,Research Scientist,2,Divorced,2022,16612,1,Y,Yes,19,3,1,80,1,10,3,2,10,2,7,8,Yes
|
| 140 |
+
50,Travel_Rarely,1322,Research & Development,28,3,Life Sciences,1,1317,4,Female,43,3,4,Research Director,1,Married,16880,22422,4,Y,Yes,11,3,2,80,0,25,2,3,3,2,1,2,No
|
| 141 |
+
27,Travel_Frequently,294,Research & Development,10,2,Life Sciences,1,733,4,Male,32,3,3,Manufacturing Director,1,Divorced,8793,4809,1,Y,No,21,4,3,80,2,9,4,2,9,7,1,7,No
|
| 142 |
+
38,Travel_Rarely,345,Sales,10,2,Life Sciences,1,2041,1,Female,100,3,2,Sales Executive,4,Married,5343,5982,1,Y,No,11,3,3,80,1,10,1,3,10,7,1,9,No
|
| 143 |
+
35,Travel_Rarely,538,Research & Development,25,2,Other,1,652,1,Male,54,2,2,Laboratory Technician,4,Single,3681,14004,4,Y,No,14,3,4,80,0,9,3,3,3,2,0,2,No
|
| 144 |
+
45,Travel_Rarely,176,Human Resources,4,3,Life Sciences,1,1744,3,Female,56,1,3,Human Resources,3,Married,9756,6595,4,Y,No,21,4,3,80,2,9,2,4,5,0,0,3,No
|
| 145 |
+
49,Travel_Frequently,1023,Sales,2,3,Medical,1,2065,4,Male,63,2,2,Sales Executive,2,Married,5390,13243,2,Y,No,14,3,4,80,0,17,3,2,9,6,0,8,No
|
| 146 |
+
42,Travel_Frequently,458,Research & Development,26,5,Medical,1,1242,1,Female,60,3,3,Research Director,1,Married,13191,23281,3,Y,Yes,17,3,3,80,0,20,6,3,1,0,0,0,No
|
| 147 |
+
42,Travel_Frequently,532,Research & Development,29,2,Life Sciences,1,547,1,Female,92,3,2,Research Scientist,3,Divorced,4556,12932,2,Y,No,11,3,2,80,1,19,3,3,5,4,0,2,No
|
| 148 |
+
41,Travel_Rarely,427,Human Resources,10,4,Human Resources,1,731,2,Male,73,2,5,Manager,4,Divorced,19141,8861,3,Y,No,15,3,2,80,3,23,2,2,21,6,12,6,No
|
| 149 |
+
33,Non-Travel,1038,Sales,8,1,Life Sciences,1,1044,2,Female,88,2,1,Sales Representative,4,Single,2342,21437,0,Y,No,19,3,4,80,0,3,2,2,2,2,2,2,No
|
classification/unipredict/patelprashant-employee-attrition/test.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/patelprashant-employee-attrition/train.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/patelprashant-employee-attrition/train.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/pavansubhasht-ibm-hr-analytics-attrition-dataset/metadata.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "pavansubhasht-ibm-hr-analytics-attrition-dataset",
|
| 3 |
+
"benchmark": "unipredict",
|
| 4 |
+
"sub_benchmark": "",
|
| 5 |
+
"task_type": "clf",
|
| 6 |
+
"data_type": "mixed",
|
| 7 |
+
"target_column": "Attrition",
|
| 8 |
+
"label_values": [
|
| 9 |
+
"No",
|
| 10 |
+
"Yes"
|
| 11 |
+
],
|
| 12 |
+
"num_labels": 2,
|
| 13 |
+
"train_samples": 1322,
|
| 14 |
+
"test_samples": 148,
|
| 15 |
+
"train_label_distribution": {
|
| 16 |
+
"No": 1109,
|
| 17 |
+
"Yes": 213
|
| 18 |
+
},
|
| 19 |
+
"test_label_distribution": {
|
| 20 |
+
"No": 124,
|
| 21 |
+
"Yes": 24
|
| 22 |
+
}
|
| 23 |
+
}
|
classification/unipredict/pavansubhasht-ibm-hr-analytics-attrition-dataset/test.csv
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Age,BusinessTravel,DailyRate,Department,DistanceFromHome,Education,EducationField,EmployeeCount,EmployeeNumber,EnvironmentSatisfaction,Gender,HourlyRate,JobInvolvement,JobLevel,JobRole,JobSatisfaction,MaritalStatus,MonthlyIncome,MonthlyRate,NumCompaniesWorked,Over18,OverTime,PercentSalaryHike,PerformanceRating,RelationshipSatisfaction,StandardHours,StockOptionLevel,TotalWorkingYears,TrainingTimesLastYear,WorkLifeBalance,YearsAtCompany,YearsInCurrentRole,YearsSinceLastPromotion,YearsWithCurrManager,Attrition
|
| 2 |
+
25,Travel_Rarely,180,Research & Development,2,1,Medical,1,854,1,Male,65,4,1,Research Scientist,1,Single,3424,21632,7,Y,No,13,3,3,80,0,6,3,2,4,3,0,1,No
|
| 3 |
+
56,Travel_Rarely,1443,Sales,11,5,Marketing,1,1935,4,Female,89,2,2,Sales Executive,1,Married,5380,20328,4,Y,No,16,3,3,80,1,6,3,3,0,0,0,0,No
|
| 4 |
+
30,Travel_Rarely,852,Research & Development,1,1,Life Sciences,1,104,4,Male,55,2,2,Laboratory Technician,4,Married,5126,15998,1,Y,Yes,12,3,3,80,2,10,1,2,10,8,3,0,No
|
| 5 |
+
34,Travel_Rarely,735,Sales,3,1,Medical,1,1915,4,Female,75,2,2,Sales Executive,4,Married,8103,16495,3,Y,Yes,12,3,3,80,0,9,3,2,4,2,0,1,No
|
| 6 |
+
29,Travel_Rarely,408,Sales,23,1,Life Sciences,1,1165,4,Female,45,2,3,Sales Executive,1,Married,7336,11162,1,Y,No,13,3,1,80,1,11,3,1,11,8,3,10,Yes
|
| 7 |
+
47,Travel_Rarely,249,Sales,2,2,Marketing,1,903,3,Female,35,3,2,Sales Executive,4,Married,4537,17783,0,Y,Yes,22,4,1,80,1,8,2,3,7,6,7,7,No
|
| 8 |
+
26,Travel_Rarely,192,Research & Development,1,2,Medical,1,1083,1,Male,59,2,1,Laboratory Technician,1,Married,3955,11141,1,Y,No,16,3,1,80,2,6,2,3,5,3,1,3,No
|
| 9 |
+
43,Travel_Rarely,823,Research & Development,6,3,Medical,1,1866,1,Female,81,2,5,Manager,3,Married,19392,22539,7,Y,No,13,3,4,80,0,21,2,3,16,12,6,14,No
|
| 10 |
+
43,Travel_Frequently,422,Research & Development,1,3,Life Sciences,1,902,4,Female,33,3,2,Healthcare Representative,4,Married,5562,21782,4,Y,No,13,3,2,80,1,12,2,2,5,2,2,2,No
|
| 11 |
+
38,Travel_Rarely,437,Sales,16,3,Life Sciences,1,1583,2,Female,90,3,2,Sales Executive,2,Single,4198,16379,2,Y,No,12,3,2,80,0,8,5,4,3,2,1,2,No
|
| 12 |
+
32,Travel_Rarely,929,Sales,10,3,Marketing,1,722,4,Male,55,3,2,Sales Executive,4,Single,5396,21703,1,Y,No,12,3,4,80,0,10,2,2,10,7,0,8,No
|
| 13 |
+
44,Travel_Rarely,986,Research & Development,8,4,Life Sciences,1,874,1,Male,62,4,1,Laboratory Technician,4,Married,2818,5044,2,Y,Yes,24,4,3,80,1,10,2,2,3,2,0,2,No
|
| 14 |
+
47,Non-Travel,1162,Research & Development,1,1,Medical,1,2000,3,Female,98,3,3,Research Director,2,Married,11957,17231,0,Y,No,18,3,1,80,2,14,3,1,13,8,5,12,No
|
| 15 |
+
50,Travel_Frequently,878,Sales,1,4,Life Sciences,1,2044,2,Male,94,3,2,Sales Executive,3,Divorced,6728,14255,7,Y,No,12,3,4,80,2,12,3,3,6,3,0,1,Yes
|
| 16 |
+
51,Travel_Frequently,237,Sales,9,3,Life Sciences,1,1282,4,Male,83,3,5,Manager,2,Divorced,19847,19196,4,Y,Yes,24,4,1,80,1,31,5,2,29,10,11,10,No
|
| 17 |
+
34,Travel_Rarely,678,Research & Development,19,3,Life Sciences,1,1701,2,Female,35,2,1,Research Scientist,4,Married,2929,20338,1,Y,No,12,3,2,80,0,10,3,3,10,9,8,7,No
|
| 18 |
+
27,Travel_Rarely,1302,Research & Development,19,3,Other,1,1619,4,Male,67,2,1,Laboratory Technician,1,Divorced,4066,16290,1,Y,No,11,3,1,80,2,7,3,3,7,7,0,7,No
|
| 19 |
+
50,Travel_Frequently,809,Sales,12,3,Marketing,1,174,3,Female,77,3,3,Sales Executive,4,Single,9208,6645,4,Y,No,11,3,4,80,0,16,3,3,2,2,2,1,No
|
| 20 |
+
29,Travel_Rarely,441,Research & Development,8,1,Other,1,1544,3,Female,39,1,2,Healthcare Representative,1,Married,9715,7288,3,Y,No,13,3,3,80,1,9,3,3,7,7,0,7,No
|
| 21 |
+
51,Travel_Rarely,1318,Sales,26,4,Marketing,1,851,1,Female,66,3,4,Manager,3,Married,16307,5594,2,Y,No,14,3,3,80,1,29,2,2,20,6,4,17,No
|
| 22 |
+
22,Travel_Rarely,534,Research & Development,15,3,Medical,1,144,2,Female,59,3,1,Laboratory Technician,4,Single,2871,23785,1,Y,No,15,3,3,80,0,1,5,3,0,0,0,0,No
|
| 23 |
+
48,Travel_Rarely,855,Research & Development,4,3,Life Sciences,1,1363,4,Male,54,3,3,Manufacturing Director,4,Single,7898,18706,1,Y,No,11,3,3,80,0,11,2,3,10,9,0,8,No
|
| 24 |
+
29,Travel_Rarely,341,Sales,1,3,Medical,1,896,2,Female,48,2,1,Sales Representative,3,Divorced,2800,23522,6,Y,Yes,19,3,3,80,3,5,3,3,3,2,0,2,Yes
|
| 25 |
+
27,Travel_Frequently,829,Sales,8,1,Marketing,1,800,3,Male,84,3,2,Sales Executive,4,Married,4342,24008,0,Y,No,19,3,2,80,1,5,3,3,4,2,1,1,No
|
| 26 |
+
25,Travel_Rarely,882,Research & Development,19,1,Medical,1,1358,4,Male,67,3,1,Laboratory Technician,4,Married,3669,9075,3,Y,No,11,3,3,80,3,7,6,2,3,2,1,2,No
|
| 27 |
+
28,Travel_Rarely,329,Research & Development,24,3,Medical,1,1604,3,Male,51,3,1,Laboratory Technician,2,Married,2408,7324,1,Y,Yes,17,3,3,80,3,1,3,3,1,1,0,0,Yes
|
| 28 |
+
41,Travel_Rarely,930,Sales,3,3,Life Sciences,1,2037,3,Male,57,2,2,Sales Executive,2,Divorced,8938,12227,2,Y,No,11,3,3,80,1,14,5,3,5,4,0,4,No
|
| 29 |
+
18,Travel_Rarely,230,Research & Development,3,3,Life Sciences,1,405,3,Male,54,3,1,Laboratory Technician,3,Single,1420,25233,1,Y,No,13,3,3,80,0,0,2,3,0,0,0,0,Yes
|
| 30 |
+
35,Travel_Rarely,1361,Sales,17,4,Life Sciences,1,1218,3,Male,94,3,2,Sales Executive,1,Married,8966,21026,3,Y,Yes,15,3,4,80,3,15,2,3,7,7,1,7,No
|
| 31 |
+
44,Travel_Rarely,1376,Human Resources,1,2,Medical,1,1098,2,Male,91,2,3,Human Resources,1,Married,10482,2326,9,Y,No,14,3,4,80,1,24,1,3,20,6,3,6,Yes
|
| 32 |
+
42,Non-Travel,179,Human Resources,2,5,Medical,1,1231,4,Male,79,4,2,Human Resources,1,Married,6272,12858,7,Y,No,16,3,1,80,1,10,3,4,4,3,0,3,No
|
| 33 |
+
42,Travel_Frequently,532,Research & Development,29,2,Life Sciences,1,547,1,Female,92,3,2,Research Scientist,3,Divorced,4556,12932,2,Y,No,11,3,2,80,1,19,3,3,5,4,0,2,No
|
| 34 |
+
28,Non-Travel,280,Human Resources,1,2,Life Sciences,1,1858,3,Male,43,3,1,Human Resources,4,Divorced,2706,10494,1,Y,No,15,3,2,80,1,3,2,3,3,2,2,2,No
|
| 35 |
+
50,Travel_Frequently,562,Sales,8,2,Technical Degree,1,723,2,Male,50,3,2,Sales Executive,3,Married,6796,23452,3,Y,Yes,14,3,1,80,1,18,4,3,4,3,1,3,Yes
|
| 36 |
+
34,Travel_Rarely,304,Sales,2,3,Other,1,786,4,Male,60,3,2,Sales Executive,4,Single,6274,18686,1,Y,No,22,4,3,80,0,6,5,3,6,5,1,4,No
|
| 37 |
+
24,Travel_Rarely,1353,Sales,3,2,Other,1,128,1,Female,33,3,2,Sales Executive,3,Married,4999,17519,0,Y,No,21,4,1,80,1,4,2,2,3,2,0,2,No
|
| 38 |
+
43,Travel_Rarely,930,Research & Development,6,3,Medical,1,1402,1,Female,73,2,2,Research Scientist,3,Single,4081,20003,1,Y,Yes,14,3,1,80,0,20,3,1,20,7,1,8,No
|
| 39 |
+
34,Travel_Rarely,1031,Research & Development,6,4,Life Sciences,1,151,3,Female,45,2,2,Research Scientist,2,Divorced,4505,15000,6,Y,No,15,3,3,80,1,12,3,3,1,0,0,0,No
|
| 40 |
+
36,Travel_Rarely,557,Sales,3,3,Medical,1,2024,1,Female,94,2,3,Sales Executive,4,Married,7644,12695,0,Y,No,19,3,3,80,2,10,2,3,9,7,3,4,No
|
| 41 |
+
39,Non-Travel,592,Research & Development,2,3,Life Sciences,1,1458,1,Female,54,2,1,Laboratory Technician,1,Single,3646,17181,2,Y,Yes,23,4,2,80,0,11,2,4,1,0,0,0,Yes
|
| 42 |
+
50,Travel_Rarely,691,Research & Development,2,3,Medical,1,815,3,Male,64,3,4,Research Director,3,Married,17639,6881,5,Y,No,16,3,4,80,0,30,3,3,4,3,0,3,No
|
| 43 |
+
39,Travel_Rarely,170,Research & Development,3,2,Medical,1,1627,3,Male,76,2,2,Laboratory Technician,3,Divorced,3069,10302,0,Y,No,15,3,4,80,1,11,3,3,10,8,0,7,No
|
| 44 |
+
49,Travel_Rarely,1313,Sales,11,4,Marketing,1,1757,4,Female,80,3,2,Sales Executive,4,Single,4507,8191,3,Y,No,12,3,3,80,0,8,1,4,5,1,0,4,No
|
| 45 |
+
43,Travel_Frequently,1001,Research & Development,9,5,Medical,1,663,4,Male,72,3,2,Laboratory Technician,3,Divorced,5679,19627,3,Y,Yes,13,3,2,80,1,10,3,3,8,7,4,7,No
|
| 46 |
+
44,Non-Travel,489,Research & Development,23,3,Medical,1,132,2,Male,67,3,2,Laboratory Technician,2,Married,2042,25043,4,Y,No,12,3,3,80,1,17,3,4,3,2,1,2,No
|
| 47 |
+
40,Travel_Rarely,658,Sales,10,4,Marketing,1,954,1,Male,67,2,3,Sales Executive,2,Divorced,9705,20652,2,Y,No,12,3,2,80,1,11,2,2,1,0,0,0,No
|
| 48 |
+
31,Travel_Frequently,561,Research & Development,3,3,Life Sciences,1,1537,4,Female,33,3,1,Research Scientist,3,Single,4084,4156,1,Y,No,12,3,1,80,0,7,2,1,7,2,7,7,Yes
|
| 49 |
+
30,Travel_Rarely,634,Research & Development,17,4,Medical,1,1321,2,Female,95,3,3,Manager,1,Married,11916,25927,1,Y,Yes,23,4,4,80,2,9,2,3,9,1,0,8,No
|
| 50 |
+
36,Travel_Rarely,711,Research & Development,5,4,Life Sciences,1,1651,2,Female,42,3,3,Healthcare Representative,1,Married,8008,22792,4,Y,No,12,3,3,80,2,9,6,3,3,2,0,2,No
|
| 51 |
+
37,Non-Travel,1063,Research & Development,25,5,Medical,1,529,2,Female,72,3,2,Research Scientist,3,Married,4449,23866,3,Y,Yes,15,3,1,80,2,15,2,3,13,11,10,7,No
|
| 52 |
+
30,Travel_Rarely,853,Research & Development,7,4,Life Sciences,1,1224,3,Male,49,3,2,Laboratory Technician,3,Divorced,3491,11309,1,Y,No,13,3,1,80,3,10,4,2,10,7,8,9,No
|
| 53 |
+
42,Travel_Rarely,932,Research & Development,1,2,Life Sciences,1,827,4,Female,43,2,2,Manufacturing Director,4,Married,6062,4051,9,Y,Yes,13,3,4,80,1,8,4,3,4,3,0,2,No
|
| 54 |
+
32,Non-Travel,1184,Research & Development,1,3,Life Sciences,1,951,3,Female,70,2,1,Laboratory Technician,2,Married,2332,3974,6,Y,No,20,4,3,80,0,5,3,3,3,0,0,2,No
|
| 55 |
+
45,Non-Travel,1238,Research & Development,1,1,Life Sciences,1,1712,3,Male,74,2,3,Healthcare Representative,3,Married,10748,3395,3,Y,No,23,4,4,80,1,25,3,2,23,15,14,4,No
|
| 56 |
+
20,Travel_Rarely,1097,Research & Development,11,3,Medical,1,1016,4,Female,98,2,1,Research Scientist,1,Single,2600,18275,1,Y,Yes,15,3,1,80,0,1,2,3,1,0,0,0,Yes
|
| 57 |
+
54,Travel_Frequently,928,Research & Development,20,4,Life Sciences,1,450,4,Female,31,3,2,Research Scientist,3,Single,4869,16885,3,Y,No,12,3,4,80,0,20,4,2,4,3,0,3,No
|
| 58 |
+
58,Travel_Frequently,781,Research & Development,2,1,Life Sciences,1,918,4,Male,57,2,1,Laboratory Technician,4,Divorced,2380,13384,9,Y,Yes,14,3,4,80,1,3,3,2,1,0,0,0,Yes
|
| 59 |
+
36,Travel_Frequently,1480,Research & Development,3,2,Medical,1,238,4,Male,30,3,1,Laboratory Technician,2,Single,2088,15062,4,Y,No,12,3,3,80,0,13,3,2,8,7,7,2,No
|
| 60 |
+
27,Travel_Rarely,155,Research & Development,4,3,Life Sciences,1,2064,2,Male,87,4,2,Manufacturing Director,2,Married,6142,5174,1,Y,Yes,20,4,2,80,1,6,0,3,6,2,0,3,No
|
| 61 |
+
24,Non-Travel,830,Sales,13,2,Life Sciences,1,1495,4,Female,78,3,1,Sales Representative,2,Married,2033,7103,1,Y,No,13,3,3,80,1,1,2,3,1,0,0,0,No
|
| 62 |
+
38,Non-Travel,1327,Sales,2,2,Life Sciences,1,361,4,Male,39,2,2,Sales Executive,4,Married,5249,19682,3,Y,No,18,3,4,80,1,13,0,3,8,7,7,5,No
|
| 63 |
+
31,Travel_Rarely,218,Sales,7,3,Technical Degree,1,416,2,Male,100,4,2,Sales Executive,4,Married,6929,12241,4,Y,No,11,3,2,80,1,10,3,2,8,7,7,7,No
|
| 64 |
+
40,Travel_Rarely,1194,Research & Development,1,3,Life Sciences,1,1822,3,Female,52,3,2,Healthcare Representative,4,Divorced,6513,9060,4,Y,No,17,3,4,80,1,12,3,3,5,3,0,3,No
|
| 65 |
+
35,Travel_Rarely,619,Sales,1,3,Marketing,1,600,2,Male,85,3,2,Sales Executive,3,Married,4717,18659,9,Y,No,11,3,3,80,0,15,2,3,11,9,6,9,No
|
| 66 |
+
31,Travel_Frequently,853,Research & Development,1,1,Life Sciences,1,1011,3,Female,96,3,2,Manufacturing Director,1,Married,4148,11275,1,Y,No,12,3,3,80,1,4,1,3,4,3,0,3,No
|
| 67 |
+
29,Travel_Rarely,1370,Research & Development,3,1,Medical,1,1586,2,Male,87,3,1,Laboratory Technician,1,Single,4723,16213,1,Y,Yes,18,3,4,80,0,10,3,3,10,9,1,5,No
|
| 68 |
+
30,Travel_Rarely,1275,Research & Development,28,2,Medical,1,441,4,Female,64,3,2,Research Scientist,4,Married,5775,11934,1,Y,No,13,3,4,80,2,11,2,3,10,8,1,9,No
|
| 69 |
+
31,Travel_Rarely,1398,Human Resources,8,2,Medical,1,1461,4,Female,96,4,1,Human Resources,2,Single,2109,24609,9,Y,No,18,3,4,80,0,8,3,3,3,2,0,2,No
|
| 70 |
+
29,Travel_Frequently,1413,Sales,1,1,Medical,1,312,2,Female,42,3,3,Sales Executive,4,Married,7918,6599,1,Y,No,14,3,4,80,1,11,5,3,11,10,4,1,No
|
| 71 |
+
31,Travel_Frequently,1327,Research & Development,3,4,Medical,1,337,2,Male,73,3,3,Research Director,3,Divorced,13675,13523,9,Y,No,12,3,1,80,1,9,3,3,2,2,2,2,No
|
| 72 |
+
37,Travel_Rarely,1141,Research & Development,11,2,Medical,1,1033,1,Female,61,1,2,Healthcare Representative,2,Married,4777,14382,5,Y,No,15,3,1,80,0,15,2,1,1,0,0,0,Yes
|
| 73 |
+
42,Non-Travel,495,Research & Development,2,1,Life Sciences,1,1334,3,Male,37,3,4,Manager,3,Married,17861,26582,0,Y,Yes,13,3,4,80,0,21,3,2,20,8,2,10,No
|
| 74 |
+
31,Travel_Frequently,754,Sales,26,4,Marketing,1,1967,1,Male,63,3,2,Sales Executive,4,Married,5617,21075,1,Y,Yes,11,3,3,80,0,10,4,3,10,7,0,8,Yes
|
| 75 |
+
21,Non-Travel,895,Sales,9,2,Medical,1,484,1,Male,39,3,1,Sales Representative,4,Single,2610,2851,1,Y,No,24,4,3,80,0,3,3,2,3,2,2,2,No
|
| 76 |
+
30,Travel_Rarely,201,Research & Development,5,3,Technical Degree,1,197,4,Female,84,3,1,Research Scientist,1,Divorced,3204,10415,5,Y,No,14,3,4,80,1,8,3,3,3,2,2,2,No
|
| 77 |
+
29,Travel_Rarely,1176,Sales,3,2,Medical,1,690,2,Female,62,3,2,Sales Executive,3,Married,5561,3487,1,Y,No,14,3,1,80,1,6,5,2,6,0,1,2,No
|
| 78 |
+
37,Travel_Rarely,625,Sales,1,4,Life Sciences,1,970,1,Male,46,2,3,Sales Executive,3,Married,10609,14922,5,Y,No,11,3,3,80,0,17,2,1,14,1,11,7,Yes
|
| 79 |
+
49,Travel_Frequently,1023,Sales,2,3,Medical,1,2065,4,Male,63,2,2,Sales Executive,2,Married,5390,13243,2,Y,No,14,3,4,80,0,17,3,2,9,6,0,8,No
|
| 80 |
+
33,Travel_Rarely,586,Sales,1,3,Medical,1,855,1,Male,48,4,2,Sales Executive,1,Divorced,4037,21816,1,Y,No,22,4,1,80,1,9,5,3,9,8,0,8,No
|
| 81 |
+
34,Travel_Rarely,404,Research & Development,2,4,Technical Degree,1,1383,3,Female,98,3,2,Healthcare Representative,4,Single,6687,6163,1,Y,No,11,3,4,80,0,14,2,4,14,11,4,11,No
|
| 82 |
+
19,Travel_Rarely,419,Sales,21,3,Other,1,959,4,Male,37,2,1,Sales Representative,2,Single,2121,9947,1,Y,Yes,13,3,2,80,0,1,3,4,1,0,0,0,Yes
|
| 83 |
+
39,Non-Travel,439,Research & Development,9,3,Life Sciences,1,1132,3,Male,70,3,2,Laboratory Technician,2,Single,6782,8770,9,Y,No,15,3,3,80,0,9,2,2,5,4,0,3,No
|
| 84 |
+
30,Travel_Rarely,852,Sales,10,3,Marketing,1,1179,3,Male,72,2,2,Sales Executive,3,Married,6578,2706,1,Y,No,18,3,1,80,1,10,3,3,10,3,1,4,No
|
| 85 |
+
32,Travel_Rarely,1033,Research & Development,9,3,Medical,1,190,1,Female,41,3,1,Laboratory Technician,1,Single,4200,10224,7,Y,No,22,4,1,80,0,10,2,4,5,4,0,4,Yes
|
| 86 |
+
46,Travel_Rarely,406,Sales,3,1,Marketing,1,1124,1,Male,52,3,4,Manager,3,Married,17465,15596,3,Y,No,12,3,4,80,1,23,3,3,12,9,4,9,No
|
| 87 |
+
41,Travel_Rarely,337,Sales,8,3,Marketing,1,1909,3,Female,54,3,2,Sales Executive,2,Married,4393,26841,5,Y,No,21,4,3,80,1,14,3,3,5,4,1,4,No
|
| 88 |
+
26,Travel_Frequently,342,Research & Development,2,3,Life Sciences,1,1053,1,Male,57,3,1,Research Scientist,1,Married,2042,15346,6,Y,Yes,14,3,2,80,1,6,2,3,3,2,1,2,Yes
|
| 89 |
+
59,Travel_Rarely,326,Sales,3,3,Life Sciences,1,1254,3,Female,48,2,2,Sales Executive,4,Single,5171,16490,5,Y,No,17,3,4,80,0,13,2,3,6,1,0,5,No
|
| 90 |
+
38,Travel_Rarely,395,Sales,9,3,Marketing,1,893,2,Male,98,2,1,Sales Representative,2,Married,2899,12102,0,Y,No,19,3,4,80,1,3,3,3,2,2,1,2,No
|
| 91 |
+
19,Non-Travel,504,Research & Development,10,3,Medical,1,1248,1,Female,96,2,1,Research Scientist,2,Single,1859,6148,1,Y,Yes,25,4,2,80,0,1,2,4,1,1,0,0,Yes
|
| 92 |
+
42,Non-Travel,926,Research & Development,21,2,Medical,1,270,3,Female,36,3,2,Manufacturing Director,3,Divorced,5265,16439,2,Y,No,16,3,2,80,1,11,5,3,5,3,0,2,No
|
| 93 |
+
35,Travel_Rarely,982,Research & Development,1,4,Medical,1,1172,4,Male,58,2,1,Laboratory Technician,3,Married,2258,16340,6,Y,No,12,3,2,80,1,10,2,3,8,0,1,7,No
|
| 94 |
+
37,Non-Travel,142,Sales,9,4,Medical,1,626,1,Male,69,3,3,Sales Executive,2,Divorced,8834,24666,1,Y,No,13,3,4,80,1,9,6,3,9,5,7,7,No
|
| 95 |
+
53,Travel_Rarely,1223,Research & Development,7,2,Medical,1,1201,4,Female,50,3,5,Manager,3,Divorced,18606,18640,3,Y,No,18,3,2,80,1,26,6,3,7,7,4,7,No
|
| 96 |
+
44,Travel_Rarely,625,Research & Development,4,3,Medical,1,852,4,Male,50,3,2,Healthcare Representative,2,Single,5933,5197,9,Y,No,12,3,4,80,0,10,2,2,5,2,2,3,No
|
| 97 |
+
29,Travel_Rarely,1082,Research & Development,9,4,Medical,1,1709,4,Female,43,3,1,Laboratory Technician,3,Married,2974,25412,9,Y,No,17,3,3,80,1,9,2,3,5,3,1,2,No
|
| 98 |
+
34,Travel_Frequently,829,Research & Development,15,3,Medical,1,1485,2,Male,71,3,4,Research Director,1,Divorced,17007,11929,7,Y,No,14,3,4,80,2,16,3,2,14,8,6,9,No
|
| 99 |
+
30,Travel_Rarely,740,Sales,1,3,Life Sciences,1,1562,2,Male,64,2,2,Sales Executive,1,Married,9714,5323,1,Y,No,11,3,4,80,1,10,4,3,10,8,6,7,Yes
|
| 100 |
+
23,Travel_Rarely,977,Research & Development,10,3,Technical Degree,1,1592,4,Male,45,4,1,Research Scientist,3,Married,2073,12826,2,Y,No,16,3,4,80,1,4,2,3,2,2,2,2,No
|
| 101 |
+
30,Travel_Rarely,1329,Sales,29,4,Life Sciences,1,1211,3,Male,61,3,2,Sales Executive,1,Divorced,4115,13192,8,Y,No,19,3,3,80,3,8,3,3,4,3,0,3,No
|
| 102 |
+
31,Travel_Rarely,746,Research & Development,8,4,Life Sciences,1,98,3,Female,61,3,2,Manufacturing Director,4,Single,4424,20682,1,Y,No,23,4,4,80,0,11,2,3,11,7,1,8,No
|
| 103 |
+
31,Non-Travel,1188,Sales,20,2,Marketing,1,947,4,Female,45,3,2,Sales Executive,3,Married,6932,24406,1,Y,No,13,3,4,80,1,9,2,2,9,8,0,0,No
|
| 104 |
+
31,Travel_Rarely,1062,Research & Development,24,3,Medical,1,1252,3,Female,96,2,2,Healthcare Representative,1,Single,6812,17198,1,Y,No,19,3,2,80,0,10,2,3,10,9,1,8,No
|
| 105 |
+
26,Travel_Rarely,1146,Sales,8,3,Technical Degree,1,796,4,Male,38,2,2,Sales Executive,1,Single,5326,3064,6,Y,No,17,3,3,80,0,6,2,2,4,3,1,2,Yes
|
| 106 |
+
32,Travel_Rarely,1259,Research & Development,2,4,Life Sciences,1,1692,4,Male,95,3,1,Laboratory Technician,2,Single,1393,24852,1,Y,No,12,3,1,80,0,1,2,3,1,0,0,0,Yes
|
| 107 |
+
60,Travel_Rarely,370,Research & Development,1,4,Medical,1,1697,3,Male,92,1,3,Healthcare Representative,4,Divorced,10883,20467,3,Y,No,20,4,3,80,1,19,2,4,1,0,0,0,No
|
| 108 |
+
56,Travel_Frequently,906,Sales,6,3,Life Sciences,1,532,3,Female,86,4,4,Sales Executive,1,Married,13212,18256,9,Y,No,11,3,4,80,3,36,0,2,7,7,7,7,No
|
| 109 |
+
46,Travel_Rarely,1003,Research & Development,8,4,Life Sciences,1,1080,4,Female,74,2,2,Research Scientist,1,Divorced,4615,21029,8,Y,Yes,23,4,1,80,3,19,2,3,16,13,1,7,No
|
| 110 |
+
42,Travel_Frequently,481,Sales,12,3,Life Sciences,1,1167,3,Male,44,3,4,Sales Executive,1,Single,13758,2447,0,Y,Yes,12,3,2,80,0,22,2,2,21,9,13,14,Yes
|
| 111 |
+
34,Travel_Rarely,1239,Sales,13,4,Medical,1,1951,4,Male,39,3,3,Sales Executive,3,Divorced,8628,22914,1,Y,No,18,3,3,80,1,9,2,2,8,7,1,1,No
|
| 112 |
+
35,Travel_Rarely,1402,Sales,28,4,Life Sciences,1,1554,2,Female,98,2,1,Sales Representative,3,Married,2430,26204,0,Y,No,23,4,1,80,2,6,5,3,5,3,4,2,No
|
| 113 |
+
30,Travel_Frequently,160,Research & Development,3,3,Medical,1,680,3,Female,71,3,1,Research Scientist,3,Divorced,2083,22653,1,Y,No,20,4,3,80,1,1,2,3,1,0,0,0,No
|
| 114 |
+
31,Non-Travel,587,Sales,2,4,Life Sciences,1,1324,4,Female,57,3,3,Sales Executive,3,Divorced,9852,8935,1,Y,Yes,19,3,1,80,1,10,5,2,10,8,9,6,No
|
| 115 |
+
47,Travel_Rarely,983,Research & Development,2,2,Medical,1,574,1,Female,65,3,2,Manufacturing Director,4,Divorced,5070,7389,5,Y,No,13,3,3,80,3,20,2,3,5,0,0,4,No
|
| 116 |
+
26,Travel_Frequently,1479,Research & Development,1,3,Life Sciences,1,384,3,Female,84,3,2,Manufacturing Director,2,Divorced,6397,26767,1,Y,No,20,4,1,80,1,6,6,1,6,5,1,4,No
|
| 117 |
+
45,Travel_Rarely,556,Research & Development,25,2,Life Sciences,1,1888,2,Female,93,2,2,Manufacturing Director,4,Married,5906,23888,0,Y,No,13,3,4,80,2,10,2,2,9,8,3,8,No
|
| 118 |
+
50,Travel_Frequently,1115,Research & Development,1,3,Life Sciences,1,141,1,Female,73,3,5,Research Director,2,Married,18172,9755,3,Y,Yes,19,3,1,80,0,28,1,2,8,3,0,7,No
|
| 119 |
+
27,Travel_Rarely,1115,Research & Development,3,4,Medical,1,700,1,Male,54,2,1,Research Scientist,4,Single,2045,15174,0,Y,No,13,3,4,80,0,5,0,3,4,2,1,1,No
|
| 120 |
+
42,Travel_Rarely,419,Sales,12,4,Marketing,1,1943,2,Male,77,3,2,Sales Executive,4,Divorced,5087,2900,3,Y,Yes,12,3,3,80,2,14,4,3,0,0,0,0,No
|
| 121 |
+
39,Travel_Frequently,945,Research & Development,22,3,Medical,1,1043,4,Female,82,3,3,Manufacturing Director,1,Single,10880,5083,1,Y,Yes,13,3,3,80,0,21,2,3,21,6,2,8,No
|
| 122 |
+
30,Non-Travel,1116,Research & Development,2,3,Medical,1,571,3,Female,49,3,1,Laboratory Technician,4,Single,2564,7181,0,Y,No,14,3,3,80,0,12,2,2,11,7,6,7,No
|
| 123 |
+
28,Travel_Rarely,1144,Sales,10,1,Medical,1,1056,4,Male,74,3,1,Sales Representative,2,Married,1052,23384,1,Y,No,22,4,2,80,0,1,5,3,1,0,0,0,No
|
| 124 |
+
54,Travel_Rarely,155,Research & Development,9,2,Life Sciences,1,1969,1,Female,67,3,2,Research Scientist,3,Married,2897,22474,3,Y,No,11,3,3,80,2,9,6,2,4,3,2,3,No
|
| 125 |
+
37,Travel_Rarely,1319,Research & Development,6,3,Medical,1,474,3,Male,51,4,2,Research Scientist,1,Divorced,5974,17001,4,Y,Yes,13,3,1,80,2,13,2,3,7,7,6,7,No
|
| 126 |
+
40,Travel_Rarely,884,Research & Development,15,3,Life Sciences,1,1628,1,Female,80,2,3,Manufacturing Director,3,Married,10435,25800,1,Y,No,13,3,4,80,2,18,2,3,18,15,14,12,No
|
| 127 |
+
39,Travel_Rarely,119,Sales,15,4,Marketing,1,1975,2,Male,77,3,4,Sales Executive,1,Single,13341,25098,0,Y,No,12,3,1,80,0,21,3,3,20,8,11,10,No
|
| 128 |
+
33,Travel_Frequently,827,Research & Development,1,4,Other,1,998,3,Female,84,4,2,Healthcare Representative,2,Married,5488,20161,1,Y,Yes,13,3,1,80,1,6,2,3,6,5,1,2,No
|
| 129 |
+
48,Travel_Frequently,365,Research & Development,4,5,Medical,1,1644,3,Male,89,2,4,Manager,4,Married,15202,5602,2,Y,No,25,4,2,80,1,23,3,3,2,2,2,2,No
|
| 130 |
+
29,Travel_Frequently,806,Research & Development,1,4,Life Sciences,1,710,2,Male,76,1,1,Research Scientist,4,Divorced,2720,18959,1,Y,No,18,3,4,80,1,10,5,3,10,7,2,8,No
|
| 131 |
+
29,Travel_Rarely,726,Research & Development,29,1,Life Sciences,1,1859,4,Male,93,1,2,Healthcare Representative,3,Divorced,6384,21143,8,Y,No,17,3,4,80,2,11,3,3,7,0,1,6,No
|
| 132 |
+
21,Travel_Rarely,996,Research & Development,3,2,Medical,1,379,4,Male,100,2,1,Research Scientist,3,Single,3230,10531,1,Y,No,17,3,1,80,0,3,4,4,3,2,1,0,No
|
| 133 |
+
42,Travel_Rarely,622,Research & Development,2,4,Life Sciences,1,659,3,Female,81,3,2,Healthcare Representative,4,Married,4089,5718,1,Y,No,13,3,2,80,2,10,4,3,10,2,2,2,No
|
| 134 |
+
37,Travel_Rarely,571,Research & Development,10,1,Life Sciences,1,802,4,Female,82,3,1,Research Scientist,1,Divorced,2782,19905,0,Y,Yes,13,3,2,80,2,6,3,2,5,3,4,3,No
|
| 135 |
+
56,Travel_Rarely,718,Research & Development,4,4,Technical Degree,1,1191,4,Female,92,3,5,Manager,1,Divorced,19943,18575,4,Y,No,13,3,4,80,1,28,2,3,5,2,4,2,No
|
| 136 |
+
31,Travel_Rarely,542,Sales,20,3,Life Sciences,1,175,2,Female,71,1,2,Sales Executive,3,Married,4559,24788,3,Y,Yes,11,3,3,80,1,4,2,3,2,2,2,2,Yes
|
| 137 |
+
26,Travel_Rarely,157,Research & Development,1,3,Medical,1,1952,3,Male,95,3,1,Laboratory Technician,1,Single,2867,20006,0,Y,No,13,3,4,80,0,8,6,2,7,7,7,6,No
|
| 138 |
+
34,Travel_Rarely,546,Research & Development,10,3,Life Sciences,1,934,2,Male,83,3,1,Laboratory Technician,2,Divorced,2008,6896,1,Y,No,14,3,2,80,2,1,3,3,1,0,1,0,No
|
| 139 |
+
32,Travel_Frequently,430,Research & Development,24,4,Life Sciences,1,772,1,Male,80,3,2,Laboratory Technician,4,Married,5309,21146,1,Y,No,15,3,4,80,2,10,2,3,10,8,4,7,No
|
| 140 |
+
30,Travel_Frequently,1312,Research & Development,23,3,Life Sciences,1,159,1,Male,96,1,1,Research Scientist,3,Divorced,2613,22310,1,Y,No,25,4,3,80,3,10,2,2,10,7,0,9,No
|
| 141 |
+
41,Travel_Rarely,582,Research & Development,28,4,Life Sciences,1,2034,1,Female,60,2,4,Manufacturing Director,2,Married,13570,5640,0,Y,No,23,4,3,80,1,21,3,3,20,7,0,10,No
|
| 142 |
+
32,Travel_Frequently,1311,Research & Development,7,3,Life Sciences,1,359,2,Male,100,4,1,Laboratory Technician,2,Married,2794,26062,1,Y,No,20,4,3,80,0,5,3,1,5,1,0,3,No
|
| 143 |
+
37,Travel_Rarely,1225,Research & Development,10,2,Life Sciences,1,715,4,Male,80,4,1,Research Scientist,4,Single,4680,15232,3,Y,No,17,3,1,80,0,4,2,3,1,0,0,0,No
|
| 144 |
+
29,Travel_Frequently,442,Sales,2,2,Life Sciences,1,388,2,Male,44,3,2,Sales Executive,4,Single,4554,20260,1,Y,No,18,3,1,80,0,10,3,2,10,7,0,9,No
|
| 145 |
+
42,Travel_Frequently,555,Sales,26,3,Marketing,1,404,3,Female,77,3,4,Sales Executive,2,Married,13525,14864,5,Y,No,14,3,4,80,1,23,2,4,20,4,4,8,No
|
| 146 |
+
55,Travel_Rarely,1311,Research & Development,2,3,Life Sciences,1,505,3,Female,97,3,4,Manager,4,Single,16659,23258,2,Y,Yes,13,3,3,80,0,30,2,3,5,4,1,2,No
|
| 147 |
+
31,Travel_Frequently,874,Research & Development,15,3,Medical,1,1160,3,Male,72,3,1,Laboratory Technician,3,Married,2610,6233,1,Y,No,12,3,3,80,1,2,5,2,2,2,2,2,Yes
|
| 148 |
+
36,Travel_Frequently,607,Sales,7,3,Marketing,1,1362,1,Female,83,4,2,Sales Executive,1,Married,4639,2261,2,Y,No,16,3,4,80,1,17,2,2,15,7,6,13,No
|
| 149 |
+
54,Travel_Rarely,1082,Sales,2,4,Life Sciences,1,1070,3,Female,41,2,3,Sales Executive,3,Married,10686,8392,6,Y,No,11,3,2,80,1,13,4,3,9,4,7,0,No
|
classification/unipredict/pavansubhasht-ibm-hr-analytics-attrition-dataset/test.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/pavansubhasht-ibm-hr-analytics-attrition-dataset/train.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/pavansubhasht-ibm-hr-analytics-attrition-dataset/train.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/phangud-spamcsv/metadata.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "phangud-spamcsv",
|
| 3 |
+
"benchmark": "unipredict",
|
| 4 |
+
"sub_benchmark": "",
|
| 5 |
+
"task_type": "clf",
|
| 6 |
+
"data_type": "mixed",
|
| 7 |
+
"target_column": "Category",
|
| 8 |
+
"label_values": [
|
| 9 |
+
"spam",
|
| 10 |
+
"ham"
|
| 11 |
+
],
|
| 12 |
+
"num_labels": 2,
|
| 13 |
+
"train_samples": 5014,
|
| 14 |
+
"test_samples": 558,
|
| 15 |
+
"train_label_distribution": {
|
| 16 |
+
"ham": 4342,
|
| 17 |
+
"spam": 672
|
| 18 |
+
},
|
| 19 |
+
"test_label_distribution": {
|
| 20 |
+
"ham": 483,
|
| 21 |
+
"spam": 75
|
| 22 |
+
}
|
| 23 |
+
}
|
classification/unipredict/phangud-spamcsv/test.csv
ADDED
|
@@ -0,0 +1,559 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Message,Category
|
| 2 |
+
Lmao ok I wont be needing u to do my hair anymore.,ham
|
| 3 |
+
I want snow. It's just freezing and windy.,ham
|
| 4 |
+
"wow. You're right! I didn't mean to do that. I guess once i gave up on boston men and changed my search location to nyc, something changed. Cuz on my signin page it still says boston.",ham
|
| 5 |
+
"No dice, art class 6 thru 9 :( thanks though. Any idea what time I should come tomorrow?",ham
|
| 6 |
+
I will spoil you in bed as well :),ham
|
| 7 |
+
"Haha, just what I was thinkin",ham
|
| 8 |
+
Easy ah?sen got selected means its good..,ham
|
| 9 |
+
As one of our registered subscribers u can enter the draw 4 a 100 G.B. gift voucher by replying with ENTER. To unsubscribe text STOP,spam
|
| 10 |
+
Yes. It's all innocent fun. O:-),ham
|
| 11 |
+
You have won a guaranteed £200 award or even £1000 cashto claim UR award call free on 08000407165 (18+) 2 stop getstop on 88222 PHP,spam
|
| 12 |
+
"That's what I love to hear :V see you sundayish, then",ham
|
| 13 |
+
"I need an 8th but I'm off campus atm, could I pick up in an hour or two?",ham
|
| 14 |
+
Huh? 6 also cannot? Then only how many mistakes?,ham
|
| 15 |
+
"Congrats! 2 mobile 3G Videophones R yours. call 09061744553 now! videochat wid ur mates, play java games, Dload polyH music, noline rentl. bx420. ip4. 5we. 150pm",spam
|
| 16 |
+
"Haha awesome, I might need to take you up on that, what you doin tonight?",ham
|
| 17 |
+
Hey are we going for the lo lesson or gym?,ham
|
| 18 |
+
The new deus ex game comin early next yr,ham
|
| 19 |
+
"Also north carolina and texas atm, you would just go to the gre site and pay for the test results to be sent.",ham
|
| 20 |
+
Okay... I booked all already... Including the one at bugis.,ham
|
| 21 |
+
Hhahhaahahah rofl wtf nig was leonardo in your room or something,ham
|
| 22 |
+
"I'm a guy, browsin is compulsory",ham
|
| 23 |
+
YES! The only place in town to meet exciting adult singles is now in the UK. Txt CHAT to 86688 now! 150p/Msg.,spam
|
| 24 |
+
Then ü ask dad to pick ü up lar... Ü wan 2 stay until 6 meh...,ham
|
| 25 |
+
The Xmas story is peace.. The Xmas msg is love.. The Xmas miracle is jesus.. Hav a blessed month ahead & wish U Merry Xmas...,ham
|
| 26 |
+
"Sppok up ur mob with a Halloween collection of nokia logo&pic message plus a FREE eerie tone, txt CARD SPOOK to 8007",spam
|
| 27 |
+
Sorry that was my uncle. I.ll keep in touch,ham
|
| 28 |
+
I'm always looking for an excuse to be in the city.,ham
|
| 29 |
+
"Ah, well that confuses things, doesn‘t it?",ham
|
| 30 |
+
Wat time ü finish?,ham
|
| 31 |
+
Ü give me some time to walk there.,ham
|
| 32 |
+
Ya very nice. . .be ready on thursday,ham
|
| 33 |
+
I want to lick your pussy now...,ham
|
| 34 |
+
Tell them no need to investigate about me anywhere.,ham
|
| 35 |
+
Black shirt n blue jeans... I thk i c ü...,ham
|
| 36 |
+
"Easy mate, * guess the quick drink was bit ambitious.",ham
|
| 37 |
+
Please call our customer service representative on 0800 169 6031 between 10am-9pm as you have WON a guaranteed £1000 cash or £5000 prize!,spam
|
| 38 |
+
U don't remember that old commercial?,ham
|
| 39 |
+
Kinda. First one gets in at twelve! Aah. Speak tomo,ham
|
| 40 |
+
"I‘ve got some salt, you can rub it in my open wounds if you like!",ham
|
| 41 |
+
Raji..pls do me a favour. Pls convey my Birthday wishes to Nimya. Pls. Today is her birthday.,ham
|
| 42 |
+
Happy new year to u too!,ham
|
| 43 |
+
K then 2marrow are you coming to class.,ham
|
| 44 |
+
Jus finish my lunch on my way home lor... I tot u dun wan 2 stay in sch today...,ham
|
| 45 |
+
"Hey sweet, I was wondering when you had a moment if you might come to me ? I want to send a file to someone but it won't go over yahoo for them because their connection sucks, remember when you set up that page for me to go to and download the format disc ? Could you tell me how to do that ? Or do you know some other way to download big files ? Because they can download stuff directly from the internet. Any help would be great, my prey ... *teasing kiss*",ham
|
| 46 |
+
Ok lor...,ham
|
| 47 |
+
"I don't have anybody's number, I still haven't thought up a tactful way to ask alex",ham
|
| 48 |
+
This message is free. Welcome to the new & improved Sex & Dogging club! To unsubscribe from this service reply STOP. msgs@150p 18 only,spam
|
| 49 |
+
"Sorry my roommates took forever, it ok if I come by now?",ham
|
| 50 |
+
So ü'll be submitting da project tmr rite?,ham
|
| 51 |
+
"Gud gud..k, chikku tke care.. sleep well gud nyt",ham
|
| 52 |
+
URGENT! This is the 2nd attempt to contact U!U have WON £1000CALL 09071512432 b4 300603t&csBCM4235WC1N3XX.callcost150ppmmobilesvary. max£7. 50,spam
|
| 53 |
+
I will reach ur home in <#> minutes,ham
|
| 54 |
+
No..few hours before.went to hair cut .,ham
|
| 55 |
+
Thanks for ve lovely wisheds. You rock,ham
|
| 56 |
+
No I don't have cancer. Moms making a big deal out of a regular checkup aka pap smear,ham
|
| 57 |
+
"Imagine you finally get to sink into that bath after I have put you through your paces, maybe even having you eat me for a while before I left ... But also imagine the feel of that cage on your cock surrounded by the bath water, reminding you always who owns you ... Enjoy, my cuck",ham
|
| 58 |
+
I think it's all still in my car,ham
|
| 59 |
+
Can't. I feel nauseous. I'm so pissed. I didn't eat any sweets all week cause today I was planning to pig out. I was dieting all week. And now I'm not hungry :/,ham
|
| 60 |
+
Get the official ENGLAND poly ringtone or colour flag on yer mobile for tonights game! Text TONE or FLAG to 84199. Optout txt ENG STOP Box39822 W111WX £1.50,spam
|
| 61 |
+
"Alright if you're sure, let me know when you're leaving",ham
|
| 62 |
+
Purity of friendship between two is not about smiling after reading the forwarded message..Its about smiling just by seeing the name. Gud evng,ham
|
| 63 |
+
Okie... Thanx...,ham
|
| 64 |
+
So what did the bank say about the money?,ham
|
| 65 |
+
Oic cos me n my sis got no lunch today my dad went out... So dunno whether 2 eat in sch or wat...,ham
|
| 66 |
+
R u saying i should re order the slippers cos i had to pay for returning it.,ham
|
| 67 |
+
alright. Thanks for the advice. Enjoy your night out. I'ma try to get some sleep...,ham
|
| 68 |
+
Understand. his loss is my gain :) so do you work? School?,ham
|
| 69 |
+
A little. Meds say take once every 8 hours. It's only been 5 but pain is back. So I took another. Hope I don't die,ham
|
| 70 |
+
Im good! I have been thinking about you...,ham
|
| 71 |
+
Finally the match heading towards draw as your prediction.,ham
|
| 72 |
+
Where to get those?,ham
|
| 73 |
+
Ok pa. Nothing problem:-),ham
|
| 74 |
+
i am going to bed now prin,ham
|
| 75 |
+
Hi Petey!noim ok just wanted 2 chat coz avent spoken 2 u 4 a long time-hope ur doin alrite.have good nit at js love ya am.x,ham
|
| 76 |
+
"K, wat s tht incident?",ham
|
| 77 |
+
S now only i took tablets . Reaction morning only.,ham
|
| 78 |
+
"Sorry, I'll call later",ham
|
| 79 |
+
"Rose for red,red for blood,blood for heart,heart for u. But u for me.... Send tis to all ur friends.. Including me.. If u like me.. If u get back, 1-u r poor in relation! 2-u need some 1 to support 3-u r frnd 2 many 4-some1 luvs u 5+- some1 is praying god to marry u.:-) try it....",ham
|
| 80 |
+
Fancy a shag? I do.Interested? sextextuk.com txt XXUK SUZY to 69876. Txts cost 1.50 per msg. TnCs on website. X,spam
|
| 81 |
+
Then ur sis how?,ham
|
| 82 |
+
I've been barred from all B and Q stores for life!?This twat in orange dungerees came up to me and asked if I wanted decking? So I got the first punch in!!,ham
|
| 83 |
+
Are you willing to go for aptitude class.,ham
|
| 84 |
+
Just do what ever is easier for you,ham
|
| 85 |
+
See? I thought it all through,ham
|
| 86 |
+
Can you say what happen,ham
|
| 87 |
+
I've told you everything will stop. Just dont let her get dehydrated.,ham
|
| 88 |
+
U know we watchin at lido?,ham
|
| 89 |
+
Yeah I imagine he would be really gentle. Unlike the other docs who treat their patients like turkeys.,ham
|
| 90 |
+
Alright i have a new goal now,ham
|
| 91 |
+
Even my brother is not like to speak with me. They treat me like aids patent.,ham
|
| 92 |
+
Change windows logoff sound..,ham
|
| 93 |
+
yay! finally lol. i missed our cinema trip last week :-(,ham
|
| 94 |
+
The monthly amount is not that terrible and you will not pay anything till 6months after finishing school.,ham
|
| 95 |
+
1 I don't have her number and 2 its gonna be a massive pain in the ass and i'd rather not get involved if that's possible,ham
|
| 96 |
+
Mark works tomorrow. He gets out at 5. His work is by your house so he can meet u afterwards.,ham
|
| 97 |
+
Y dun cut too short leh. U dun like ah? She failed. She's quite sad.,ham
|
| 98 |
+
"Mon okie lor... Haha, best is cheap n gd food la, ex oso okie... Depends on whether wana eat western or chinese food... Den which u prefer...",ham
|
| 99 |
+
I'm going out to buy mum's present ar.,ham
|
| 100 |
+
"Awesome, text me when you're restocked",ham
|
| 101 |
+
"Goodnight, sleep well da please take care pa. Please.",ham
|
| 102 |
+
Ok ok take care. I can understand.,ham
|
| 103 |
+
Thank you princess! You are so sexy...,ham
|
| 104 |
+
"Al he does is moan at me if n e thin goes wrong its my fault&al de arguments r my fault&fed up of him of himso y bother? Hav 2go, thanx.xx",ham
|
| 105 |
+
You are a great role model. You are giving so much and i really wish each day for a miracle but God as a reason for everything and i must say i wish i knew why but i dont. I've looked up to you since i was young and i still do. Have a great day.,ham
|
| 106 |
+
"Alright we're hooked up, where you guys at",ham
|
| 107 |
+
"This is the 2nd time we have tried 2 contact u. U have won the £750 Pound prize. 2 claim is easy, call 087187272008 NOW1! Only 10p per minute. BT-national-rate.",spam
|
| 108 |
+
Yes..gauti and sehwag out of odi series.,ham
|
| 109 |
+
Haven't heard anything and he's not answering my texts so I'm guessing he flaked. That said the jb is fantastic,ham
|
| 110 |
+
"As I entered my cabin my PA said, '' Happy B'day Boss !!''. I felt special. She askd me 4 lunch. After lunch she invited me to her apartment. We went there.",ham
|
| 111 |
+
"Yo, you gonna still be in stock tomorrow/today? I'm trying to get a dubsack",ham
|
| 112 |
+
I wish that I was with you. Holding you tightly. Making you see how important you are. How much you mean to me ... How much I need you ... In my life ...,ham
|
| 113 |
+
Ok...,ham
|
| 114 |
+
Nice line said by a broken heart- Plz don't cum 1 more times infront of me... Other wise once again I ll trust U... Good 9t:),ham
|
| 115 |
+
<#> w jetton ave if you forgot,ham
|
| 116 |
+
"Whats that coming over the hill..... Is it a monster! Hope you have a great day. Things r going fine here, busy though!",ham
|
| 117 |
+
"Every King Was Once A Crying Baby And Every Great Building Was Once A Map.. Not Imprtant Where U r TODAY, BUT Where U Wil Reach TOMORW. Gud ni8",ham
|
| 118 |
+
Thanks for looking out for me. I really appreciate.,ham
|
| 119 |
+
"Sorry, was in the bathroom, sup",ham
|
| 120 |
+
"(And my man carlos is definitely coming by mu tonight, no excuses)",ham
|
| 121 |
+
"K I'm leaving soon, be there a little after 9",ham
|
| 122 |
+
"My mobile number.pls sms ur mail id.convey regards to achan,amma.Rakhesh.Qatar",ham
|
| 123 |
+
Get ur 1st RINGTONE FREE NOW! Reply to this msg with TONE. Gr8 TOP 20 tones to your phone every week just £1.50 per wk 2 opt out send STOP 08452810071 16,spam
|
| 124 |
+
INTERFLORA - It's not too late to order Interflora flowers for christmas call 0800 505060 to place your order before Midnight tomorrow.,spam
|
| 125 |
+
K. I will sent it again,ham
|
| 126 |
+
And several to you sir.,ham
|
| 127 |
+
Umma. Did she say anything,ham
|
| 128 |
+
How much u trying to get?,ham
|
| 129 |
+
Dear U've been invited to XCHAT. This is our final attempt to contact u! Txt CHAT to 86688 150p/MsgrcvdHG/Suite342/2Lands/Row/W1J6HL LDN 18 yrs,spam
|
| 130 |
+
Ok lar i double check wif da hair dresser already he said wun cut v short. He said will cut until i look nice.,ham
|
| 131 |
+
No message..no responce..what happend?,ham
|
| 132 |
+
Dear Voucher holder Have your next meal on us. Use the following link on your pc 2 enjoy a 2 4 1 dining experiencehttp://www.vouch4me.com/etlp/dining.asp,spam
|
| 133 |
+
"Beautiful Truth against Gravity.. Read carefully: ""Our heart feels light when someone is in it.. But it feels very heavy when someone leaves it.."" GOODMORNING",ham
|
| 134 |
+
Done it but internet connection v slow and can‘t send it. Will try again later or first thing tomo.,ham
|
| 135 |
+
"TODAY is Sorry day.! If ever i was angry with you, if ever i misbehaved or hurt you? plz plz JUST SLAP URSELF Bcoz, Its ur fault, I'm basically GOOD",ham
|
| 136 |
+
I need to come home and give you some good lovin...,ham
|
| 137 |
+
I've reached sch already...,ham
|
| 138 |
+
"England v Macedonia - dont miss the goals/team news. Txt ur national team to 87077 eg ENGLAND to 87077 Try:WALES, SCOTLAND 4txt/ú1.20 POBOXox36504W45WQ 16+",spam
|
| 139 |
+
"Hey chief, can you give me a bell when you get this. Need to talk to you about this royal visit on the 1st june.",ham
|
| 140 |
+
Then mum's repent how?,ham
|
| 141 |
+
"You have been selected to stay in 1 of 250 top British hotels - FOR NOTHING! Holiday Worth £350! To Claim, Call London 02072069400. Bx 526, SW73SS",spam
|
| 142 |
+
Yes I posted a couple of pics on fb. There's still snow outside too. I'm just waking up :),ham
|
| 143 |
+
"Do you know why god created gap between your fingers..? So that, One who is made for you comes & fills those gaps by holding your hand with LOVE..!",ham
|
| 144 |
+
"Well imma definitely need to restock before thanksgiving, I'll let you know when I'm out",ham
|
| 145 |
+
Now press conference da:),ham
|
| 146 |
+
December only! Had your mobile 11mths+? You are entitled to update to the latest colour camera mobile for Free! Call The Mobile Update Co FREE on 08002986906,spam
|
| 147 |
+
Lol yes. Our friendship is hanging on a thread cause u won't buy stuff.,ham
|
| 148 |
+
"Gal n boy walking in d park. gal-can i hold ur hand? boy-y? do u think i would run away? gal-no, jst wana c how it feels walking in heaven with an prince..GN:-)",ham
|
| 149 |
+
Ic. There are a lotta childporn cars then.,ham
|
| 150 |
+
"Living is very simple.. Loving is also simple.. Laughing is too simple.. Winning is tooo simple.. But, being 'SIMPLE' is very difficult.. Gud nte.:-",ham
|
| 151 |
+
U still painting ur wall?,ham
|
| 152 |
+
Dunno i juz askin cos i got a card got 20% off 4 a salon called hair sense so i tot it's da one ü cut ur hair.,ham
|
| 153 |
+
If You mean the website. Yes.,ham
|
| 154 |
+
When u love someone Dont make them to love u as much as u do. But Love them so much that they dont want to be loved by anyone except you... Gud nit.,ham
|
| 155 |
+
Sure but since my parents will be working on Tuesday I don't really need a cover story,ham
|
| 156 |
+
"Once a fishrman woke early in d mrng. It was very dark. He waited a while & found a sack ful of stones. He strtd throwin thm in2 d sea 2 pass time. Atlast he had jus 1stone, sun rose up & he found out tht those r nt stones, those were diamonds. Moral:""Dont wake up early in d mrng'' GOOD night",ham
|
| 157 |
+
"Honeybee Said: *I'm d Sweetest in d World* God Laughed & Said: *Wait,U Havnt Met d Person Reading This Msg* MORAL: Even GOD Can Crack Jokes! GM+GN+GE+GN:)",ham
|
| 158 |
+
"I am in tirupur da, once you started from office call me.",ham
|
| 159 |
+
Sorry. You never hear unless you book it. One was kinda a joke--thet were really looking for skinny white girls. The other was one line--you can only do so much on camera with that. Something like that they're casting on the look.,ham
|
| 160 |
+
What he said is not the matter. My mind saying some other matter is there.,ham
|
| 161 |
+
Great. Never been better. Each day gives even more reasons to thank God,ham
|
| 162 |
+
Remind me how to get there and I shall do so,ham
|
| 163 |
+
Wot about on wed nite I am 3 then but only til 9!,ham
|
| 164 |
+
Your 2004 account for 07XXXXXXXXX shows 786 unredeemed points. To claim call 08719181259 Identifier code: XXXXX Expires 26.03.05,spam
|
| 165 |
+
"Aight, can you text me the address?",ham
|
| 166 |
+
Can... I'm free...,ham
|
| 167 |
+
88066 FROM 88066 LOST 3POUND HELP,spam
|
| 168 |
+
"Beautiful Truth against Gravity.. Read carefully: ""Our heart feels light when someone is in it.. But it feels very heavy when someone leaves it.."" GOODMORNING",ham
|
| 169 |
+
"We made it! Eta at taunton is 12:30 as planned, hope that‘s still okday?! Good to see you! :-xx",ham
|
| 170 |
+
"Yeah, we got one lined up for us",ham
|
| 171 |
+
I forgot 2 ask ü all smth.. There's a card on da present lei... How? Ü all want 2 write smth or sign on it?,ham
|
| 172 |
+
This is my number by vivek..,ham
|
| 173 |
+
Annoying isn't it.,ham
|
| 174 |
+
No sir. That's why i had an 8-hr trip on the bus last week. Have another audition next wednesday but i think i might drive this time.,ham
|
| 175 |
+
But you were together so you should be thinkin about him,ham
|
| 176 |
+
U sick still can go shopping?,ham
|
| 177 |
+
"Evening * v good if somewhat event laden. Will fill you in, don't you worry … Head * ok but throat * wrecked. See you at six then!",ham
|
| 178 |
+
Sweet heart how are you?,ham
|
| 179 |
+
R ü comin back for dinner?,ham
|
| 180 |
+
Went to ganesh dress shop,ham
|
| 181 |
+
"Update_Now - Xmas Offer! Latest Motorola, SonyEricsson & Nokia & FREE Bluetooth! Double Mins & 1000 Txt on Orange. Call MobileUpd8 on 08000839402 or call2optout/F4Q=",spam
|
| 182 |
+
Ya very nice. . .be ready on thursday,ham
|
| 183 |
+
Id onluy matters when getting on from offcampus,ham
|
| 184 |
+
"Sorry, got a late start, we're on the way",ham
|
| 185 |
+
"I av a new number, . Wil u only use this one,ta.",ham
|
| 186 |
+
Yar lor actually we quite fast... Cos da ge slow wat... Haha...,ham
|
| 187 |
+
"Hi frnd, which is best way to avoid missunderstding wit our beloved one's?",ham
|
| 188 |
+
HI BABE U R MOST LIKELY TO BE IN BED BUT IM SO SORRY ABOUT TONIGHT! I REALLY WANNA SEE U TOMORROW SO CALL ME AT 9. LOVE ME XXX,ham
|
| 189 |
+
U havent lost me ill always b here 4u.i didnt intend 2 hurt u but I never knew how u felt about me when Iwas+marine&thats what itried2tell urmom.i careabout u,ham
|
| 190 |
+
"I love you !!! You know? Can you feel it? Does it make your belly warm? I wish it does, my love ... I shall meet you in your dreams, Ahmad ... *adoring kiss*",ham
|
| 191 |
+
"A Boy loved a gal. He propsd bt she didnt mind. He gv lv lttrs, Bt her frnds threw thm. Again d boy decided 2 aproach d gal , dt time a truck was speeding towards d gal. Wn it was about 2 hit d girl,d boy ran like hell n saved her. She asked 'hw cn u run so fast?' D boy replied ""Boost is d secret of my energy"" n instantly d girl shouted ""our energy"" n Thy lived happily 2gthr drinking boost evrydy Moral of d story:- I hv free msgs:D;): gud ni8",ham
|
| 192 |
+
What year. And how many miles.,ham
|
| 193 |
+
Sary just need Tim in the bollox &it hurt him a lot so he tol me!,ham
|
| 194 |
+
"Sounds gd... Haha... Can... Wah, u yan jiu so fast liao...",ham
|
| 195 |
+
Well. You know what i mean. Texting,ham
|
| 196 |
+
Guess who spent all last night phasing in and out of the fourth dimension,ham
|
| 197 |
+
"Okey dokey, i‘ll be over in a bit just sorting some stuff out.",ham
|
| 198 |
+
Will you be here for food,ham
|
| 199 |
+
Also are you bringing galileo or dobby,ham
|
| 200 |
+
Height of recycling: Read twice- People spend time for earning money and the same money is spent for spending time!;-) Good morning.. keep smiling:-),ham
|
| 201 |
+
You have been specially selected to receive a 2000 pound award! Call 08712402050 BEFORE the lines close. Cost 10ppm. 16+. T&Cs apply. AG Promo,spam
|
| 202 |
+
About <#> bucks. The banks fees are fixed. Better to call the bank and find out.,ham
|
| 203 |
+
You are now unsubscribed all services. Get tons of sexy babes or hunks straight to your phone! go to http://gotbabes.co.uk. No subscriptions.,spam
|
| 204 |
+
"I'm back & we're packing the car now, I'll let you know if there's room",ham
|
| 205 |
+
Not yet. Just i'd like to keep in touch and it will be the easiest way to do that from barcelona. By the way how ru and how is the house?,ham
|
| 206 |
+
"Time n Smile r the two crucial things in our life. Sometimes time makes us to forget smile, and sometimes someone's smile makes us to forget time gud noon",ham
|
| 207 |
+
Not getting anywhere with this damn job hunting over here!,ham
|
| 208 |
+
Leave it de:-). Start Prepare for next:-)..,ham
|
| 209 |
+
She doesnt need any test.,ham
|
| 210 |
+
Fffff. Can you text kadeem or are you too far gone,ham
|
| 211 |
+
dont make ne plans for nxt wknd coz she wants us to come down then ok,ham
|
| 212 |
+
* Am on my way,ham
|
| 213 |
+
Ok. Every night take a warm bath drink a cup of milk and you'll see a work of magic. You still need to loose weight. Just so that you know,ham
|
| 214 |
+
Theyre doing it to lots of places. Only hospitals and medical places are safe.,ham
|
| 215 |
+
"sorry brah, just finished the last of my exams, what up",ham
|
| 216 |
+
Ew are you one of them?,ham
|
| 217 |
+
Ok not a problem will get them a taxi. C ing tomorrow and tuesday. On tuesday think we r all going to the cinema.,ham
|
| 218 |
+
"Sorry, I'll call later",ham
|
| 219 |
+
Are you at work right now ?,ham
|
| 220 |
+
Howz pain?hope u r fine..,ham
|
| 221 |
+
Why are u up so early?,ham
|
| 222 |
+
"A bit of Ur smile is my hppnss, a drop of Ur tear is my sorrow, a part of Ur heart is my life, a heart like mine wil care for U, forevr as my GOODFRIEND",ham
|
| 223 |
+
It has issues right now. Ill fix for her by tomorrow.,ham
|
| 224 |
+
"Aiyo... Her lesson so early... I'm still sleepin, haha... Okie, u go home liao den confirm w me lor...",ham
|
| 225 |
+
Ok...,ham
|
| 226 |
+
Haha... Really oh no... How? Then will they deduct your lesson tmr?,ham
|
| 227 |
+
K.k:)advance happy pongal.,ham
|
| 228 |
+
U in town alone?,ham
|
| 229 |
+
Congratulations ur awarded 500 of CD vouchers or 125gift guaranteed & Free entry 2 100 wkly draw txt MUSIC to 87066,spam
|
| 230 |
+
Valentines Day Special! Win over £1000 in our quiz and take your partner on the trip of a lifetime! Send GO to 83600 now. 150p/msg rcvd. CustCare:08718720201,spam
|
| 231 |
+
Yes I know the cheesy songs from frosty the snowman :),ham
|
| 232 |
+
"How is my boy? No sweet words left for me this morning ... *sighs* ... How goes you day, my love ? Did you start your studying?",ham
|
| 233 |
+
FREE camera phones with linerental from 4.49/month with 750 cross ntwk mins. 1/2 price txt bundle deals also avble. Call 08001950382 or call2optout/J MF,spam
|
| 234 |
+
Heart is empty without love.. Mind is empty without wisdom.. Eyes r empty without dreams & Life is empty without frnds.. So Alwys Be In Touch. Good night & sweet dreams,ham
|
| 235 |
+
I cant pick the phone right now. Pls send a message,ham
|
| 236 |
+
I'm still pretty weak today .. Bad day ?,ham
|
| 237 |
+
"In The Simpsons Movie released in July 2007 name the band that died at the start of the film? A-Green Day, B-Blue Day, C-Red Day. (Send A, B or C)",spam
|
| 238 |
+
No need lar. Jus testing e phone card. Dunno network not gd i thk. Me waiting 4 my sis 2 finish bathing so i can bathe. Dun disturb u liao u cleaning ur room.,ham
|
| 239 |
+
S...from the training manual it show there is no tech process:)its all about password reset and troubleshooting:),ham
|
| 240 |
+
Please reserve ticket on saturday eve from chennai to thirunelvali and again from tirunelvali to chennai on sunday eve...i already see in net..no ticket available..i want to book ticket through tackle ..,ham
|
| 241 |
+
"K, text me when you're on the way",ham
|
| 242 |
+
Wat ü doing now?,ham
|
| 243 |
+
How much she payed. Suganya.,ham
|
| 244 |
+
Also remember the beads don't come off. Ever.,ham
|
| 245 |
+
Your opinion about me? 1. Over 2. Jada 3. Kusruthi 4. Lovable 5. Silent 6. Spl character 7. Not matured 8. Stylish 9. Simple Pls reply..,ham
|
| 246 |
+
Hello. We need some posh birds and chaps to user trial prods for champneys. Can i put you down? I need your address and dob asap. Ta r,spam
|
| 247 |
+
"True. It is passable. And if you get a high score and apply for phd, you get 5years of salary. So it makes life easier.",ham
|
| 248 |
+
Lol they were mad at first but then they woke up and gave in.,ham
|
| 249 |
+
Haha mayb u're rite... U know me well. Da feeling of being liked by someone is gd lor. U faster go find one then all gals in our group attached liao.,ham
|
| 250 |
+
Ok i shall talk to him,ham
|
| 251 |
+
Thx. All will be well in a few months,ham
|
| 252 |
+
What happen dear tell me,ham
|
| 253 |
+
Ü come lt 25 n pass to me lar,ham
|
| 254 |
+
Eh u send wrongly lar...,ham
|
| 255 |
+
"This is the 2nd time we have tried 2 contact u. U have won the 750 Pound prize. 2 claim is easy, call 08712101358 NOW! Only 10p per min. BT-national-rate",spam
|
| 256 |
+
Oh Howda gud gud.. Mathe en samachara chikku:-),ham
|
| 257 |
+
No no. I will check all rooms befor activities,ham
|
| 258 |
+
Check Out Choose Your Babe Videos @ sms.shsex.netUN fgkslpoPW fgkslpo,spam
|
| 259 |
+
Yes I started to send requests to make it but pain came back so I'm back in bed. Double coins at the factory too. I gotta cash in all my nitros.,ham
|
| 260 |
+
FreeMsg: Txt: CALL to No: 86888 & claim your reward of 3 hours talk time to use from your phone now! Subscribe6GBP/mnth inc 3hrs 16 stop?txtStop,spam
|
| 261 |
+
"Nice. Wait...should you be texting right now? I'm not gonna pay your ticket, ya know!",ham
|
| 262 |
+
Buzzzz! *grins* Did I buzz your ass? Buzz your chest ? Buzz your cock ? Where do you keep your phone ? Is the vibrator on ? Did you feel it shake ?,ham
|
| 263 |
+
Babes I think I got ur brolly I left it in English wil bring it in 2mrw 4 u luv Franxx,ham
|
| 264 |
+
Nothing just getting msgs by dis name wit different no's..,ham
|
| 265 |
+
NONE!NOWHERE IKNO DOESDISCOUNT!SHITINNIT,ham
|
| 266 |
+
"She was supposed to be but couldn't make it, she's still in town though",ham
|
| 267 |
+
Die... Now i have e toot fringe again...,ham
|
| 268 |
+
"Yes, i'm small kid.. And boost is the secret of my energy..",ham
|
| 269 |
+
Aww that's the first time u said u missed me without asking if I missed u first. You DO love me! :),ham
|
| 270 |
+
"Hurry up, I've been weed-deficient for like three days",ham
|
| 271 |
+
Why didn't u call on your lunch?,ham
|
| 272 |
+
Ok lor. Anyway i thk we cant get tickets now cos like quite late already. U wan 2 go look 4 ur frens a not? Darren is wif them now...,ham
|
| 273 |
+
Your account has been refilled successfully by INR <DECIMAL> . Your KeralaCircle prepaid account balance is Rs <DECIMAL> . Your Transaction ID is KR <#> .,ham
|
| 274 |
+
CHEERS LOU! YEAH WAS A GOODNITE SHAME U NEVA CAME! C YA GAILxx,ham
|
| 275 |
+
Is there coming friday is leave for pongal?do you get any news from your work place.,ham
|
| 276 |
+
Happy new year. Hope you are having a good semester,ham
|
| 277 |
+
U 447801259231 have a secret admirer who is looking 2 make contact with U-find out who they R*reveal who thinks UR so special-call on 09058094597,spam
|
| 278 |
+
Yup... Hey then one day on fri we can ask miwa and jiayin take leave go karaoke,ham
|
| 279 |
+
All boys made fun of me today. Ok i have no problem. I just sent one message just for fun,ham
|
| 280 |
+
Your board is working fine. The issue of overheating is also reslove. But still software inst is pending. I will come around 8'o clock.,ham
|
| 281 |
+
"FreeMsg: Claim ur 250 SMS messages-Text OK to 84025 now!Use web2mobile 2 ur mates etc. Join Txt250.com for 1.50p/wk. T&C BOX139, LA32WU. 16 . Remove txtX or stop",spam
|
| 282 |
+
Dnt worry...use ice pieces in a cloth pack.also take 2 tablets.,ham
|
| 283 |
+
I got a call from a landline number. . . I am asked to come to anna nagar . . . I will go in the afternoon,ham
|
| 284 |
+
HMV BONUS SPECIAL 500 pounds of genuine HMV vouchers to be won. Just answer 4 easy questions. Play Now! Send HMV to 86688 More info:www.100percent-real.com,spam
|
| 285 |
+
Many times we lose our best ones bcoz we are,ham
|
| 286 |
+
Don no da:)whats you plan?,ham
|
| 287 |
+
"Hi Shanil,Rakhesh here.thanks,i have exchanged the uncut diamond stuff.leaving back. Excellent service by Dino and Prem.",ham
|
| 288 |
+
Dude avatar 3d was imp. At one point i thought there were actually flies in the room and almost tried hittng one as a reflex,ham
|
| 289 |
+
I not at home now lei...,ham
|
| 290 |
+
"Ya they are well and fine., BBD(pooja) full pimples..even she become quite black..and ur rite here its too cold, wearing sweatter..",ham
|
| 291 |
+
I've sent ü my part..,ham
|
| 292 |
+
"My sister in law, hope you are having a great month. Just saying hey. Abiola",ham
|
| 293 |
+
Can come my room but cannot come my house cos my house still messy... Haha...,ham
|
| 294 |
+
"Haha awesome, omw back now then",ham
|
| 295 |
+
I called and said all to him:)then he have to choose this future.,ham
|
| 296 |
+
Lovely smell on this bus and it ain't tobacco...,ham
|
| 297 |
+
Life style garments account no please.,ham
|
| 298 |
+
Tell me something. Thats okay.,ham
|
| 299 |
+
I love you. You set my soul on fire. It is not just a spark. But it is a flame. A big rawring flame. XoXo,ham
|
| 300 |
+
I will be outside office take all from there,ham
|
| 301 |
+
U have a secret admirer who is looking 2 make contact with U-find out who they R*reveal who thinks UR so special-call on 09058094594,spam
|
| 302 |
+
"Painful words- ""I thought being Happy was the most toughest thing on Earth... But, the toughest is acting Happy with all unspoken pain inside..""",ham
|
| 303 |
+
Loosu go to hospital. De dont let it careless.,ham
|
| 304 |
+
WIN a £200 Shopping spree every WEEK Starting NOW. 2 play text STORE to 88039. SkilGme. TsCs08714740323 1Winawk! age16 £1.50perweeksub.,spam
|
| 305 |
+
Dont think you need yellow card for uk travel. Ask someone that has gone before. If you do its just <#> bucks,ham
|
| 306 |
+
"Mah b, I'll pick it up tomorrow",ham
|
| 307 |
+
"Aight I've been set free, think you could text me blake's address? It occurs to me I'm not quite as sure what I'm doing as I thought I was",ham
|
| 308 |
+
Urgent! Please call 09061213237 from a landline. £5000 cash or a 4* holiday await collection. T &Cs SAE PO Box 177 M227XY. 16+,spam
|
| 309 |
+
I don't know but I'm raping dudes at poker,ham
|
| 310 |
+
Becoz its <#> jan whn al the post ofice is in holiday so she cn go fr the post ofice...got it duffer,ham
|
| 311 |
+
Yup song bro. No creative. Neva test quality. He said check review online.,ham
|
| 312 |
+
Jay says that you're a double-faggot,ham
|
| 313 |
+
Crazy ar he's married. Ü like gd looking guys not me. My frens like say he's korean leona's fave but i dun thk he is. Aft some thinking mayb most prob i'll go.,ham
|
| 314 |
+
"Call me da, i am waiting for your call.",ham
|
| 315 |
+
I was wondering if it would be okay for you to call uncle john and let him know that things are not the same in nigeria as they r here. That <#> dollars is 2years sent and that you know its a strain but i plan to pay back every dime he gives. Every dime so for me to expect anything from you is not practical. Something like that.,ham
|
| 316 |
+
"I am late,so call you tomorrow morning.take care sweet dreams....u and me...ummifying...bye.",ham
|
| 317 |
+
"SIX chances to win CASH! From 100 to 20,000 pounds txt> CSH11 and send to 87575. Cost 150p/day, 6days, 16+ TsandCs apply Reply HL 4 info",spam
|
| 318 |
+
So when you gonna get rimac access,ham
|
| 319 |
+
ELLO BABE U OK?,ham
|
| 320 |
+
Hello beautiful r u ok? I've kinda ad a row wiv and he walked out the pub?? I wanted a night wiv u Miss u,ham
|
| 321 |
+
"Alright omw, gotta change my order to a half8th",ham
|
| 322 |
+
You best watch what you say cause I get drunk as a motherfucker,ham
|
| 323 |
+
Great escape. I fancy the bridge but needs her lager. See you tomo,ham
|
| 324 |
+
Thankyou so much for the call. I appreciate your care.,ham
|
| 325 |
+
Yes:)from last week itself i'm taking live call.,ham
|
| 326 |
+
Can you pls send me that company name. In saibaba colany,ham
|
| 327 |
+
"Jane babes not goin 2 wrk, feel ill after lst nite. Foned in already cover 4 me chuck.:-)",ham
|
| 328 |
+
K. I will sent it again,ham
|
| 329 |
+
"Coffee cake, i guess...",ham
|
| 330 |
+
"This is the 2nd time we have tried 2 contact u. U have won the 750 Pound prize. 2 claim is easy, call 08718726970 NOW! Only 10p per min. BT-national-rate",spam
|
| 331 |
+
"Watching cartoon, listening music & at eve had to go temple & church.. What about u?",ham
|
| 332 |
+
DO U WANT 2 MEET UP 2MORRO,ham
|
| 333 |
+
Today am going to college so am not able to atten the class.,ham
|
| 334 |
+
How have your little darlings been so far this week? Need a coffee run tomo?Can't believe it's that time of week already …,ham
|
| 335 |
+
Quite late lar... Ard 12 anyway i wun b drivin...,ham
|
| 336 |
+
and picking them up from various points,ham
|
| 337 |
+
Thanks for this hope you had a good day today,ham
|
| 338 |
+
What not under standing.,ham
|
| 339 |
+
I walked an hour 2 c u! doesnt that show I care y wont u believe im serious?,ham
|
| 340 |
+
I cant pick the phone right now. Pls send a message,ham
|
| 341 |
+
"Single line with a big meaning::::: ""Miss anything 4 ur ""Best Life"" but, don't miss ur best life for anything... Gud nyt...",ham
|
| 342 |
+
Raviyog Peripherals bhayandar east,ham
|
| 343 |
+
Btw regarding that we should really try to see if anyone else can be our 4th guy before we commit to a random dude,ham
|
| 344 |
+
Do u hav any frnd by name ashwini in ur college?,ham
|
| 345 |
+
E admin building there? I might b slightly earlier... I'll call u when i'm reaching...,ham
|
| 346 |
+
"Fair enough, anything going on?",ham
|
| 347 |
+
Of course. I guess god's just got me on hold right now.,ham
|
| 348 |
+
I'm in a movie. Call me 4 wat?,ham
|
| 349 |
+
Would me smoking you out help us work through this difficult time,ham
|
| 350 |
+
"Congrats! 1 year special cinema pass for 2 is yours. call 09061209465 now! C Suprman V, Matrix3, StarWars3, etc all 4 FREE! bx420-ip4-5we. 150pm. Dont miss out!",spam
|
| 351 |
+
"Its ok chikku, and its my 1 of favourite song..:-)",ham
|
| 352 |
+
You are being ripped off! Get your mobile content from www.clubmoby.com call 08717509990 poly/true/Pix/Ringtones/Games six downloads for only 3,spam
|
| 353 |
+
SplashMobile: Choose from 1000s of gr8 tones each wk! This is a subscrition service with weekly tones costing 300p. U have one credit - kick back and ENJOY,spam
|
| 354 |
+
"So many people seems to be special at first sight, But only very few will remain special to you till your last sight.. Maintain them till life ends.. take cr da",ham
|
| 355 |
+
"Yeah probably, I still gotta check out with leo",ham
|
| 356 |
+
says the <#> year old with a man and money. I'm down to my last <#> . Still waiting for that check.,ham
|
| 357 |
+
"Thk shld b can... Ya, i wana go 4 lessons... Haha, can go for one whole stretch...",ham
|
| 358 |
+
Senthil group company Apnt 5pm.,ham
|
| 359 |
+
When did you get to the library,ham
|
| 360 |
+
Txt: CALL to No: 86888 & claim your reward of 3 hours talk time to use from your phone now! Subscribe6GBP/mnth inc 3hrs 16 stop?txtStop www.gamb.tv,spam
|
| 361 |
+
Howz that persons story,ham
|
| 362 |
+
"Usf I guess, might as well take 1 car",ham
|
| 363 |
+
Good. Good job. I like entrepreneurs,ham
|
| 364 |
+
He says hi and to get your ass back to south tampa (preferably at a kegger),ham
|
| 365 |
+
Talk to g and x about that,ham
|
| 366 |
+
That is wondar full flim.,ham
|
| 367 |
+
"Fyi I'm taking a quick shower, be at epsilon in like <#> min",ham
|
| 368 |
+
"Come to me, slave. Your doing it again ... Going into your shell and unconsciously avoiding me ... You are making me unhappy :-(",ham
|
| 369 |
+
I don't think he has spatula hands!,ham
|
| 370 |
+
URGENT! Your Mobile number has been awarded a <UKP>2000 prize GUARANTEED. Call 09061790125 from landline. Claim 3030. Valid 12hrs only 150ppm,spam
|
| 371 |
+
You know there is. I shall speak to you in <#> minutes then,ham
|
| 372 |
+
For many things its an antibiotic and it can be used for chest abdomen and gynae infections even bone infections.,ham
|
| 373 |
+
Why did I wake up on my own >:(,ham
|
| 374 |
+
I'm on da bus going home...,ham
|
| 375 |
+
X2 <#> . Are you going to get that,ham
|
| 376 |
+
"Dude. What's up. How Teresa. Hope you have been okay. When i didnt hear from these people, i called them and they had received the package since dec <#> . Just thot you'ld like to know. Do have a fantastic year and all the best with your reading. Plus if you can really really Bam first aid for Usmle, then your work is done.",ham
|
| 377 |
+
"I'll get there at 3, unless you guys want me to come some time sooner",ham
|
| 378 |
+
"Sorry, I'll call later",ham
|
| 379 |
+
You are awarded a SiPix Digital Camera! call 09061221061 from landline. Delivery within 28days. T Cs Box177. M221BP. 2yr warranty. 150ppm. 16 . p p£3.99,spam
|
| 380 |
+
WINNER!! As a valued network customer you have been selected to receivea £900 prize reward! To claim call 09061701461. Claim code KL341. Valid 12 hours only.,spam
|
| 381 |
+
"Piggy, r u awake? I bet u're still sleeping. I'm going 4 lunch now...",ham
|
| 382 |
+
"Sorry I missed you babe. I was up late and slept in. I hope you enjoy your driving lesson, boytoy. I miss you too ... *teasing kiss*",ham
|
| 383 |
+
R u meeting da ge at nite tmr?,ham
|
| 384 |
+
I can't believe how attached I am to seeing you every day. I know you will do the best you can to get to me babe. I will go to teach my class at your midnight,ham
|
| 385 |
+
His frens go then he in lor. Not alone wif my mum n sis lor.,ham
|
| 386 |
+
"Yeah, we can probably swing by once my roommate finishes up with his girl",ham
|
| 387 |
+
"Hmm well, night night",ham
|
| 388 |
+
I'm hungry buy smth home...,ham
|
| 389 |
+
This pay is <DECIMAL> lakhs:),ham
|
| 390 |
+
What type of stuff do you sing?,ham
|
| 391 |
+
"Goodmorning,my grandfather expired..so am on leave today.",ham
|
| 392 |
+
"Hmm... Dunno leh, mayb a bag 4 goigng out dat is not too small. Or jus anything except perfume, smth dat i can keep.",ham
|
| 393 |
+
"I can make it up there, squeezed <#> bucks out of my dad",ham
|
| 394 |
+
Nope... C ü then...,ham
|
| 395 |
+
Am on the uworld site. Am i buying the qbank only or am i buying it with the self assessment also?,ham
|
| 396 |
+
You are right. Meanwhile how's project twins comin up,ham
|
| 397 |
+
Good day to You too.Pray for me.Remove the teeth as its painful maintaining other stuff.,ham
|
| 398 |
+
Discussed with your mother ah?,ham
|
| 399 |
+
Thats cool. i liked your photos. You are very sexy!,ham
|
| 400 |
+
She's fine. Good to hear from you. How are you my dear? Happy new year oh.,ham
|
| 401 |
+
Huh so fast... Dat means u havent finished painting?,ham
|
| 402 |
+
Pls tell nelson that the bb's are no longer comin. The money i was expecting aint coming,ham
|
| 403 |
+
Anytime...,ham
|
| 404 |
+
I tot u reach liao. He said t-shirt.,ham
|
| 405 |
+
"Aight, tomorrow around <#> it is",ham
|
| 406 |
+
"Your free ringtone is waiting to be collected. Simply text the password ""MIX"" to 85069 to verify. Get Usher and Britney. FML, PO Box 5249, MK17 92H. 450Ppw 16",spam
|
| 407 |
+
Yup he msg me: is tat yijue? Then i tot it's my group mate cos we meeting today mah... I'm askin if ü leaving earlier or wat mah cos mayb ü haf to walk v far...,ham
|
| 408 |
+
Ha... Both of us doing e same thing. But i got tv 2 watch. U can thk of where 2 go tonight or u already haf smth in mind...,ham
|
| 409 |
+
Dear are you angry i was busy dear,ham
|
| 410 |
+
Email AlertFrom: Jeri StewartSize: 2KBSubject: Low-cost prescripiton drvgsTo listen to email call 123,spam
|
| 411 |
+
Is there any training tomorrow?,ham
|
| 412 |
+
"Sure, I'll see if I can come by in a bit",ham
|
| 413 |
+
No did you check? I got his detailed message now,ham
|
| 414 |
+
Ok.. Ü finishing soon?,ham
|
| 415 |
+
Wat r u doing now?,ham
|
| 416 |
+
Oh all have to come ah?,ham
|
| 417 |
+
Today is ACCEPT DAY..U Accept me as? Brother Sister Lover Dear1 Best1 Clos1 Lvblefrnd Jstfrnd Cutefrnd Lifpartnr Belovd Swtheart Bstfrnd No rply means enemy,ham
|
| 418 |
+
He's an adult and would learn from the experience. There's no real danger. I just dont like peeps using drugs they dont need. But no comment,ham
|
| 419 |
+
Yeah like if it goes like it did with my friends imma flip my shit in like half an hour,ham
|
| 420 |
+
Wow so healthy. Old airport rd lor. Cant thk of anything else. But i'll b bathing my dog later.,ham
|
| 421 |
+
"Nah man, my car is meant to be crammed full of people",ham
|
| 422 |
+
"Thats a bit weird, even ?- where is the do supposed to be happening? But good idea, sure they will be in pub!",ham
|
| 423 |
+
"U can WIN £100 of Music Gift Vouchers every week starting NOW Txt the word DRAW to 87066 TsCs www.Idew.com SkillGame, 1Winaweek, age16. 150ppermessSubscription",spam
|
| 424 |
+
First answer my question.,ham
|
| 425 |
+
Guess what! Somebody you know secretly fancies you! Wanna find out who it is? Give us a call on 09065394514 From Landline DATEBox1282EssexCM61XN 150p/min 18,spam
|
| 426 |
+
When are you guys leaving?,ham
|
| 427 |
+
"We have sent JD for Customer Service cum Accounts Executive to ur mail id, For details contact us",ham
|
| 428 |
+
Me fine..absolutly fine,ham
|
| 429 |
+
Great News! Call FREEFONE 08006344447 to claim your guaranteed £1000 CASH or £2000 gift. Speak to a live operator NOW!,spam
|
| 430 |
+
"Hey, iouri gave me your number, I'm wylie, ryan's friend",ham
|
| 431 |
+
Ya but it cant display internal subs so i gotta extract them,ham
|
| 432 |
+
2mro i am not coming to gym machan. Goodnight.,ham
|
| 433 |
+
I wont. So wat's wit the guys,ham
|
| 434 |
+
Appt is at <TIME> am. Not my fault u don't listen. I told u twice,ham
|
| 435 |
+
PRIVATE! Your 2003 Account Statement for 07808 XXXXXX shows 800 un-redeemed S. I. M. points. Call 08719899217 Identifier Code: 41685 Expires 07/11/04,spam
|
| 436 |
+
Yup having my lunch buffet now.. U eat already?,ham
|
| 437 |
+
Buy Space Invaders 4 a chance 2 win orig Arcade Game console. Press 0 for Games Arcade (std WAP charge) See o2.co.uk/games 4 Terms + settings. No purchase,spam
|
| 438 |
+
Great! I hope you like your man well endowed. I am <#> inches...,ham
|
| 439 |
+
K..give back my thanks.,ham
|
| 440 |
+
Great. So should i send you my account number.,ham
|
| 441 |
+
"Thank you so much. When we skyped wit kz and sura, we didnt get the pleasure of your company. Hope you are good. We've given you ultimatum oh! We are countin down to aburo. Enjoy!",ham
|
| 442 |
+
Get me out of this dump heap. My mom decided to come to lowes. BORING.,ham
|
| 443 |
+
Watching telugu movie..wat abt u?,ham
|
| 444 |
+
Do u konw waht is rael FRIENDSHIP Im gving yuo an exmpel: Jsut ese tihs msg.. Evrey splleing of tihs msg is wrnog.. Bt sitll yuo can raed it wihtuot ayn mitsake.. GOODNIGHT & HAVE A NICE SLEEP..SWEET DREAMS..,ham
|
| 445 |
+
I wnt to buy a BMW car urgently..its vry urgent.but hv a shortage of <#> Lacs.there is no source to arng dis amt. <#> lacs..thats my prob,ham
|
| 446 |
+
Dunno lei he neva say...,ham
|
| 447 |
+
Yar else i'll thk of all sorts of funny things.,ham
|
| 448 |
+
"I didnt get ur full msg..sometext is missing, send it again",ham
|
| 449 |
+
Fuck cedar key and fuck her (come over anyway tho),ham
|
| 450 |
+
Tomorrow i am not going to theatre. . . So i can come wherever u call me. . . Tell me where and when to come tomorrow,ham
|
| 451 |
+
You still coming tonight?,ham
|
| 452 |
+
Your pussy is perfect!,ham
|
| 453 |
+
great princess! I love giving and receiving oral. Doggy style is my fave position. How about you? I enjoy making love <#> times per night :),ham
|
| 454 |
+
Urgent! Please call 09061213237 from landline. £5000 cash or a luxury 4* Canary Islands Holiday await collection. T&Cs SAE PO Box 177. M227XY. 150ppm. 16+,spam
|
| 455 |
+
I asked you to call him now ok,ham
|
| 456 |
+
"pdate_Now - Double mins and 1000 txts on Orange tariffs. Latest Motorola, SonyEricsson & Nokia & Bluetooth FREE! Call MobileUpd8 on 08000839402 or call2optout/!YHL",spam
|
| 457 |
+
I know girls always safe and selfish know i got it pa. Thank you. good night.,ham
|
| 458 |
+
Err... Cud do. I'm going to at 8pm. I haven't got a way to contact him until then.,ham
|
| 459 |
+
Beauty sleep can help ur pimples too.,ham
|
| 460 |
+
Will be office around 4 pm. Now i am going hospital.,ham
|
| 461 |
+
Ok then no need to tell me anything i am going to sleep good night,ham
|
| 462 |
+
From tomorrow onwards eve 6 to 3 work.,ham
|
| 463 |
+
"Oh ! A half hour is much longer in Syria than Canada, eh ? Wow you must get SO much more work done in a day than us with all that extra time ! *grins*",ham
|
| 464 |
+
"awesome, how do I deal with the gate? Charles told me last night but, uh, yeah",ham
|
| 465 |
+
500 free text msgs. Just text ok to 80488 and we'll credit your account,spam
|
| 466 |
+
Thanks chikku..:-) gud nyt:-*,ham
|
| 467 |
+
I know but you need to get hotel now. I just got my invitation but i had to apologise. Cali is to sweet for me to come to some english bloke's weddin,ham
|
| 468 |
+
Yes ammae....life takes lot of turns you can only sit and try to hold the steering...,ham
|
| 469 |
+
My uncles in Atlanta. Wish you guys a great semester.,ham
|
| 470 |
+
On the road so cant txt,ham
|
| 471 |
+
"Plz note: if anyone calling from a mobile Co. & asks u to type # <#> or # <#> . Do not do so. Disconnect the call,coz it iz an attempt of 'terrorist' to make use of the sim card no. Itz confirmd by nokia n motorola n has been verified by CNN IBN.",ham
|
| 472 |
+
"CAN I PLEASE COME UP NOW IMIN TOWN.DONTMATTER IF URGOIN OUTL8R,JUST REALLYNEED 2DOCD.PLEASE DONTPLEASE DONTIGNORE MYCALLS,U NO THECD ISV.IMPORTANT TOME 4 2MORO",ham
|
| 473 |
+
Please call our customer service representative on FREEPHONE 0808 145 4742 between 9am-11pm as you have WON a guaranteed £1000 cash or £5000 prize!,spam
|
| 474 |
+
This phone has the weirdest auto correct.,ham
|
| 475 |
+
"life alle mone,eppolum oru pole allalo",ham
|
| 476 |
+
How much for an eighth?,ham
|
| 477 |
+
Do you want a NEW video phone750 anytime any network mins 150 text for only five pounds per week call 08000776320 now or reply for delivery tomorrow,spam
|
| 478 |
+
"Well am officially in a philosophical hole, so if u wanna call am at home ready to be saved!",ham
|
| 479 |
+
How's it going? Got any exciting karaoke type activities planned? I'm debating whether to play football this eve. Feeling lazy though.,ham
|
| 480 |
+
Good morning. At the repair shop--the ONLY reason i'm up at this hour.,ham
|
| 481 |
+
See the forwarding message for proof,ham
|
| 482 |
+
Should I be stalking u?,ham
|
| 483 |
+
"Yeah there's barely enough room for the two of us, x has too many fucking shoes. Sorry man, see you later",ham
|
| 484 |
+
Who u talking about?,ham
|
| 485 |
+
EASTENDERS TV Quiz. What FLOWER does DOT compare herself to? D= VIOLET E= TULIP F= LILY txt D E or F to 84025 NOW 4 chance 2 WIN £100 Cash WKENT/150P16+,spam
|
| 486 |
+
Misplaced your number and was sending texts to your old number. Wondering why i've not heard from you this year. All the best in your mcat. Got this number from my atlanta friends,ham
|
| 487 |
+
PRIVATE! Your 2003 Account Statement for <fone no> shows 800 un-redeemed S. I. M. points. Call 08715203656 Identifier Code: 42049 Expires 26/10/04,spam
|
| 488 |
+
A bloo bloo bloo I'll miss the first bowl,ham
|
| 489 |
+
"Sorry, I guess whenever I can get a hold of my connections, maybe an hour or two? I'll text you",ham
|
| 490 |
+
"Sounds good, keep me posted",ham
|
| 491 |
+
"HEY BABE! FAR 2 SPUN-OUT 2 SPK AT DA MO... DEAD 2 DA WRLD. BEEN SLEEPING ON DA SOFA ALL DAY, HAD A COOL NYTHO, TX 4 FONIN HON, CALL 2MWEN IM BK FRMCLOUD 9! J X",ham
|
| 492 |
+
What you need. You have a person to give na.,ham
|
| 493 |
+
"What part of ""don't initiate"" don't you understand",ham
|
| 494 |
+
"Hey, a guy I know is breathing down my neck to get him some bud, anyway you'd be able to get a half track to usf tonight?",ham
|
| 495 |
+
Ur cash-balance is currently 500 pounds - to maximize ur cash-in now send GO to 86688 only 150p/meg. CC: 08718720201 HG/Suite342/2lands Row/W1j6HL,spam
|
| 496 |
+
from www.Applausestore.com MonthlySubscription@50p/msg max6/month T&CsC web age16 2stop txt stop,spam
|
| 497 |
+
"You've won tkts to the EURO2004 CUP FINAL or £800 CASH, to collect CALL 09058099801 b4190604, POBOX 7876150ppm",spam
|
| 498 |
+
"Jay told me already, will do",ham
|
| 499 |
+
Well there's still a bit left if you guys want to tonight,ham
|
| 500 |
+
Hey whats up? U sleeping all morning?,ham
|
| 501 |
+
I dont know what to do to come out of this so only am ask questions like this dont mistake me.,ham
|
| 502 |
+
"Get 3 Lions England tone, reply lionm 4 mono or lionp 4 poly. 4 more go 2 www.ringtones.co.uk, the original n best. Tones 3GBP network operator rates apply",spam
|
| 503 |
+
Hey so whats the plan this sat?,ham
|
| 504 |
+
Indeed and by the way it was either or - not both !,ham
|
| 505 |
+
Ok.ok ok..then..whats ur todays plan,ham
|
| 506 |
+
"Ok. Can be later showing around 8-8:30 if you want + cld have drink before. Wld prefer not to spend money on nosh if you don't mind, as doing that nxt wk.",ham
|
| 507 |
+
"Yeah that's what I thought, lemme know if anything's goin on later",ham
|
| 508 |
+
And do you have any one that can teach me how to ship cars.,ham
|
| 509 |
+
I told your number to gautham..,ham
|
| 510 |
+
I wnt to buy a BMW car urgently..its vry urgent.but hv a shortage of <#> Lacs.there is no source to arng dis amt. <#> lacs..thats my prob,ham
|
| 511 |
+
Ok no prob...,ham
|
| 512 |
+
I have gone into get info bt dont know what to do,ham
|
| 513 |
+
U say leh... Of course nothing happen lar. Not say v romantic jus a bit only lor. I thk e nite scenery not so nice leh.,ham
|
| 514 |
+
Baaaaaaaabe! Wake up ! I miss you ! I crave you! I need you!,ham
|
| 515 |
+
Nope but i'll b going 2 sch on fri quite early lor cos mys sis got paper in da morn :-),ham
|
| 516 |
+
"Sorry, in meeting I'll call you later",ham
|
| 517 |
+
Dear Dave this is your final notice to collect your 4* Tenerife Holiday or #5000 CASH award! Call 09061743806 from landline. TCs SAE Box326 CW25WX 150ppm,spam
|
| 518 |
+
What's up. Do you want me to come online?,ham
|
| 519 |
+
"Lemme know when I can swing by and pick up, I'm free basically any time after 1 all this semester",ham
|
| 520 |
+
Not sure I have the stomach for it ...,ham
|
| 521 |
+
"Sorry, I'll call later",ham
|
| 522 |
+
Love you aathi..love u lot..,ham
|
| 523 |
+
"FREE NOKIA Or Motorola with upto 12mths 1/2price linerental, 500 FREE x-net mins&100txt/mth FREE B'tooth*. Call Mobileupd8 on 08001950382 or call 2optout/D3WV",spam
|
| 524 |
+
"For ur chance to win £250 cash every wk TXT: PLAY to 83370. T's&C's www.music-trivia.net custcare 08715705022, 1x150p/wk.",spam
|
| 525 |
+
U have a secret admirer. REVEAL who thinks U R So special. Call 09065174042. To opt out Reply REVEAL STOP. 1.50 per msg recd. Cust care 07821230901,spam
|
| 526 |
+
K.:)you are the only girl waiting in reception ah?,ham
|
| 527 |
+
In the end she might still vomit but its okay. Not everything will come out.,ham
|
| 528 |
+
"Final Chance! Claim ur £150 worth of discount vouchers today! Text YES to 85023 now! SavaMob, member offers mobile! T Cs SavaMob POBOX84, M263UZ. £3.00 Subs 16",spam
|
| 529 |
+
That seems unnecessarily affectionate,ham
|
| 530 |
+
"Damn, can you make it tonight or do you want to just wait til tomorrow",ham
|
| 531 |
+
"Sorry, I'll call later",ham
|
| 532 |
+
Come to mahal bus stop.. <DECIMAL>,ham
|
| 533 |
+
"Free Msg: get Gnarls Barkleys ""Crazy"" ringtone TOTALLY FREE just reply GO to this message right now!",spam
|
| 534 |
+
"Nah I don't think he goes to usf, he lives around here though",ham
|
| 535 |
+
Try to do something dear. You read something for exams,ham
|
| 536 |
+
Okie,ham
|
| 537 |
+
Hey I am really horny want to chat or see me naked text hot to 69698 text charged at 150pm to unsubscribe text stop 69698,spam
|
| 538 |
+
No need to buy lunch for me.. I eat maggi mee..,ham
|
| 539 |
+
"Double mins and txts 4 6months FREE Bluetooth on Orange. Available on Sony, Nokia Motorola phones. Call MobileUpd8 on 08000839402 or call2optout/N9DX",spam
|
| 540 |
+
"The gas station is like a block away from my house, you'll drive right by it since armenia ends at swann and you have to take howard",ham
|
| 541 |
+
BOO BABE! U ENJOYIN YOURJOB? U SEEMED 2 B GETTIN ON WELL HUNNY!HOPE URE OK?TAKE CARE & ILLSPEAK 2U SOONLOTS OF LOVEME XXXX.,ham
|
| 542 |
+
FREE for 1st week! No1 Nokia tone 4 ur mob every week just txt NOKIA to 87077 Get txting and tell ur mates. zed POBox 36504 W45WQ norm150p/tone 16+,spam
|
| 543 |
+
K..k...from tomorrow onwards started ah?,ham
|
| 544 |
+
"Y cant u try new invention to fly..i'm not joking.,",ham
|
| 545 |
+
"naughty little thought: 'its better to flirt, flirt n flirt, rather than loving someone n gettin hurt, hurt n hurt...:-) Gud nyt",ham
|
| 546 |
+
"Some friends want me to drive em someplace, probably take a while",ham
|
| 547 |
+
Oops. 4 got that bit.,ham
|
| 548 |
+
Wishing you a wonderful week.,ham
|
| 549 |
+
All e best 4 ur driving tmr :-),ham
|
| 550 |
+
Ummmmmaah Many many happy returns of d day my dear sweet heart.. HAPPY BIRTHDAY dear,ham
|
| 551 |
+
I've reached home n i bathe liao... U can call me now...,ham
|
| 552 |
+
yes baby! I need to stretch open your pussy!,ham
|
| 553 |
+
Your right! I'll make the appointment right now.,ham
|
| 554 |
+
"New Mobiles from 2004, MUST GO! Txt: NOKIA to No: 89545 & collect yours today! From ONLY £1. www.4-tc.biz 2optout 087187262701.50gbp/mtmsg18 TXTAUCTION.",spam
|
| 555 |
+
"We have sent JD for Customer Service cum Accounts Executive to ur mail id, For details contact us",ham
|
| 556 |
+
Ü only send me the contents page...,ham
|
| 557 |
+
Delhi and chennai still silent.,ham
|
| 558 |
+
"I.ll always be there, even if its just in spirit. I.ll get a bb soon. Just trying to be sure i need it.",ham
|
| 559 |
+
FREE for 1st week! No1 Nokia tone 4 ur mob every week just txt NOKIA to 8007 Get txting and tell ur mates www.getzed.co.uk POBox 36504 W45WQ norm150p/tone 16+,spam
|
classification/unipredict/phangud-spamcsv/test.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/phangud-spamcsv/train.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/phangud-spamcsv/train.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/prevek18-ames-housing-dataset/metadata.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "prevek18-ames-housing-dataset",
|
| 3 |
+
"benchmark": "unipredict",
|
| 4 |
+
"sub_benchmark": "",
|
| 5 |
+
"task_type": "clf",
|
| 6 |
+
"data_type": "mixed",
|
| 7 |
+
"target_column": "SalePrice",
|
| 8 |
+
"label_values": [
|
| 9 |
+
"between 160000.0 and 213500.0",
|
| 10 |
+
"greater than 213500.0",
|
| 11 |
+
"less than 129500.0",
|
| 12 |
+
"between 129500.0 and 160000.0"
|
| 13 |
+
],
|
| 14 |
+
"num_labels": 4,
|
| 15 |
+
"train_samples": 2634,
|
| 16 |
+
"test_samples": 296,
|
| 17 |
+
"train_label_distribution": {
|
| 18 |
+
"between 129500.0 and 160000.0": 641,
|
| 19 |
+
"less than 129500.0": 657,
|
| 20 |
+
"between 160000.0 and 213500.0": 676,
|
| 21 |
+
"greater than 213500.0": 660
|
| 22 |
+
},
|
| 23 |
+
"test_label_distribution": {
|
| 24 |
+
"greater than 213500.0": 74,
|
| 25 |
+
"less than 129500.0": 74,
|
| 26 |
+
"between 129500.0 and 160000.0": 72,
|
| 27 |
+
"between 160000.0 and 213500.0": 76
|
| 28 |
+
}
|
| 29 |
+
}
|
classification/unipredict/prevek18-ames-housing-dataset/test.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/prevek18-ames-housing-dataset/test.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/prevek18-ames-housing-dataset/train.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/unipredict/prevek18-ames-housing-dataset/train.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|