Linear Regression
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
__pycache__
|
||||
@@ -1,2 +1,4 @@
|
||||
# upo-ml
|
||||
Project for Machine Learning
|
||||
# UPO Machine Learning
|
||||
Project for done using [Python 3.10.8](https://www.python.org/downloads/release/python-3108/)
|
||||
|
||||
|
||||
|
||||
399
datasets/auto-mpg.csv
Normal file
399
datasets/auto-mpg.csv
Normal file
@@ -0,0 +1,399 @@
|
||||
Cylinders,Displacement,HP,Weight,Acceleration,Year,Origin,MPG
|
||||
8,307,130,3504,12,70,1,18
|
||||
8,350,165,3693,11.5,70,1,15
|
||||
8,318,150,3436,11,70,1,18
|
||||
8,304,150,3433,12,70,1,16
|
||||
8,302,140,3449,10.5,70,1,17
|
||||
8,429,198,4341,10,70,1,15
|
||||
8,454,220,4354,9,70,1,14
|
||||
8,440,215,4312,8.5,70,1,14
|
||||
8,455,225,4425,10,70,1,14
|
||||
8,390,190,3850,8.5,70,1,15
|
||||
8,383,170,3563,10,70,1,15
|
||||
8,340,160,3609,8,70,1,14
|
||||
8,400,150,3761,9.5,70,1,15
|
||||
8,455,225,3086,10,70,1,14
|
||||
4,113,95,2372,15,70,3,24
|
||||
6,198,95,2833,15.5,70,1,22
|
||||
6,199,97,2774,15.5,70,1,18
|
||||
6,200,85,2587,16,70,1,21
|
||||
4,97,88,2130,14.5,70,3,27
|
||||
4,97,46,1835,20.5,70,2,26
|
||||
4,110,87,2672,17.5,70,2,25
|
||||
4,107,90,2430,14.5,70,2,24
|
||||
4,104,95,2375,17.5,70,2,25
|
||||
4,121,113,2234,12.5,70,2,26
|
||||
6,199,90,2648,15,70,1,21
|
||||
8,360,215,4615,14,70,1,10
|
||||
8,307,200,4376,15,70,1,10
|
||||
8,318,210,4382,13.5,70,1,11
|
||||
8,304,193,4732,18.5,70,1,9
|
||||
4,97,88,2130,14.5,71,3,27
|
||||
4,140,90,2264,15.5,71,1,28
|
||||
4,113,95,2228,14,71,3,25
|
||||
4,98,?,2046,19,71,1,25
|
||||
6,232,100,2634,13,71,1,19
|
||||
6,225,105,3439,15.5,71,1,16
|
||||
6,250,100,3329,15.5,71,1,17
|
||||
6,250,88,3302,15.5,71,1,19
|
||||
6,232,100,3288,15.5,71,1,18
|
||||
8,350,165,4209,12,71,1,14
|
||||
8,400,175,4464,11.5,71,1,14
|
||||
8,351,153,4154,13.5,71,1,14
|
||||
8,318,150,4096,13,71,1,14
|
||||
8,383,180,4955,11.5,71,1,12
|
||||
8,400,170,4746,12,71,1,13
|
||||
8,400,175,5140,12,71,1,13
|
||||
6,258,110,2962,13.5,71,1,18
|
||||
4,140,72,2408,19,71,1,22
|
||||
6,250,100,3282,15,71,1,19
|
||||
6,250,88,3139,14.5,71,1,18
|
||||
4,122,86,2220,14,71,1,23
|
||||
4,116,90,2123,14,71,2,28
|
||||
4,79,70,2074,19.5,71,2,30
|
||||
4,88,76,2065,14.5,71,2,30
|
||||
4,71,65,1773,19,71,3,31
|
||||
4,72,69,1613,18,71,3,35
|
||||
4,97,60,1834,19,71,2,27
|
||||
4,91,70,1955,20.5,71,1,26
|
||||
4,113,95,2278,15.5,72,3,24
|
||||
4,97.5,80,2126,17,72,1,25
|
||||
4,97,54,2254,23.5,72,2,23
|
||||
4,140,90,2408,19.5,72,1,20
|
||||
4,122,86,2226,16.5,72,1,21
|
||||
8,350,165,4274,12,72,1,13
|
||||
8,400,175,4385,12,72,1,14
|
||||
8,318,150,4135,13.5,72,1,15
|
||||
8,351,153,4129,13,72,1,14
|
||||
8,304,150,3672,11.5,72,1,17
|
||||
8,429,208,4633,11,72,1,11
|
||||
8,350,155,4502,13.5,72,1,13
|
||||
8,350,160,4456,13.5,72,1,12
|
||||
8,400,190,4422,12.5,72,1,13
|
||||
3,70,97,2330,13.5,72,3,19
|
||||
8,304,150,3892,12.5,72,1,15
|
||||
8,307,130,4098,14,72,1,13
|
||||
8,302,140,4294,16,72,1,13
|
||||
8,318,150,4077,14,72,1,14
|
||||
4,121,112,2933,14.5,72,2,18
|
||||
4,121,76,2511,18,72,2,22
|
||||
4,120,87,2979,19.5,72,2,21
|
||||
4,96,69,2189,18,72,2,26
|
||||
4,122,86,2395,16,72,1,22
|
||||
4,97,92,2288,17,72,3,28
|
||||
4,120,97,2506,14.5,72,3,23
|
||||
4,98,80,2164,15,72,1,28
|
||||
4,97,88,2100,16.5,72,3,27
|
||||
8,350,175,4100,13,73,1,13
|
||||
8,304,150,3672,11.5,73,1,14
|
||||
8,350,145,3988,13,73,1,13
|
||||
8,302,137,4042,14.5,73,1,14
|
||||
8,318,150,3777,12.5,73,1,15
|
||||
8,429,198,4952,11.5,73,1,12
|
||||
8,400,150,4464,12,73,1,13
|
||||
8,351,158,4363,13,73,1,13
|
||||
8,318,150,4237,14.5,73,1,14
|
||||
8,440,215,4735,11,73,1,13
|
||||
8,455,225,4951,11,73,1,12
|
||||
8,360,175,3821,11,73,1,13
|
||||
6,225,105,3121,16.5,73,1,18
|
||||
6,250,100,3278,18,73,1,16
|
||||
6,232,100,2945,16,73,1,18
|
||||
6,250,88,3021,16.5,73,1,18
|
||||
6,198,95,2904,16,73,1,23
|
||||
4,97,46,1950,21,73,2,26
|
||||
8,400,150,4997,14,73,1,11
|
||||
8,400,167,4906,12.5,73,1,12
|
||||
8,360,170,4654,13,73,1,13
|
||||
8,350,180,4499,12.5,73,1,12
|
||||
6,232,100,2789,15,73,1,18
|
||||
4,97,88,2279,19,73,3,20
|
||||
4,140,72,2401,19.5,73,1,21
|
||||
4,108,94,2379,16.5,73,3,22
|
||||
3,70,90,2124,13.5,73,3,18
|
||||
4,122,85,2310,18.5,73,1,19
|
||||
6,155,107,2472,14,73,1,21
|
||||
4,98,90,2265,15.5,73,2,26
|
||||
8,350,145,4082,13,73,1,15
|
||||
8,400,230,4278,9.5,73,1,16
|
||||
4,68,49,1867,19.5,73,2,29
|
||||
4,116,75,2158,15.5,73,2,24
|
||||
4,114,91,2582,14,73,2,20
|
||||
4,121,112,2868,15.5,73,2,19
|
||||
8,318,150,3399,11,73,1,15
|
||||
4,121,110,2660,14,73,2,24
|
||||
6,156,122,2807,13.5,73,3,20
|
||||
8,350,180,3664,11,73,1,11
|
||||
6,198,95,3102,16.5,74,1,20
|
||||
6,200,?,2875,17,74,1,21
|
||||
6,232,100,2901,16,74,1,19
|
||||
6,250,100,3336,17,74,1,15
|
||||
4,79,67,1950,19,74,3,31
|
||||
4,122,80,2451,16.5,74,1,26
|
||||
4,71,65,1836,21,74,3,32
|
||||
4,140,75,2542,17,74,1,25
|
||||
6,250,100,3781,17,74,1,16
|
||||
6,258,110,3632,18,74,1,16
|
||||
6,225,105,3613,16.5,74,1,18
|
||||
8,302,140,4141,14,74,1,16
|
||||
8,350,150,4699,14.5,74,1,13
|
||||
8,318,150,4457,13.5,74,1,14
|
||||
8,302,140,4638,16,74,1,14
|
||||
8,304,150,4257,15.5,74,1,14
|
||||
4,98,83,2219,16.5,74,2,29
|
||||
4,79,67,1963,15.5,74,2,26
|
||||
4,97,78,2300,14.5,74,2,26
|
||||
4,76,52,1649,16.5,74,3,31
|
||||
4,83,61,2003,19,74,3,32
|
||||
4,90,75,2125,14.5,74,1,28
|
||||
4,90,75,2108,15.5,74,2,24
|
||||
4,116,75,2246,14,74,2,26
|
||||
4,120,97,2489,15,74,3,24
|
||||
4,108,93,2391,15.5,74,3,26
|
||||
4,79,67,2000,16,74,2,31
|
||||
6,225,95,3264,16,75,1,19
|
||||
6,250,105,3459,16,75,1,18
|
||||
6,250,72,3432,21,75,1,15
|
||||
6,250,72,3158,19.5,75,1,15
|
||||
8,400,170,4668,11.5,75,1,16
|
||||
8,350,145,4440,14,75,1,15
|
||||
8,318,150,4498,14.5,75,1,16
|
||||
8,351,148,4657,13.5,75,1,14
|
||||
6,231,110,3907,21,75,1,17
|
||||
6,250,105,3897,18.5,75,1,16
|
||||
6,258,110,3730,19,75,1,15
|
||||
6,225,95,3785,19,75,1,18
|
||||
6,231,110,3039,15,75,1,21
|
||||
8,262,110,3221,13.5,75,1,20
|
||||
8,302,129,3169,12,75,1,13
|
||||
4,97,75,2171,16,75,3,29
|
||||
4,140,83,2639,17,75,1,23
|
||||
6,232,100,2914,16,75,1,20
|
||||
4,140,78,2592,18.5,75,1,23
|
||||
4,134,96,2702,13.5,75,3,24
|
||||
4,90,71,2223,16.5,75,2,25
|
||||
4,119,97,2545,17,75,3,24
|
||||
6,171,97,2984,14.5,75,1,18
|
||||
4,90,70,1937,14,75,2,29
|
||||
6,232,90,3211,17,75,1,19
|
||||
4,115,95,2694,15,75,2,23
|
||||
4,120,88,2957,17,75,2,23
|
||||
4,121,98,2945,14.5,75,2,22
|
||||
4,121,115,2671,13.5,75,2,25
|
||||
4,91,53,1795,17.5,75,3,33
|
||||
4,107,86,2464,15.5,76,2,28
|
||||
4,116,81,2220,16.9,76,2,25
|
||||
4,140,92,2572,14.9,76,1,25
|
||||
4,98,79,2255,17.7,76,1,26
|
||||
4,101,83,2202,15.3,76,2,27
|
||||
8,305,140,4215,13,76,1,17.5
|
||||
8,318,150,4190,13,76,1,16
|
||||
8,304,120,3962,13.9,76,1,15.5
|
||||
8,351,152,4215,12.8,76,1,14.5
|
||||
6,225,100,3233,15.4,76,1,22
|
||||
6,250,105,3353,14.5,76,1,22
|
||||
6,200,81,3012,17.6,76,1,24
|
||||
6,232,90,3085,17.6,76,1,22.5
|
||||
4,85,52,2035,22.2,76,1,29
|
||||
4,98,60,2164,22.1,76,1,24.5
|
||||
4,90,70,1937,14.2,76,2,29
|
||||
4,91,53,1795,17.4,76,3,33
|
||||
6,225,100,3651,17.7,76,1,20
|
||||
6,250,78,3574,21,76,1,18
|
||||
6,250,110,3645,16.2,76,1,18.5
|
||||
6,258,95,3193,17.8,76,1,17.5
|
||||
4,97,71,1825,12.2,76,2,29.5
|
||||
4,85,70,1990,17,76,3,32
|
||||
4,97,75,2155,16.4,76,3,28
|
||||
4,140,72,2565,13.6,76,1,26.5
|
||||
4,130,102,3150,15.7,76,2,20
|
||||
8,318,150,3940,13.2,76,1,13
|
||||
4,120,88,3270,21.9,76,2,19
|
||||
6,156,108,2930,15.5,76,3,19
|
||||
6,168,120,3820,16.7,76,2,16.5
|
||||
8,350,180,4380,12.1,76,1,16.5
|
||||
8,350,145,4055,12,76,1,13
|
||||
8,302,130,3870,15,76,1,13
|
||||
8,318,150,3755,14,76,1,13
|
||||
4,98,68,2045,18.5,77,3,31.5
|
||||
4,111,80,2155,14.8,77,1,30
|
||||
4,79,58,1825,18.6,77,2,36
|
||||
4,122,96,2300,15.5,77,1,25.5
|
||||
4,85,70,1945,16.8,77,3,33.5
|
||||
8,305,145,3880,12.5,77,1,17.5
|
||||
8,260,110,4060,19,77,1,17
|
||||
8,318,145,4140,13.7,77,1,15.5
|
||||
8,302,130,4295,14.9,77,1,15
|
||||
6,250,110,3520,16.4,77,1,17.5
|
||||
6,231,105,3425,16.9,77,1,20.5
|
||||
6,225,100,3630,17.7,77,1,19
|
||||
6,250,98,3525,19,77,1,18.5
|
||||
8,400,180,4220,11.1,77,1,16
|
||||
8,350,170,4165,11.4,77,1,15.5
|
||||
8,400,190,4325,12.2,77,1,15.5
|
||||
8,351,149,4335,14.5,77,1,16
|
||||
4,97,78,1940,14.5,77,2,29
|
||||
4,151,88,2740,16,77,1,24.5
|
||||
4,97,75,2265,18.2,77,3,26
|
||||
4,140,89,2755,15.8,77,1,25.5
|
||||
4,98,63,2051,17,77,1,30.5
|
||||
4,98,83,2075,15.9,77,1,33.5
|
||||
4,97,67,1985,16.4,77,3,30
|
||||
4,97,78,2190,14.1,77,2,30.5
|
||||
6,146,97,2815,14.5,77,3,22
|
||||
4,121,110,2600,12.8,77,2,21.5
|
||||
3,80,110,2720,13.5,77,3,21.5
|
||||
4,90,48,1985,21.5,78,2,43.1
|
||||
4,98,66,1800,14.4,78,1,36.1
|
||||
4,78,52,1985,19.4,78,3,32.8
|
||||
4,85,70,2070,18.6,78,3,39.4
|
||||
4,91,60,1800,16.4,78,3,36.1
|
||||
8,260,110,3365,15.5,78,1,19.9
|
||||
8,318,140,3735,13.2,78,1,19.4
|
||||
8,302,139,3570,12.8,78,1,20.2
|
||||
6,231,105,3535,19.2,78,1,19.2
|
||||
6,200,95,3155,18.2,78,1,20.5
|
||||
6,200,85,2965,15.8,78,1,20.2
|
||||
4,140,88,2720,15.4,78,1,25.1
|
||||
6,225,100,3430,17.2,78,1,20.5
|
||||
6,232,90,3210,17.2,78,1,19.4
|
||||
6,231,105,3380,15.8,78,1,20.6
|
||||
6,200,85,3070,16.7,78,1,20.8
|
||||
6,225,110,3620,18.7,78,1,18.6
|
||||
6,258,120,3410,15.1,78,1,18.1
|
||||
8,305,145,3425,13.2,78,1,19.2
|
||||
6,231,165,3445,13.4,78,1,17.7
|
||||
8,302,139,3205,11.2,78,1,18.1
|
||||
8,318,140,4080,13.7,78,1,17.5
|
||||
4,98,68,2155,16.5,78,1,30
|
||||
4,134,95,2560,14.2,78,3,27.5
|
||||
4,119,97,2300,14.7,78,3,27.2
|
||||
4,105,75,2230,14.5,78,1,30.9
|
||||
4,134,95,2515,14.8,78,3,21.1
|
||||
4,156,105,2745,16.7,78,1,23.2
|
||||
4,151,85,2855,17.6,78,1,23.8
|
||||
4,119,97,2405,14.9,78,3,23.9
|
||||
5,131,103,2830,15.9,78,2,20.3
|
||||
6,163,125,3140,13.6,78,2,17
|
||||
4,121,115,2795,15.7,78,2,21.6
|
||||
6,163,133,3410,15.8,78,2,16.2
|
||||
4,89,71,1990,14.9,78,2,31.5
|
||||
4,98,68,2135,16.6,78,3,29.5
|
||||
6,231,115,3245,15.4,79,1,21.5
|
||||
6,200,85,2990,18.2,79,1,19.8
|
||||
4,140,88,2890,17.3,79,1,22.3
|
||||
6,232,90,3265,18.2,79,1,20.2
|
||||
6,225,110,3360,16.6,79,1,20.6
|
||||
8,305,130,3840,15.4,79,1,17
|
||||
8,302,129,3725,13.4,79,1,17.6
|
||||
8,351,138,3955,13.2,79,1,16.5
|
||||
8,318,135,3830,15.2,79,1,18.2
|
||||
8,350,155,4360,14.9,79,1,16.9
|
||||
8,351,142,4054,14.3,79,1,15.5
|
||||
8,267,125,3605,15,79,1,19.2
|
||||
8,360,150,3940,13,79,1,18.5
|
||||
4,89,71,1925,14,79,2,31.9
|
||||
4,86,65,1975,15.2,79,3,34.1
|
||||
4,98,80,1915,14.4,79,1,35.7
|
||||
4,121,80,2670,15,79,1,27.4
|
||||
5,183,77,3530,20.1,79,2,25.4
|
||||
8,350,125,3900,17.4,79,1,23
|
||||
4,141,71,3190,24.8,79,2,27.2
|
||||
8,260,90,3420,22.2,79,1,23.9
|
||||
4,105,70,2200,13.2,79,1,34.2
|
||||
4,105,70,2150,14.9,79,1,34.5
|
||||
4,85,65,2020,19.2,79,3,31.8
|
||||
4,91,69,2130,14.7,79,2,37.3
|
||||
4,151,90,2670,16,79,1,28.4
|
||||
6,173,115,2595,11.3,79,1,28.8
|
||||
6,173,115,2700,12.9,79,1,26.8
|
||||
4,151,90,2556,13.2,79,1,33.5
|
||||
4,98,76,2144,14.7,80,2,41.5
|
||||
4,89,60,1968,18.8,80,3,38.1
|
||||
4,98,70,2120,15.5,80,1,32.1
|
||||
4,86,65,2019,16.4,80,3,37.2
|
||||
4,151,90,2678,16.5,80,1,28
|
||||
4,140,88,2870,18.1,80,1,26.4
|
||||
4,151,90,3003,20.1,80,1,24.3
|
||||
6,225,90,3381,18.7,80,1,19.1
|
||||
4,97,78,2188,15.8,80,2,34.3
|
||||
4,134,90,2711,15.5,80,3,29.8
|
||||
4,120,75,2542,17.5,80,3,31.3
|
||||
4,119,92,2434,15,80,3,37
|
||||
4,108,75,2265,15.2,80,3,32.2
|
||||
4,86,65,2110,17.9,80,3,46.6
|
||||
4,156,105,2800,14.4,80,1,27.9
|
||||
4,85,65,2110,19.2,80,3,40.8
|
||||
4,90,48,2085,21.7,80,2,44.3
|
||||
4,90,48,2335,23.7,80,2,43.4
|
||||
5,121,67,2950,19.9,80,2,36.4
|
||||
4,146,67,3250,21.8,80,2,30
|
||||
4,91,67,1850,13.8,80,3,44.6
|
||||
4,85,?,1835,17.3,80,2,40.9
|
||||
4,97,67,2145,18,80,3,33.8
|
||||
4,89,62,1845,15.3,80,2,29.8
|
||||
6,168,132,2910,11.4,80,3,32.7
|
||||
3,70,100,2420,12.5,80,3,23.7
|
||||
4,122,88,2500,15.1,80,2,35
|
||||
4,140,?,2905,14.3,80,1,23.6
|
||||
4,107,72,2290,17,80,3,32.4
|
||||
4,135,84,2490,15.7,81,1,27.2
|
||||
4,151,84,2635,16.4,81,1,26.6
|
||||
4,156,92,2620,14.4,81,1,25.8
|
||||
6,173,110,2725,12.6,81,1,23.5
|
||||
4,135,84,2385,12.9,81,1,30
|
||||
4,79,58,1755,16.9,81,3,39.1
|
||||
4,86,64,1875,16.4,81,1,39
|
||||
4,81,60,1760,16.1,81,3,35.1
|
||||
4,97,67,2065,17.8,81,3,32.3
|
||||
4,85,65,1975,19.4,81,3,37
|
||||
4,89,62,2050,17.3,81,3,37.7
|
||||
4,91,68,1985,16,81,3,34.1
|
||||
4,105,63,2215,14.9,81,1,34.7
|
||||
4,98,65,2045,16.2,81,1,34.4
|
||||
4,98,65,2380,20.7,81,1,29.9
|
||||
4,105,74,2190,14.2,81,2,33
|
||||
4,100,?,2320,15.8,81,2,34.5
|
||||
4,107,75,2210,14.4,81,3,33.7
|
||||
4,108,75,2350,16.8,81,3,32.4
|
||||
4,119,100,2615,14.8,81,3,32.9
|
||||
4,120,74,2635,18.3,81,3,31.6
|
||||
4,141,80,3230,20.4,81,2,28.1
|
||||
6,145,76,3160,19.6,81,2,30.7
|
||||
6,168,116,2900,12.6,81,3,25.4
|
||||
6,146,120,2930,13.8,81,3,24.2
|
||||
6,231,110,3415,15.8,81,1,22.4
|
||||
8,350,105,3725,19,81,1,26.6
|
||||
6,200,88,3060,17.1,81,1,20.2
|
||||
6,225,85,3465,16.6,81,1,17.6
|
||||
4,112,88,2605,19.6,82,1,28
|
||||
4,112,88,2640,18.6,82,1,27
|
||||
4,112,88,2395,18,82,1,34
|
||||
4,112,85,2575,16.2,82,1,31
|
||||
4,135,84,2525,16,82,1,29
|
||||
4,151,90,2735,18,82,1,27
|
||||
4,140,92,2865,16.4,82,1,24
|
||||
4,151,?,3035,20.5,82,1,23
|
||||
4,105,74,1980,15.3,82,2,36
|
||||
4,91,68,2025,18.2,82,3,37
|
||||
4,91,68,1970,17.6,82,3,31
|
||||
4,105,63,2125,14.7,82,1,38
|
||||
4,98,70,2125,17.3,82,1,36
|
||||
4,120,88,2160,14.5,82,3,36
|
||||
4,107,75,2205,14.5,82,3,36
|
||||
4,108,70,2245,16.9,82,3,34
|
||||
4,91,67,1965,15,82,3,38
|
||||
4,91,67,1965,15.7,82,3,32
|
||||
4,91,67,1995,16.2,82,3,38
|
||||
6,181,110,2945,16.4,82,1,25
|
||||
6,262,85,3015,17,82,1,38
|
||||
4,156,92,2585,14.5,82,1,26
|
||||
6,232,112,2835,14.7,82,1,22
|
||||
4,144,96,2665,13.9,82,3,32
|
||||
4,135,84,2370,13,82,1,36
|
||||
4,151,90,2950,17.3,82,1,27
|
||||
4,140,86,2790,15.6,82,1,27
|
||||
4,97,52,2130,24.6,82,2,44
|
||||
4,135,84,2295,11.6,82,1,32
|
||||
4,120,79,2625,18.6,82,1,28
|
||||
4,119,82,2720,19.4,82,1,31
|
||||
|
271
datasets/heart.csv
Normal file
271
datasets/heart.csv
Normal file
@@ -0,0 +1,271 @@
|
||||
Age,Sex,ChestPainType,RestBloodPressure,SerumCholestoral,FastBloodSugar,RestElectrocard,MaxHeartRate,Angina,Oldpeak,SlopePeak,NumVessels,Thal,Disease
|
||||
70,1,4,130,322,0,2,109,0,2.4,2,3,3,2
|
||||
67,0,3,115,564,0,2,160,0,1.6,2,0,7,1
|
||||
57,1,2,124,261,0,0,141,0,0.3,1,0,7,2
|
||||
64,1,4,128,263,0,0,105,1,0.2,2,1,7,1
|
||||
74,0,2,120,269,0,2,121,1,0.2,1,1,3,1
|
||||
65,1,4,120,177,0,0,140,0,0.4,1,0,7,1
|
||||
56,1,3,130,256,1,2,142,1,0.6,2,1,6,2
|
||||
59,1,4,110,239,0,2,142,1,1.2,2,1,7,2
|
||||
60,1,4,140,293,0,2,170,0,1.2,2,2,7,2
|
||||
63,0,4,150,407,0,2,154,0,4,2,3,7,2
|
||||
59,1,4,135,234,0,0,161,0,0.5,2,0,7,1
|
||||
53,1,4,142,226,0,2,111,1,0,1,0,7,1
|
||||
44,1,3,140,235,0,2,180,0,0,1,0,3,1
|
||||
61,1,1,134,234,0,0,145,0,2.6,2,2,3,2
|
||||
57,0,4,128,303,0,2,159,0,0,1,1,3,1
|
||||
71,0,4,112,149,0,0,125,0,1.6,2,0,3,1
|
||||
46,1,4,140,311,0,0,120,1,1.8,2,2,7,2
|
||||
53,1,4,140,203,1,2,155,1,3.1,3,0,7,2
|
||||
64,1,1,110,211,0,2,144,1,1.8,2,0,3,1
|
||||
40,1,1,140,199,0,0,178,1,1.4,1,0,7,1
|
||||
67,1,4,120,229,0,2,129,1,2.6,2,2,7,2
|
||||
48,1,2,130,245,0,2,180,0,0.2,2,0,3,1
|
||||
43,1,4,115,303,0,0,181,0,1.2,2,0,3,1
|
||||
47,1,4,112,204,0,0,143,0,0.1,1,0,3,1
|
||||
54,0,2,132,288,1,2,159,1,0,1,1,3,1
|
||||
48,0,3,130,275,0,0,139,0,0.2,1,0,3,1
|
||||
46,0,4,138,243,0,2,152,1,0,2,0,3,1
|
||||
51,0,3,120,295,0,2,157,0,0.6,1,0,3,1
|
||||
58,1,3,112,230,0,2,165,0,2.5,2,1,7,2
|
||||
71,0,3,110,265,1,2,130,0,0,1,1,3,1
|
||||
57,1,3,128,229,0,2,150,0,0.4,2,1,7,2
|
||||
66,1,4,160,228,0,2,138,0,2.3,1,0,6,1
|
||||
37,0,3,120,215,0,0,170,0,0,1,0,3,1
|
||||
59,1,4,170,326,0,2,140,1,3.4,3,0,7,2
|
||||
50,1,4,144,200,0,2,126,1,0.9,2,0,7,2
|
||||
48,1,4,130,256,1,2,150,1,0,1,2,7,2
|
||||
61,1,4,140,207,0,2,138,1,1.9,1,1,7,2
|
||||
59,1,1,160,273,0,2,125,0,0,1,0,3,2
|
||||
42,1,3,130,180,0,0,150,0,0,1,0,3,1
|
||||
48,1,4,122,222,0,2,186,0,0,1,0,3,1
|
||||
40,1,4,152,223,0,0,181,0,0,1,0,7,2
|
||||
62,0,4,124,209,0,0,163,0,0,1,0,3,1
|
||||
44,1,3,130,233,0,0,179,1,0.4,1,0,3,1
|
||||
46,1,2,101,197,1,0,156,0,0,1,0,7,1
|
||||
59,1,3,126,218,1,0,134,0,2.2,2,1,6,2
|
||||
58,1,3,140,211,1,2,165,0,0,1,0,3,1
|
||||
49,1,3,118,149,0,2,126,0,0.8,1,3,3,2
|
||||
44,1,4,110,197,0,2,177,0,0,1,1,3,2
|
||||
66,1,2,160,246,0,0,120,1,0,2,3,6,2
|
||||
65,0,4,150,225,0,2,114,0,1,2,3,7,2
|
||||
42,1,4,136,315,0,0,125,1,1.8,2,0,6,2
|
||||
52,1,2,128,205,1,0,184,0,0,1,0,3,1
|
||||
65,0,3,140,417,1,2,157,0,0.8,1,1,3,1
|
||||
63,0,2,140,195,0,0,179,0,0,1,2,3,1
|
||||
45,0,2,130,234,0,2,175,0,0.6,2,0,3,1
|
||||
41,0,2,105,198,0,0,168,0,0,1,1,3,1
|
||||
61,1,4,138,166,0,2,125,1,3.6,2,1,3,2
|
||||
60,0,3,120,178,1,0,96,0,0,1,0,3,1
|
||||
59,0,4,174,249,0,0,143,1,0,2,0,3,2
|
||||
62,1,2,120,281,0,2,103,0,1.4,2,1,7,2
|
||||
57,1,3,150,126,1,0,173,0,0.2,1,1,7,1
|
||||
51,0,4,130,305,0,0,142,1,1.2,2,0,7,2
|
||||
44,1,3,120,226,0,0,169,0,0,1,0,3,1
|
||||
60,0,1,150,240,0,0,171,0,0.9,1,0,3,1
|
||||
63,1,1,145,233,1,2,150,0,2.3,3,0,6,1
|
||||
57,1,4,150,276,0,2,112,1,0.6,2,1,6,2
|
||||
51,1,4,140,261,0,2,186,1,0,1,0,3,1
|
||||
58,0,2,136,319,1,2,152,0,0,1,2,3,2
|
||||
44,0,3,118,242,0,0,149,0,0.3,2,1,3,1
|
||||
47,1,3,108,243,0,0,152,0,0,1,0,3,2
|
||||
61,1,4,120,260,0,0,140,1,3.6,2,1,7,2
|
||||
57,0,4,120,354,0,0,163,1,0.6,1,0,3,1
|
||||
70,1,2,156,245,0,2,143,0,0,1,0,3,1
|
||||
76,0,3,140,197,0,1,116,0,1.1,2,0,3,1
|
||||
67,0,4,106,223,0,0,142,0,0.3,1,2,3,1
|
||||
45,1,4,142,309,0,2,147,1,0,2,3,7,2
|
||||
45,1,4,104,208,0,2,148,1,3,2,0,3,1
|
||||
39,0,3,94,199,0,0,179,0,0,1,0,3,1
|
||||
42,0,3,120,209,0,0,173,0,0,2,0,3,1
|
||||
56,1,2,120,236,0,0,178,0,0.8,1,0,3,1
|
||||
58,1,4,146,218,0,0,105,0,2,2,1,7,2
|
||||
35,1,4,120,198,0,0,130,1,1.6,2,0,7,2
|
||||
58,1,4,150,270,0,2,111,1,0.8,1,0,7,2
|
||||
41,1,3,130,214,0,2,168,0,2,2,0,3,1
|
||||
57,1,4,110,201,0,0,126,1,1.5,2,0,6,1
|
||||
42,1,1,148,244,0,2,178,0,0.8,1,2,3,1
|
||||
62,1,2,128,208,1,2,140,0,0,1,0,3,1
|
||||
59,1,1,178,270,0,2,145,0,4.2,3,0,7,1
|
||||
41,0,2,126,306,0,0,163,0,0,1,0,3,1
|
||||
50,1,4,150,243,0,2,128,0,2.6,2,0,7,2
|
||||
59,1,2,140,221,0,0,164,1,0,1,0,3,1
|
||||
61,0,4,130,330,0,2,169,0,0,1,0,3,2
|
||||
54,1,4,124,266,0,2,109,1,2.2,2,1,7,2
|
||||
54,1,4,110,206,0,2,108,1,0,2,1,3,2
|
||||
52,1,4,125,212,0,0,168,0,1,1,2,7,2
|
||||
47,1,4,110,275,0,2,118,1,1,2,1,3,2
|
||||
66,1,4,120,302,0,2,151,0,0.4,2,0,3,1
|
||||
58,1,4,100,234,0,0,156,0,0.1,1,1,7,2
|
||||
64,0,3,140,313,0,0,133,0,0.2,1,0,7,1
|
||||
50,0,2,120,244,0,0,162,0,1.1,1,0,3,1
|
||||
44,0,3,108,141,0,0,175,0,0.6,2,0,3,1
|
||||
67,1,4,120,237,0,0,71,0,1,2,0,3,2
|
||||
49,0,4,130,269,0,0,163,0,0,1,0,3,1
|
||||
57,1,4,165,289,1,2,124,0,1,2,3,7,2
|
||||
63,1,4,130,254,0,2,147,0,1.4,2,1,7,2
|
||||
48,1,4,124,274,0,2,166,0,0.5,2,0,7,2
|
||||
51,1,3,100,222,0,0,143,1,1.2,2,0,3,1
|
||||
60,0,4,150,258,0,2,157,0,2.6,2,2,7,2
|
||||
59,1,4,140,177,0,0,162,1,0,1,1,7,2
|
||||
45,0,2,112,160,0,0,138,0,0,2,0,3,1
|
||||
55,0,4,180,327,0,1,117,1,3.4,2,0,3,2
|
||||
41,1,2,110,235,0,0,153,0,0,1,0,3,1
|
||||
60,0,4,158,305,0,2,161,0,0,1,0,3,2
|
||||
54,0,3,135,304,1,0,170,0,0,1,0,3,1
|
||||
42,1,2,120,295,0,0,162,0,0,1,0,3,1
|
||||
49,0,2,134,271,0,0,162,0,0,2,0,3,1
|
||||
46,1,4,120,249,0,2,144,0,0.8,1,0,7,2
|
||||
56,0,4,200,288,1,2,133,1,4,3,2,7,2
|
||||
66,0,1,150,226,0,0,114,0,2.6,3,0,3,1
|
||||
56,1,4,130,283,1,2,103,1,1.6,3,0,7,2
|
||||
49,1,3,120,188,0,0,139,0,2,2,3,7,2
|
||||
54,1,4,122,286,0,2,116,1,3.2,2,2,3,2
|
||||
57,1,4,152,274,0,0,88,1,1.2,2,1,7,2
|
||||
65,0,3,160,360,0,2,151,0,0.8,1,0,3,1
|
||||
54,1,3,125,273,0,2,152,0,0.5,3,1,3,1
|
||||
54,0,3,160,201,0,0,163,0,0,1,1,3,1
|
||||
62,1,4,120,267,0,0,99,1,1.8,2,2,7,2
|
||||
52,0,3,136,196,0,2,169,0,0.1,2,0,3,1
|
||||
52,1,2,134,201,0,0,158,0,0.8,1,1,3,1
|
||||
60,1,4,117,230,1,0,160,1,1.4,1,2,7,2
|
||||
63,0,4,108,269,0,0,169,1,1.8,2,2,3,2
|
||||
66,1,4,112,212,0,2,132,1,0.1,1,1,3,2
|
||||
42,1,4,140,226,0,0,178,0,0,1,0,3,1
|
||||
64,1,4,120,246,0,2,96,1,2.2,3,1,3,2
|
||||
54,1,3,150,232,0,2,165,0,1.6,1,0,7,1
|
||||
46,0,3,142,177,0,2,160,1,1.4,3,0,3,1
|
||||
67,0,3,152,277,0,0,172,0,0,1,1,3,1
|
||||
56,1,4,125,249,1,2,144,1,1.2,2,1,3,2
|
||||
34,0,2,118,210,0,0,192,0,0.7,1,0,3,1
|
||||
57,1,4,132,207,0,0,168,1,0,1,0,7,1
|
||||
64,1,4,145,212,0,2,132,0,2,2,2,6,2
|
||||
59,1,4,138,271,0,2,182,0,0,1,0,3,1
|
||||
50,1,3,140,233,0,0,163,0,0.6,2,1,7,2
|
||||
51,1,1,125,213,0,2,125,1,1.4,1,1,3,1
|
||||
54,1,2,192,283,0,2,195,0,0,1,1,7,2
|
||||
53,1,4,123,282,0,0,95,1,2,2,2,7,2
|
||||
52,1,4,112,230,0,0,160,0,0,1,1,3,2
|
||||
40,1,4,110,167,0,2,114,1,2,2,0,7,2
|
||||
58,1,3,132,224,0,2,173,0,3.2,1,2,7,2
|
||||
41,0,3,112,268,0,2,172,1,0,1,0,3,1
|
||||
41,1,3,112,250,0,0,179,0,0,1,0,3,1
|
||||
50,0,3,120,219,0,0,158,0,1.6,2,0,3,1
|
||||
54,0,3,108,267,0,2,167,0,0,1,0,3,1
|
||||
64,0,4,130,303,0,0,122,0,2,2,2,3,1
|
||||
51,0,3,130,256,0,2,149,0,0.5,1,0,3,1
|
||||
46,0,2,105,204,0,0,172,0,0,1,0,3,1
|
||||
55,1,4,140,217,0,0,111,1,5.6,3,0,7,2
|
||||
45,1,2,128,308,0,2,170,0,0,1,0,3,1
|
||||
56,1,1,120,193,0,2,162,0,1.9,2,0,7,1
|
||||
66,0,4,178,228,1,0,165,1,1,2,2,7,2
|
||||
38,1,1,120,231,0,0,182,1,3.8,2,0,7,2
|
||||
62,0,4,150,244,0,0,154,1,1.4,2,0,3,2
|
||||
55,1,2,130,262,0,0,155,0,0,1,0,3,1
|
||||
58,1,4,128,259,0,2,130,1,3,2,2,7,2
|
||||
43,1,4,110,211,0,0,161,0,0,1,0,7,1
|
||||
64,0,4,180,325,0,0,154,1,0,1,0,3,1
|
||||
50,0,4,110,254,0,2,159,0,0,1,0,3,1
|
||||
53,1,3,130,197,1,2,152,0,1.2,3,0,3,1
|
||||
45,0,4,138,236,0,2,152,1,0.2,2,0,3,1
|
||||
65,1,1,138,282,1,2,174,0,1.4,2,1,3,2
|
||||
69,1,1,160,234,1,2,131,0,0.1,2,1,3,1
|
||||
69,1,3,140,254,0,2,146,0,2,2,3,7,2
|
||||
67,1,4,100,299,0,2,125,1,0.9,2,2,3,2
|
||||
68,0,3,120,211,0,2,115,0,1.5,2,0,3,1
|
||||
34,1,1,118,182,0,2,174,0,0,1,0,3,1
|
||||
62,0,4,138,294,1,0,106,0,1.9,2,3,3,2
|
||||
51,1,4,140,298,0,0,122,1,4.2,2,3,7,2
|
||||
46,1,3,150,231,0,0,147,0,3.6,2,0,3,2
|
||||
67,1,4,125,254,1,0,163,0,0.2,2,2,7,2
|
||||
50,1,3,129,196,0,0,163,0,0,1,0,3,1
|
||||
42,1,3,120,240,1,0,194,0,0.8,3,0,7,1
|
||||
56,0,4,134,409,0,2,150,1,1.9,2,2,7,2
|
||||
41,1,4,110,172,0,2,158,0,0,1,0,7,2
|
||||
42,0,4,102,265,0,2,122,0,0.6,2,0,3,1
|
||||
53,1,3,130,246,1,2,173,0,0,1,3,3,1
|
||||
43,1,3,130,315,0,0,162,0,1.9,1,1,3,1
|
||||
56,1,4,132,184,0,2,105,1,2.1,2,1,6,2
|
||||
52,1,4,108,233,1,0,147,0,0.1,1,3,7,1
|
||||
62,0,4,140,394,0,2,157,0,1.2,2,0,3,1
|
||||
70,1,3,160,269,0,0,112,1,2.9,2,1,7,2
|
||||
54,1,4,140,239,0,0,160,0,1.2,1,0,3,1
|
||||
70,1,4,145,174,0,0,125,1,2.6,3,0,7,2
|
||||
54,1,2,108,309,0,0,156,0,0,1,0,7,1
|
||||
35,1,4,126,282,0,2,156,1,0,1,0,7,2
|
||||
48,1,3,124,255,1,0,175,0,0,1,2,3,1
|
||||
55,0,2,135,250,0,2,161,0,1.4,2,0,3,1
|
||||
58,0,4,100,248,0,2,122,0,1,2,0,3,1
|
||||
54,0,3,110,214,0,0,158,0,1.6,2,0,3,1
|
||||
69,0,1,140,239,0,0,151,0,1.8,1,2,3,1
|
||||
77,1,4,125,304,0,2,162,1,0,1,3,3,2
|
||||
68,1,3,118,277,0,0,151,0,1,1,1,7,1
|
||||
58,1,4,125,300,0,2,171,0,0,1,2,7,2
|
||||
60,1,4,125,258,0,2,141,1,2.8,2,1,7,2
|
||||
51,1,4,140,299,0,0,173,1,1.6,1,0,7,2
|
||||
55,1,4,160,289,0,2,145,1,0.8,2,1,7,2
|
||||
52,1,1,152,298,1,0,178,0,1.2,2,0,7,1
|
||||
60,0,3,102,318,0,0,160,0,0,1,1,3,1
|
||||
58,1,3,105,240,0,2,154,1,0.6,2,0,7,1
|
||||
64,1,3,125,309,0,0,131,1,1.8,2,0,7,2
|
||||
37,1,3,130,250,0,0,187,0,3.5,3,0,3,1
|
||||
59,1,1,170,288,0,2,159,0,0.2,2,0,7,2
|
||||
51,1,3,125,245,1,2,166,0,2.4,2,0,3,1
|
||||
43,0,3,122,213,0,0,165,0,0.2,2,0,3,1
|
||||
58,1,4,128,216,0,2,131,1,2.2,2,3,7,2
|
||||
29,1,2,130,204,0,2,202,0,0,1,0,3,1
|
||||
41,0,2,130,204,0,2,172,0,1.4,1,0,3,1
|
||||
63,0,3,135,252,0,2,172,0,0,1,0,3,1
|
||||
51,1,3,94,227,0,0,154,1,0,1,1,7,1
|
||||
54,1,3,120,258,0,2,147,0,0.4,2,0,7,1
|
||||
44,1,2,120,220,0,0,170,0,0,1,0,3,1
|
||||
54,1,4,110,239,0,0,126,1,2.8,2,1,7,2
|
||||
65,1,4,135,254,0,2,127,0,2.8,2,1,7,2
|
||||
57,1,3,150,168,0,0,174,0,1.6,1,0,3,1
|
||||
63,1,4,130,330,1,2,132,1,1.8,1,3,7,2
|
||||
35,0,4,138,183,0,0,182,0,1.4,1,0,3,1
|
||||
41,1,2,135,203,0,0,132,0,0,2,0,6,1
|
||||
62,0,3,130,263,0,0,97,0,1.2,2,1,7,2
|
||||
43,0,4,132,341,1,2,136,1,3,2,0,7,2
|
||||
58,0,1,150,283,1,2,162,0,1,1,0,3,1
|
||||
52,1,1,118,186,0,2,190,0,0,2,0,6,1
|
||||
61,0,4,145,307,0,2,146,1,1,2,0,7,2
|
||||
39,1,4,118,219,0,0,140,0,1.2,2,0,7,2
|
||||
45,1,4,115,260,0,2,185,0,0,1,0,3,1
|
||||
52,1,4,128,255,0,0,161,1,0,1,1,7,2
|
||||
62,1,3,130,231,0,0,146,0,1.8,2,3,7,1
|
||||
62,0,4,160,164,0,2,145,0,6.2,3,3,7,2
|
||||
53,0,4,138,234,0,2,160,0,0,1,0,3,1
|
||||
43,1,4,120,177,0,2,120,1,2.5,2,0,7,2
|
||||
47,1,3,138,257,0,2,156,0,0,1,0,3,1
|
||||
52,1,2,120,325,0,0,172,0,0.2,1,0,3,1
|
||||
68,1,3,180,274,1,2,150,1,1.6,2,0,7,2
|
||||
39,1,3,140,321,0,2,182,0,0,1,0,3,1
|
||||
53,0,4,130,264,0,2,143,0,0.4,2,0,3,1
|
||||
62,0,4,140,268,0,2,160,0,3.6,3,2,3,2
|
||||
51,0,3,140,308,0,2,142,0,1.5,1,1,3,1
|
||||
60,1,4,130,253,0,0,144,1,1.4,1,1,7,2
|
||||
65,1,4,110,248,0,2,158,0,0.6,1,2,6,2
|
||||
65,0,3,155,269,0,0,148,0,0.8,1,0,3,1
|
||||
60,1,3,140,185,0,2,155,0,3,2,0,3,2
|
||||
60,1,4,145,282,0,2,142,1,2.8,2,2,7,2
|
||||
54,1,4,120,188,0,0,113,0,1.4,2,1,7,2
|
||||
44,1,2,130,219,0,2,188,0,0,1,0,3,1
|
||||
44,1,4,112,290,0,2,153,0,0,1,1,3,2
|
||||
51,1,3,110,175,0,0,123,0,0.6,1,0,3,1
|
||||
59,1,3,150,212,1,0,157,0,1.6,1,0,3,1
|
||||
71,0,2,160,302,0,0,162,0,0.4,1,2,3,1
|
||||
61,1,3,150,243,1,0,137,1,1,2,0,3,1
|
||||
55,1,4,132,353,0,0,132,1,1.2,2,1,7,2
|
||||
64,1,3,140,335,0,0,158,0,0,1,0,3,2
|
||||
43,1,4,150,247,0,0,171,0,1.5,1,0,3,1
|
||||
58,0,3,120,340,0,0,172,0,0,1,0,3,1
|
||||
60,1,4,130,206,0,2,132,1,2.4,2,2,7,2
|
||||
58,1,2,120,284,0,2,160,0,1.8,2,0,3,2
|
||||
49,1,2,130,266,0,0,171,0,0.6,1,0,3,1
|
||||
48,1,2,110,229,0,0,168,0,1,3,0,7,2
|
||||
52,1,3,172,199,1,0,162,0,0.5,1,0,7,1
|
||||
44,1,2,120,263,0,0,173,0,0,1,0,7,1
|
||||
56,0,2,140,294,0,2,153,0,1.3,2,0,3,1
|
||||
57,1,4,140,192,0,0,148,0,0.4,2,0,6,1
|
||||
67,1,4,160,286,0,2,108,1,1.5,2,3,3,2
|
||||
|
151
datasets/iris.csv
Normal file
151
datasets/iris.csv
Normal file
@@ -0,0 +1,151 @@
|
||||
SepalLength,SepalWidth,PetalLength,PetalWidth,Class
|
||||
5.1,3.5,1.4,0.2,Iris-setosa
|
||||
4.9,3,1.4,0.2,Iris-setosa
|
||||
4.7,3.2,1.3,0.2,Iris-setosa
|
||||
4.6,3.1,1.5,0.2,Iris-setosa
|
||||
5,3.6,1.4,0.2,Iris-setosa
|
||||
5.4,3.9,1.7,0.4,Iris-setosa
|
||||
4.6,3.4,1.4,0.3,Iris-setosa
|
||||
5,3.4,1.5,0.2,Iris-setosa
|
||||
4.4,2.9,1.4,0.2,Iris-setosa
|
||||
4.9,3.1,1.5,0.1,Iris-setosa
|
||||
5.4,3.7,1.5,0.2,Iris-setosa
|
||||
4.8,3.4,1.6,0.2,Iris-setosa
|
||||
4.8,3,1.4,0.1,Iris-setosa
|
||||
4.3,3,1.1,0.1,Iris-setosa
|
||||
5.8,4,1.2,0.2,Iris-setosa
|
||||
5.7,4.4,1.5,0.4,Iris-setosa
|
||||
5.4,3.9,1.3,0.4,Iris-setosa
|
||||
5.1,3.5,1.4,0.3,Iris-setosa
|
||||
5.7,3.8,1.7,0.3,Iris-setosa
|
||||
5.1,3.8,1.5,0.3,Iris-setosa
|
||||
5.4,3.4,1.7,0.2,Iris-setosa
|
||||
5.1,3.7,1.5,0.4,Iris-setosa
|
||||
4.6,3.6,1,0.2,Iris-setosa
|
||||
5.1,3.3,1.7,0.5,Iris-setosa
|
||||
4.8,3.4,1.9,0.2,Iris-setosa
|
||||
5,3,1.6,0.2,Iris-setosa
|
||||
5,3.4,1.6,0.4,Iris-setosa
|
||||
5.2,3.5,1.5,0.2,Iris-setosa
|
||||
5.2,3.4,1.4,0.2,Iris-setosa
|
||||
4.7,3.2,1.6,0.2,Iris-setosa
|
||||
4.8,3.1,1.6,0.2,Iris-setosa
|
||||
5.4,3.4,1.5,0.4,Iris-setosa
|
||||
5.2,4.1,1.5,0.1,Iris-setosa
|
||||
5.5,4.2,1.4,0.2,Iris-setosa
|
||||
4.9,3.1,1.5,0.2,Iris-setosa
|
||||
5,3.2,1.2,0.2,Iris-setosa
|
||||
5.5,3.5,1.3,0.2,Iris-setosa
|
||||
4.9,3.6,1.4,0.1,Iris-setosa
|
||||
4.4,3,1.3,0.2,Iris-setosa
|
||||
5.1,3.4,1.5,0.2,Iris-setosa
|
||||
5,3.5,1.3,0.3,Iris-setosa
|
||||
4.5,2.3,1.3,0.3,Iris-setosa
|
||||
4.4,3.2,1.3,0.2,Iris-setosa
|
||||
5,3.5,1.6,0.6,Iris-setosa
|
||||
5.1,3.8,1.9,0.4,Iris-setosa
|
||||
4.8,3,1.4,0.3,Iris-setosa
|
||||
5.1,3.8,1.6,0.2,Iris-setosa
|
||||
4.6,3.2,1.4,0.2,Iris-setosa
|
||||
5.3,3.7,1.5,0.2,Iris-setosa
|
||||
5,3.3,1.4,0.2,Iris-setosa
|
||||
7,3.2,4.7,1.4,Iris-versicolor
|
||||
6.4,3.2,4.5,1.5,Iris-versicolor
|
||||
6.9,3.1,4.9,1.5,Iris-versicolor
|
||||
5.5,2.3,4,1.3,Iris-versicolor
|
||||
6.5,2.8,4.6,1.5,Iris-versicolor
|
||||
5.7,2.8,4.5,1.3,Iris-versicolor
|
||||
6.3,3.3,4.7,1.6,Iris-versicolor
|
||||
4.9,2.4,3.3,1,Iris-versicolor
|
||||
6.6,2.9,4.6,1.3,Iris-versicolor
|
||||
5.2,2.7,3.9,1.4,Iris-versicolor
|
||||
5,2,3.5,1,Iris-versicolor
|
||||
5.9,3,4.2,1.5,Iris-versicolor
|
||||
6,2.2,4,1,Iris-versicolor
|
||||
6.1,2.9,4.7,1.4,Iris-versicolor
|
||||
5.6,2.9,3.6,1.3,Iris-versicolor
|
||||
6.7,3.1,4.4,1.4,Iris-versicolor
|
||||
5.6,3,4.5,1.5,Iris-versicolor
|
||||
5.8,2.7,4.1,1,Iris-versicolor
|
||||
6.2,2.2,4.5,1.5,Iris-versicolor
|
||||
5.6,2.5,3.9,1.1,Iris-versicolor
|
||||
5.9,3.2,4.8,1.8,Iris-versicolor
|
||||
6.1,2.8,4,1.3,Iris-versicolor
|
||||
6.3,2.5,4.9,1.5,Iris-versicolor
|
||||
6.1,2.8,4.7,1.2,Iris-versicolor
|
||||
6.4,2.9,4.3,1.3,Iris-versicolor
|
||||
6.6,3,4.4,1.4,Iris-versicolor
|
||||
6.8,2.8,4.8,1.4,Iris-versicolor
|
||||
6.7,3,5,1.7,Iris-versicolor
|
||||
6,2.9,4.5,1.5,Iris-versicolor
|
||||
5.7,2.6,3.5,1,Iris-versicolor
|
||||
5.5,2.4,3.8,1.1,Iris-versicolor
|
||||
5.5,2.4,3.7,1,Iris-versicolor
|
||||
5.8,2.7,3.9,1.2,Iris-versicolor
|
||||
6,2.7,5.1,1.6,Iris-versicolor
|
||||
5.4,3,4.5,1.5,Iris-versicolor
|
||||
6,3.4,4.5,1.6,Iris-versicolor
|
||||
6.7,3.1,4.7,1.5,Iris-versicolor
|
||||
6.3,2.3,4.4,1.3,Iris-versicolor
|
||||
5.6,3,4.1,1.3,Iris-versicolor
|
||||
5.5,2.5,4,1.3,Iris-versicolor
|
||||
5.5,2.6,4.4,1.2,Iris-versicolor
|
||||
6.1,3,4.6,1.4,Iris-versicolor
|
||||
5.8,2.6,4,1.2,Iris-versicolor
|
||||
5,2.3,3.3,1,Iris-versicolor
|
||||
5.6,2.7,4.2,1.3,Iris-versicolor
|
||||
5.7,3,4.2,1.2,Iris-versicolor
|
||||
5.7,2.9,4.2,1.3,Iris-versicolor
|
||||
6.2,2.9,4.3,1.3,Iris-versicolor
|
||||
5.1,2.5,3,1.1,Iris-versicolor
|
||||
5.7,2.8,4.1,1.3,Iris-versicolor
|
||||
6.3,3.3,6,2.5,Iris-virginica
|
||||
5.8,2.7,5.1,1.9,Iris-virginica
|
||||
7.1,3,5.9,2.1,Iris-virginica
|
||||
6.3,2.9,5.6,1.8,Iris-virginica
|
||||
6.5,3,5.8,2.2,Iris-virginica
|
||||
7.6,3,6.6,2.1,Iris-virginica
|
||||
4.9,2.5,4.5,1.7,Iris-virginica
|
||||
7.3,2.9,6.3,1.8,Iris-virginica
|
||||
6.7,2.5,5.8,1.8,Iris-virginica
|
||||
7.2,3.6,6.1,2.5,Iris-virginica
|
||||
6.5,3.2,5.1,2,Iris-virginica
|
||||
6.4,2.7,5.3,1.9,Iris-virginica
|
||||
6.8,3,5.5,2.1,Iris-virginica
|
||||
5.7,2.5,5,2,Iris-virginica
|
||||
5.8,2.8,5.1,2.4,Iris-virginica
|
||||
6.4,3.2,5.3,2.3,Iris-virginica
|
||||
6.5,3,5.5,1.8,Iris-virginica
|
||||
7.7,3.8,6.7,2.2,Iris-virginica
|
||||
7.7,2.6,6.9,2.3,Iris-virginica
|
||||
6,2.2,5,1.5,Iris-virginica
|
||||
6.9,3.2,5.7,2.3,Iris-virginica
|
||||
5.6,2.8,4.9,2,Iris-virginica
|
||||
7.7,2.8,6.7,2,Iris-virginica
|
||||
6.3,2.7,4.9,1.8,Iris-virginica
|
||||
6.7,3.3,5.7,2.1,Iris-virginica
|
||||
7.2,3.2,6,1.8,Iris-virginica
|
||||
6.2,2.8,4.8,1.8,Iris-virginica
|
||||
6.1,3,4.9,1.8,Iris-virginica
|
||||
6.4,2.8,5.6,2.1,Iris-virginica
|
||||
7.2,3,5.8,1.6,Iris-virginica
|
||||
7.4,2.8,6.1,1.9,Iris-virginica
|
||||
7.9,3.8,6.4,2,Iris-virginica
|
||||
6.4,2.8,5.6,2.2,Iris-virginica
|
||||
6.3,2.8,5.1,1.5,Iris-virginica
|
||||
6.1,2.6,5.6,1.4,Iris-virginica
|
||||
7.7,3,6.1,2.3,Iris-virginica
|
||||
6.3,3.4,5.6,2.4,Iris-virginica
|
||||
6.4,3.1,5.5,1.8,Iris-virginica
|
||||
6,3,4.8,1.8,Iris-virginica
|
||||
6.9,3.1,5.4,2.1,Iris-virginica
|
||||
6.7,3.1,5.6,2.4,Iris-virginica
|
||||
6.9,3.1,5.1,2.3,Iris-virginica
|
||||
5.8,2.7,5.1,1.9,Iris-virginica
|
||||
6.8,3.2,5.9,2.3,Iris-virginica
|
||||
6.7,3.3,5.7,2.5,Iris-virginica
|
||||
6.7,3,5.2,2.3,Iris-virginica
|
||||
6.3,2.5,5,1.9,Iris-virginica
|
||||
6.5,3,5.2,2,Iris-virginica
|
||||
6.2,3.4,5.4,2.3,Iris-virginica
|
||||
5.9,3,5.1,1.8,Iris-virginica
|
||||
|
206
datasets/regression/automobile.csv
Normal file
206
datasets/regression/automobile.csv
Normal file
@@ -0,0 +1,206 @@
|
||||
symboling,normalized-losses,make,fuel-type,aspiration,num-of-doors,body-style,drive-wheels,engine-location,wheel-base,length,width,height,curb-weight,engine-type,num-of-cylinders,engine-size,fuel-system,bore,stroke,compression-ratio,horsepower,peak-rpm,city-mpg,highway-mpg,price
|
||||
3,?,alfa-romero,gas,std,two,convertible,rwd,front,88.60,168.80,64.10,48.80,2548,dohc,four,130,mpfi,3.47,2.68,9.00,111,5000,21,27,13495
|
||||
3,?,alfa-romero,gas,std,two,convertible,rwd,front,88.60,168.80,64.10,48.80,2548,dohc,four,130,mpfi,3.47,2.68,9.00,111,5000,21,27,16500
|
||||
1,?,alfa-romero,gas,std,two,hatchback,rwd,front,94.50,171.20,65.50,52.40,2823,ohcv,six,152,mpfi,2.68,3.47,9.00,154,5000,19,26,16500
|
||||
2,164,audi,gas,std,four,sedan,fwd,front,99.80,176.60,66.20,54.30,2337,ohc,four,109,mpfi,3.19,3.40,10.00,102,5500,24,30,13950
|
||||
2,164,audi,gas,std,four,sedan,4wd,front,99.40,176.60,66.40,54.30,2824,ohc,five,136,mpfi,3.19,3.40,8.00,115,5500,18,22,17450
|
||||
2,?,audi,gas,std,two,sedan,fwd,front,99.80,177.30,66.30,53.10,2507,ohc,five,136,mpfi,3.19,3.40,8.50,110,5500,19,25,15250
|
||||
1,158,audi,gas,std,four,sedan,fwd,front,105.80,192.70,71.40,55.70,2844,ohc,five,136,mpfi,3.19,3.40,8.50,110,5500,19,25,17710
|
||||
1,?,audi,gas,std,four,wagon,fwd,front,105.80,192.70,71.40,55.70,2954,ohc,five,136,mpfi,3.19,3.40,8.50,110,5500,19,25,18920
|
||||
1,158,audi,gas,turbo,four,sedan,fwd,front,105.80,192.70,71.40,55.90,3086,ohc,five,131,mpfi,3.13,3.40,8.30,140,5500,17,20,23875
|
||||
0,?,audi,gas,turbo,two,hatchback,4wd,front,99.50,178.20,67.90,52.00,3053,ohc,five,131,mpfi,3.13,3.40,7.00,160,5500,16,22,?
|
||||
2,192,bmw,gas,std,two,sedan,rwd,front,101.20,176.80,64.80,54.30,2395,ohc,four,108,mpfi,3.50,2.80,8.80,101,5800,23,29,16430
|
||||
0,192,bmw,gas,std,four,sedan,rwd,front,101.20,176.80,64.80,54.30,2395,ohc,four,108,mpfi,3.50,2.80,8.80,101,5800,23,29,16925
|
||||
0,188,bmw,gas,std,two,sedan,rwd,front,101.20,176.80,64.80,54.30,2710,ohc,six,164,mpfi,3.31,3.19,9.00,121,4250,21,28,20970
|
||||
0,188,bmw,gas,std,four,sedan,rwd,front,101.20,176.80,64.80,54.30,2765,ohc,six,164,mpfi,3.31,3.19,9.00,121,4250,21,28,21105
|
||||
1,?,bmw,gas,std,four,sedan,rwd,front,103.50,189.00,66.90,55.70,3055,ohc,six,164,mpfi,3.31,3.19,9.00,121,4250,20,25,24565
|
||||
0,?,bmw,gas,std,four,sedan,rwd,front,103.50,189.00,66.90,55.70,3230,ohc,six,209,mpfi,3.62,3.39,8.00,182,5400,16,22,30760
|
||||
0,?,bmw,gas,std,two,sedan,rwd,front,103.50,193.80,67.90,53.70,3380,ohc,six,209,mpfi,3.62,3.39,8.00,182,5400,16,22,41315
|
||||
0,?,bmw,gas,std,four,sedan,rwd,front,110.00,197.00,70.90,56.30,3505,ohc,six,209,mpfi,3.62,3.39,8.00,182,5400,15,20,36880
|
||||
2,121,chevrolet,gas,std,two,hatchback,fwd,front,88.40,141.10,60.30,53.20,1488,l,three,61,2bbl,2.91,3.03,9.50,48,5100,47,53,5151
|
||||
1,98,chevrolet,gas,std,two,hatchback,fwd,front,94.50,155.90,63.60,52.00,1874,ohc,four,90,2bbl,3.03,3.11,9.60,70,5400,38,43,6295
|
||||
0,81,chevrolet,gas,std,four,sedan,fwd,front,94.50,158.80,63.60,52.00,1909,ohc,four,90,2bbl,3.03,3.11,9.60,70,5400,38,43,6575
|
||||
1,118,dodge,gas,std,two,hatchback,fwd,front,93.70,157.30,63.80,50.80,1876,ohc,four,90,2bbl,2.97,3.23,9.41,68,5500,37,41,5572
|
||||
1,118,dodge,gas,std,two,hatchback,fwd,front,93.70,157.30,63.80,50.80,1876,ohc,four,90,2bbl,2.97,3.23,9.40,68,5500,31,38,6377
|
||||
1,118,dodge,gas,turbo,two,hatchback,fwd,front,93.70,157.30,63.80,50.80,2128,ohc,four,98,mpfi,3.03,3.39,7.60,102,5500,24,30,7957
|
||||
1,148,dodge,gas,std,four,hatchback,fwd,front,93.70,157.30,63.80,50.60,1967,ohc,four,90,2bbl,2.97,3.23,9.40,68,5500,31,38,6229
|
||||
1,148,dodge,gas,std,four,sedan,fwd,front,93.70,157.30,63.80,50.60,1989,ohc,four,90,2bbl,2.97,3.23,9.40,68,5500,31,38,6692
|
||||
1,148,dodge,gas,std,four,sedan,fwd,front,93.70,157.30,63.80,50.60,1989,ohc,four,90,2bbl,2.97,3.23,9.40,68,5500,31,38,7609
|
||||
1,148,dodge,gas,turbo,?,sedan,fwd,front,93.70,157.30,63.80,50.60,2191,ohc,four,98,mpfi,3.03,3.39,7.60,102,5500,24,30,8558
|
||||
-1,110,dodge,gas,std,four,wagon,fwd,front,103.30,174.60,64.60,59.80,2535,ohc,four,122,2bbl,3.34,3.46,8.50,88,5000,24,30,8921
|
||||
3,145,dodge,gas,turbo,two,hatchback,fwd,front,95.90,173.20,66.30,50.20,2811,ohc,four,156,mfi,3.60,3.90,7.00,145,5000,19,24,12964
|
||||
2,137,honda,gas,std,two,hatchback,fwd,front,86.60,144.60,63.90,50.80,1713,ohc,four,92,1bbl,2.91,3.41,9.60,58,4800,49,54,6479
|
||||
2,137,honda,gas,std,two,hatchback,fwd,front,86.60,144.60,63.90,50.80,1819,ohc,four,92,1bbl,2.91,3.41,9.20,76,6000,31,38,6855
|
||||
1,101,honda,gas,std,two,hatchback,fwd,front,93.70,150.00,64.00,52.60,1837,ohc,four,79,1bbl,2.91,3.07,10.10,60,5500,38,42,5399
|
||||
1,101,honda,gas,std,two,hatchback,fwd,front,93.70,150.00,64.00,52.60,1940,ohc,four,92,1bbl,2.91,3.41,9.20,76,6000,30,34,6529
|
||||
1,101,honda,gas,std,two,hatchback,fwd,front,93.70,150.00,64.00,52.60,1956,ohc,four,92,1bbl,2.91,3.41,9.20,76,6000,30,34,7129
|
||||
0,110,honda,gas,std,four,sedan,fwd,front,96.50,163.40,64.00,54.50,2010,ohc,four,92,1bbl,2.91,3.41,9.20,76,6000,30,34,7295
|
||||
0,78,honda,gas,std,four,wagon,fwd,front,96.50,157.10,63.90,58.30,2024,ohc,four,92,1bbl,2.92,3.41,9.20,76,6000,30,34,7295
|
||||
0,106,honda,gas,std,two,hatchback,fwd,front,96.50,167.50,65.20,53.30,2236,ohc,four,110,1bbl,3.15,3.58,9.00,86,5800,27,33,7895
|
||||
0,106,honda,gas,std,two,hatchback,fwd,front,96.50,167.50,65.20,53.30,2289,ohc,four,110,1bbl,3.15,3.58,9.00,86,5800,27,33,9095
|
||||
0,85,honda,gas,std,four,sedan,fwd,front,96.50,175.40,65.20,54.10,2304,ohc,four,110,1bbl,3.15,3.58,9.00,86,5800,27,33,8845
|
||||
0,85,honda,gas,std,four,sedan,fwd,front,96.50,175.40,62.50,54.10,2372,ohc,four,110,1bbl,3.15,3.58,9.00,86,5800,27,33,10295
|
||||
0,85,honda,gas,std,four,sedan,fwd,front,96.50,175.40,65.20,54.10,2465,ohc,four,110,mpfi,3.15,3.58,9.00,101,5800,24,28,12945
|
||||
1,107,honda,gas,std,two,sedan,fwd,front,96.50,169.10,66.00,51.00,2293,ohc,four,110,2bbl,3.15,3.58,9.10,100,5500,25,31,10345
|
||||
0,?,isuzu,gas,std,four,sedan,rwd,front,94.30,170.70,61.80,53.50,2337,ohc,four,111,2bbl,3.31,3.23,8.50,78,4800,24,29,6785
|
||||
1,?,isuzu,gas,std,two,sedan,fwd,front,94.50,155.90,63.60,52.00,1874,ohc,four,90,2bbl,3.03,3.11,9.60,70,5400,38,43,?
|
||||
0,?,isuzu,gas,std,four,sedan,fwd,front,94.50,155.90,63.60,52.00,1909,ohc,four,90,2bbl,3.03,3.11,9.60,70,5400,38,43,?
|
||||
2,?,isuzu,gas,std,two,hatchback,rwd,front,96.00,172.60,65.20,51.40,2734,ohc,four,119,spfi,3.43,3.23,9.20,90,5000,24,29,11048
|
||||
0,145,jaguar,gas,std,four,sedan,rwd,front,113.00,199.60,69.60,52.80,4066,dohc,six,258,mpfi,3.63,4.17,8.10,176,4750,15,19,32250
|
||||
0,?,jaguar,gas,std,four,sedan,rwd,front,113.00,199.60,69.60,52.80,4066,dohc,six,258,mpfi,3.63,4.17,8.10,176,4750,15,19,35550
|
||||
0,?,jaguar,gas,std,two,sedan,rwd,front,102.00,191.70,70.60,47.80,3950,ohcv,twelve,326,mpfi,3.54,2.76,11.50,262,5000,13,17,36000
|
||||
1,104,mazda,gas,std,two,hatchback,fwd,front,93.10,159.10,64.20,54.10,1890,ohc,four,91,2bbl,3.03,3.15,9.00,68,5000,30,31,5195
|
||||
1,104,mazda,gas,std,two,hatchback,fwd,front,93.10,159.10,64.20,54.10,1900,ohc,four,91,2bbl,3.03,3.15,9.00,68,5000,31,38,6095
|
||||
1,104,mazda,gas,std,two,hatchback,fwd,front,93.10,159.10,64.20,54.10,1905,ohc,four,91,2bbl,3.03,3.15,9.00,68,5000,31,38,6795
|
||||
1,113,mazda,gas,std,four,sedan,fwd,front,93.10,166.80,64.20,54.10,1945,ohc,four,91,2bbl,3.03,3.15,9.00,68,5000,31,38,6695
|
||||
1,113,mazda,gas,std,four,sedan,fwd,front,93.10,166.80,64.20,54.10,1950,ohc,four,91,2bbl,3.08,3.15,9.00,68,5000,31,38,7395
|
||||
3,150,mazda,gas,std,two,hatchback,rwd,front,95.30,169.00,65.70,49.60,2380,rotor,two,70,4bbl,?,?,9.40,101,6000,17,23,10945
|
||||
3,150,mazda,gas,std,two,hatchback,rwd,front,95.30,169.00,65.70,49.60,2380,rotor,two,70,4bbl,?,?,9.40,101,6000,17,23,11845
|
||||
3,150,mazda,gas,std,two,hatchback,rwd,front,95.30,169.00,65.70,49.60,2385,rotor,two,70,4bbl,?,?,9.40,101,6000,17,23,13645
|
||||
3,150,mazda,gas,std,two,hatchback,rwd,front,95.30,169.00,65.70,49.60,2500,rotor,two,80,mpfi,?,?,9.40,135,6000,16,23,15645
|
||||
1,129,mazda,gas,std,two,hatchback,fwd,front,98.80,177.80,66.50,53.70,2385,ohc,four,122,2bbl,3.39,3.39,8.60,84,4800,26,32,8845
|
||||
0,115,mazda,gas,std,four,sedan,fwd,front,98.80,177.80,66.50,55.50,2410,ohc,four,122,2bbl,3.39,3.39,8.60,84,4800,26,32,8495
|
||||
1,129,mazda,gas,std,two,hatchback,fwd,front,98.80,177.80,66.50,53.70,2385,ohc,four,122,2bbl,3.39,3.39,8.60,84,4800,26,32,10595
|
||||
0,115,mazda,gas,std,four,sedan,fwd,front,98.80,177.80,66.50,55.50,2410,ohc,four,122,2bbl,3.39,3.39,8.60,84,4800,26,32,10245
|
||||
0,?,mazda,diesel,std,?,sedan,fwd,front,98.80,177.80,66.50,55.50,2443,ohc,four,122,idi,3.39,3.39,22.70,64,4650,36,42,10795
|
||||
0,115,mazda,gas,std,four,hatchback,fwd,front,98.80,177.80,66.50,55.50,2425,ohc,four,122,2bbl,3.39,3.39,8.60,84,4800,26,32,11245
|
||||
0,118,mazda,gas,std,four,sedan,rwd,front,104.90,175.00,66.10,54.40,2670,ohc,four,140,mpfi,3.76,3.16,8.00,120,5000,19,27,18280
|
||||
0,?,mazda,diesel,std,four,sedan,rwd,front,104.90,175.00,66.10,54.40,2700,ohc,four,134,idi,3.43,3.64,22.00,72,4200,31,39,18344
|
||||
-1,93,mercedes-benz,diesel,turbo,four,sedan,rwd,front,110.00,190.90,70.30,56.50,3515,ohc,five,183,idi,3.58,3.64,21.50,123,4350,22,25,25552
|
||||
-1,93,mercedes-benz,diesel,turbo,four,wagon,rwd,front,110.00,190.90,70.30,58.70,3750,ohc,five,183,idi,3.58,3.64,21.50,123,4350,22,25,28248
|
||||
0,93,mercedes-benz,diesel,turbo,two,hardtop,rwd,front,106.70,187.50,70.30,54.90,3495,ohc,five,183,idi,3.58,3.64,21.50,123,4350,22,25,28176
|
||||
-1,93,mercedes-benz,diesel,turbo,four,sedan,rwd,front,115.60,202.60,71.70,56.30,3770,ohc,five,183,idi,3.58,3.64,21.50,123,4350,22,25,31600
|
||||
-1,?,mercedes-benz,gas,std,four,sedan,rwd,front,115.60,202.60,71.70,56.50,3740,ohcv,eight,234,mpfi,3.46,3.10,8.30,155,4750,16,18,34184
|
||||
3,142,mercedes-benz,gas,std,two,convertible,rwd,front,96.60,180.30,70.50,50.80,3685,ohcv,eight,234,mpfi,3.46,3.10,8.30,155,4750,16,18,35056
|
||||
0,?,mercedes-benz,gas,std,four,sedan,rwd,front,120.90,208.10,71.70,56.70,3900,ohcv,eight,308,mpfi,3.80,3.35,8.00,184,4500,14,16,40960
|
||||
1,?,mercedes-benz,gas,std,two,hardtop,rwd,front,112.00,199.20,72.00,55.40,3715,ohcv,eight,304,mpfi,3.80,3.35,8.00,184,4500,14,16,45400
|
||||
1,?,mercury,gas,turbo,two,hatchback,rwd,front,102.70,178.40,68.00,54.80,2910,ohc,four,140,mpfi,3.78,3.12,8.00,175,5000,19,24,16503
|
||||
2,161,mitsubishi,gas,std,two,hatchback,fwd,front,93.70,157.30,64.40,50.80,1918,ohc,four,92,2bbl,2.97,3.23,9.40,68,5500,37,41,5389
|
||||
2,161,mitsubishi,gas,std,two,hatchback,fwd,front,93.70,157.30,64.40,50.80,1944,ohc,four,92,2bbl,2.97,3.23,9.40,68,5500,31,38,6189
|
||||
2,161,mitsubishi,gas,std,two,hatchback,fwd,front,93.70,157.30,64.40,50.80,2004,ohc,four,92,2bbl,2.97,3.23,9.40,68,5500,31,38,6669
|
||||
1,161,mitsubishi,gas,turbo,two,hatchback,fwd,front,93,157.30,63.80,50.80,2145,ohc,four,98,spdi,3.03,3.39,7.60,102,5500,24,30,7689
|
||||
3,153,mitsubishi,gas,turbo,two,hatchback,fwd,front,96.30,173.00,65.40,49.40,2370,ohc,four,110,spdi,3.17,3.46,7.50,116,5500,23,30,9959
|
||||
3,153,mitsubishi,gas,std,two,hatchback,fwd,front,96.30,173.00,65.40,49.40,2328,ohc,four,122,2bbl,3.35,3.46,8.50,88,5000,25,32,8499
|
||||
3,?,mitsubishi,gas,turbo,two,hatchback,fwd,front,95.90,173.20,66.30,50.20,2833,ohc,four,156,spdi,3.58,3.86,7.00,145,5000,19,24,12629
|
||||
3,?,mitsubishi,gas,turbo,two,hatchback,fwd,front,95.90,173.20,66.30,50.20,2921,ohc,four,156,spdi,3.59,3.86,7.00,145,5000,19,24,14869
|
||||
3,?,mitsubishi,gas,turbo,two,hatchback,fwd,front,95.90,173.20,66.30,50.20,2926,ohc,four,156,spdi,3.59,3.86,7.00,145,5000,19,24,14489
|
||||
1,125,mitsubishi,gas,std,four,sedan,fwd,front,96.30,172.40,65.40,51.60,2365,ohc,four,122,2bbl,3.35,3.46,8.50,88,5000,25,32,6989
|
||||
1,125,mitsubishi,gas,std,four,sedan,fwd,front,96.30,172.40,65.40,51.60,2405,ohc,four,122,2bbl,3.35,3.46,8.50,88,5000,25,32,8189
|
||||
1,125,mitsubishi,gas,turbo,four,sedan,fwd,front,96.30,172.40,65.40,51.60,2403,ohc,four,110,spdi,3.17,3.46,7.50,116,5500,23,30,9279
|
||||
-1,137,mitsubishi,gas,std,four,sedan,fwd,front,96.30,172.40,65.40,51.60,2403,ohc,four,110,spdi,3.17,3.46,7.50,116,5500,23,30,9279
|
||||
1,128,nissan,gas,std,two,sedan,fwd,front,94.50,165.30,63.80,54.50,1889,ohc,four,97,2bbl,3.15,3.29,9.40,69,5200,31,37,5499
|
||||
1,128,nissan,diesel,std,two,sedan,fwd,front,94.50,165.30,63.80,54.50,2017,ohc,four,103,idi,2.99,3.47,21.90,55,4800,45,50,7099
|
||||
1,128,nissan,gas,std,two,sedan,fwd,front,94.50,165.30,63.80,54.50,1918,ohc,four,97,2bbl,3.15,3.29,9.40,69,5200,31,37,6649
|
||||
1,122,nissan,gas,std,four,sedan,fwd,front,94.50,165.30,63.80,54.50,1938,ohc,four,97,2bbl,3.15,3.29,9.40,69,5200,31,37,6849
|
||||
1,103,nissan,gas,std,four,wagon,fwd,front,94.50,170.20,63.80,53.50,2024,ohc,four,97,2bbl,3.15,3.29,9.40,69,5200,31,37,7349
|
||||
1,128,nissan,gas,std,two,sedan,fwd,front,94.50,165.30,63.80,54.50,1951,ohc,four,97,2bbl,3.15,3.29,9.40,69,5200,31,37,7299
|
||||
1,128,nissan,gas,std,two,hatchback,fwd,front,94.50,165.60,63.80,53.30,2028,ohc,four,97,2bbl,3.15,3.29,9.40,69,5200,31,37,7799
|
||||
1,122,nissan,gas,std,four,sedan,fwd,front,94.50,165.30,63.80,54.50,1971,ohc,four,97,2bbl,3.15,3.29,9.40,69,5200,31,37,7499
|
||||
1,103,nissan,gas,std,four,wagon,fwd,front,94.50,170.20,63.80,53.50,2037,ohc,four,97,2bbl,3.15,3.29,9.40,69,5200,31,37,7999
|
||||
2,168,nissan,gas,std,two,hardtop,fwd,front,95.10,162.40,63.80,53.30,2008,ohc,four,97,2bbl,3.15,3.29,9.40,69,5200,31,37,8249
|
||||
0,106,nissan,gas,std,four,hatchback,fwd,front,97.20,173.40,65.20,54.70,2324,ohc,four,120,2bbl,3.33,3.47,8.50,97,5200,27,34,8949
|
||||
0,106,nissan,gas,std,four,sedan,fwd,front,97.20,173.40,65.20,54.70,2302,ohc,four,120,2bbl,3.33,3.47,8.50,97,5200,27,34,9549
|
||||
0,128,nissan,gas,std,four,sedan,fwd,front,100.40,181.70,66.50,55.10,3095,ohcv,six,181,mpfi,3.43,3.27,9.00,152,5200,17,22,13499
|
||||
0,108,nissan,gas,std,four,wagon,fwd,front,100.40,184.60,66.50,56.10,3296,ohcv,six,181,mpfi,3.43,3.27,9.00,152,5200,17,22,14399
|
||||
0,108,nissan,gas,std,four,sedan,fwd,front,100.40,184.60,66.50,55.10,3060,ohcv,six,181,mpfi,3.43,3.27,9.00,152,5200,19,25,13499
|
||||
3,194,nissan,gas,std,two,hatchback,rwd,front,91.30,170.70,67.90,49.70,3071,ohcv,six,181,mpfi,3.43,3.27,9.00,160,5200,19,25,17199
|
||||
3,194,nissan,gas,turbo,two,hatchback,rwd,front,91.30,170.70,67.90,49.70,3139,ohcv,six,181,mpfi,3.43,3.27,7.80,200,5200,17,23,19699
|
||||
1,231,nissan,gas,std,two,hatchback,rwd,front,99.20,178.50,67.90,49.70,3139,ohcv,six,181,mpfi,3.43,3.27,9.00,160,5200,19,25,18399
|
||||
0,161,peugot,gas,std,four,sedan,rwd,front,107.90,186.70,68.40,56.70,3020,l,four,120,mpfi,3.46,3.19,8.40,97,5000,19,24,11900
|
||||
0,161,peugot,diesel,turbo,four,sedan,rwd,front,107.90,186.70,68.40,56.70,3197,l,four,152,idi,3.70,3.52,21.00,95,4150,28,33,13200
|
||||
0,?,peugot,gas,std,four,wagon,rwd,front,114.20,198.90,68.40,58.70,3230,l,four,120,mpfi,3.46,3.19,8.40,97,5000,19,24,12440
|
||||
0,?,peugot,diesel,turbo,four,wagon,rwd,front,114.20,198.90,68.40,58.70,3430,l,four,152,idi,3.70,3.52,21.00,95,4150,25,25,13860
|
||||
0,161,peugot,gas,std,four,sedan,rwd,front,107.90,186.70,68.40,56.70,3075,l,four,120,mpfi,3.46,2.19,8.40,95,5000,19,24,15580
|
||||
0,161,peugot,diesel,turbo,four,sedan,rwd,front,107.90,186.70,68.40,56.70,3252,l,four,152,idi,3.70,3.52,21.00,95,4150,28,33,16900
|
||||
0,?,peugot,gas,std,four,wagon,rwd,front,114.20,198.90,68.40,56.70,3285,l,four,120,mpfi,3.46,2.19,8.40,95,5000,19,24,16695
|
||||
0,?,peugot,diesel,turbo,four,wagon,rwd,front,114.20,198.90,68.40,58.70,3485,l,four,152,idi,3.70,3.52,21.00,95,4150,25,25,17075
|
||||
0,161,peugot,gas,std,four,sedan,rwd,front,107.90,186.70,68.40,56.70,3075,l,four,120,mpfi,3.46,3.19,8.40,97,5000,19,24,16630
|
||||
0,161,peugot,diesel,turbo,four,sedan,rwd,front,107.90,186.70,68.40,56.70,3252,l,four,152,idi,3.70,3.52,21.00,95,4150,28,33,17950
|
||||
0,161,peugot,gas,turbo,four,sedan,rwd,front,108.00,186.70,68.30,56.00,3130,l,four,134,mpfi,3.61,3.21,7.00,142,5600,18,24,18150
|
||||
1,119,plymouth,gas,std,two,hatchback,fwd,front,93.70,157.30,63.80,50.80,1918,ohc,four,90,2bbl,2.97,3.23,9.40,68,5500,37,41,5572
|
||||
1,119,plymouth,gas,turbo,two,hatchback,fwd,front,93.70,157.30,63.80,50.80,2128,ohc,four,98,spdi,3.03,3.39,7.60,102,5500,24,30,7957
|
||||
1,154,plymouth,gas,std,four,hatchback,fwd,front,93.70,157.30,63.80,50.60,1967,ohc,four,90,2bbl,2.97,3.23,9.40,68,5500,31,38,6229
|
||||
1,154,plymouth,gas,std,four,sedan,fwd,front,93.70,167.30,63.80,50.80,1989,ohc,four,90,2bbl,2.97,3.23,9.40,68,5500,31,38,6692
|
||||
1,154,plymouth,gas,std,four,sedan,fwd,front,93.70,167.30,63.80,50.80,2191,ohc,four,98,2bbl,2.97,3.23,9.40,68,5500,31,38,7609
|
||||
-1,74,plymouth,gas,std,four,wagon,fwd,front,103.30,174.60,64.60,59.80,2535,ohc,four,122,2bbl,3.35,3.46,8.50,88,5000,24,30,8921
|
||||
3,?,plymouth,gas,turbo,two,hatchback,rwd,front,95.90,173.20,66.30,50.20,2818,ohc,four,156,spdi,3.59,3.86,7.00,145,5000,19,24,12764
|
||||
3,186,porsche,gas,std,two,hatchback,rwd,front,94.50,168.90,68.30,50.20,2778,ohc,four,151,mpfi,3.94,3.11,9.50,143,5500,19,27,22018
|
||||
3,?,porsche,gas,std,two,hardtop,rwd,rear,89.50,168.90,65.00,51.60,2756,ohcf,six,194,mpfi,3.74,2.90,9.50,207,5900,17,25,32528
|
||||
3,?,porsche,gas,std,two,hardtop,rwd,rear,89.50,168.90,65.00,51.60,2756,ohcf,six,194,mpfi,3.74,2.90,9.50,207,5900,17,25,34028
|
||||
3,?,porsche,gas,std,two,convertible,rwd,rear,89.50,168.90,65.00,51.60,2800,ohcf,six,194,mpfi,3.74,2.90,9.50,207,5900,17,25,37028
|
||||
1,?,porsche,gas,std,two,hatchback,rwd,front,98.40,175.70,72.30,50.50,3366,dohcv,eight,203,mpfi,3.94,3.11,10.00,288,5750,17,28,?
|
||||
0,?,renault,gas,std,four,wagon,fwd,front,96.10,181.50,66.50,55.20,2579,ohc,four,132,mpfi,3.46,3.90,8.70,?,?,23,31,9295
|
||||
2,?,renault,gas,std,two,hatchback,fwd,front,96.10,176.80,66.60,50.50,2460,ohc,four,132,mpfi,3.46,3.90,8.70,?,?,23,31,9895
|
||||
3,150,saab,gas,std,two,hatchback,fwd,front,99.10,186.60,66.50,56.10,2658,ohc,four,121,mpfi,3.54,3.07,9.31,110,5250,21,28,11850
|
||||
2,104,saab,gas,std,four,sedan,fwd,front,99.10,186.60,66.50,56.10,2695,ohc,four,121,mpfi,3.54,3.07,9.30,110,5250,21,28,12170
|
||||
3,150,saab,gas,std,two,hatchback,fwd,front,99.10,186.60,66.50,56.10,2707,ohc,four,121,mpfi,2.54,2.07,9.30,110,5250,21,28,15040
|
||||
2,104,saab,gas,std,four,sedan,fwd,front,99.10,186.60,66.50,56.10,2758,ohc,four,121,mpfi,3.54,3.07,9.30,110,5250,21,28,15510
|
||||
3,150,saab,gas,turbo,two,hatchback,fwd,front,99.10,186.60,66.50,56.10,2808,dohc,four,121,mpfi,3.54,3.07,9.00,160,5500,19,26,18150
|
||||
2,104,saab,gas,turbo,four,sedan,fwd,front,99.10,186.60,66.50,56.10,2847,dohc,four,121,mpfi,3.54,3.07,9.00,160,5500,19,26,18620
|
||||
2,83,subaru,gas,std,two,hatchback,fwd,front,93.70,156.90,63.40,53.70,2050,ohcf,four,97,2bbl,3.62,2.36,9.00,69,4900,31,36,5118
|
||||
2,83,subaru,gas,std,two,hatchback,fwd,front,93.70,157.90,63.60,53.70,2120,ohcf,four,108,2bbl,3.62,2.64,8.70,73,4400,26,31,7053
|
||||
2,83,subaru,gas,std,two,hatchback,4wd,front,93.30,157.30,63.80,55.70,2240,ohcf,four,108,2bbl,3.62,2.64,8.70,73,4400,26,31,7603
|
||||
0,102,subaru,gas,std,four,sedan,fwd,front,97.20,172.00,65.40,52.50,2145,ohcf,four,108,2bbl,3.62,2.64,9.50,82,4800,32,37,7126
|
||||
0,102,subaru,gas,std,four,sedan,fwd,front,97.20,172.00,65.40,52.50,2190,ohcf,four,108,2bbl,3.62,2.64,9.50,82,4400,28,33,7775
|
||||
0,102,subaru,gas,std,four,sedan,fwd,front,97.20,172.00,65.40,52.50,2340,ohcf,four,108,mpfi,3.62,2.64,9.00,94,5200,26,32,9960
|
||||
0,102,subaru,gas,std,four,sedan,4wd,front,97.00,172.00,65.40,54.30,2385,ohcf,four,108,2bbl,3.62,2.64,9.00,82,4800,24,25,9233
|
||||
0,102,subaru,gas,turbo,four,sedan,4wd,front,97.00,172.00,65.40,54.30,2510,ohcf,four,108,mpfi,3.62,2.64,7.70,111,4800,24,29,11259
|
||||
0,89,subaru,gas,std,four,wagon,fwd,front,97.00,173.50,65.40,53.00,2290,ohcf,four,108,2bbl,3.62,2.64,9.00,82,4800,28,32,7463
|
||||
0,89,subaru,gas,std,four,wagon,fwd,front,97.00,173.50,65.40,53.00,2455,ohcf,four,108,mpfi,3.62,2.64,9.00,94,5200,25,31,10198
|
||||
0,85,subaru,gas,std,four,wagon,4wd,front,96.90,173.60,65.40,54.90,2420,ohcf,four,108,2bbl,3.62,2.64,9.00,82,4800,23,29,8013
|
||||
0,85,subaru,gas,turbo,four,wagon,4wd,front,96.90,173.60,65.40,54.90,2650,ohcf,four,108,mpfi,3.62,2.64,7.70,111,4800,23,23,11694
|
||||
1,87,toyota,gas,std,two,hatchback,fwd,front,95.70,158.70,63.60,54.50,1985,ohc,four,92,2bbl,3.05,3.03,9.00,62,4800,35,39,5348
|
||||
1,87,toyota,gas,std,two,hatchback,fwd,front,95.70,158.70,63.60,54.50,2040,ohc,four,92,2bbl,3.05,3.03,9.00,62,4800,31,38,6338
|
||||
1,74,toyota,gas,std,four,hatchback,fwd,front,95.70,158.70,63.60,54.50,2015,ohc,four,92,2bbl,3.05,3.03,9.00,62,4800,31,38,6488
|
||||
0,77,toyota,gas,std,four,wagon,fwd,front,95.70,169.70,63.60,59.10,2280,ohc,four,92,2bbl,3.05,3.03,9.00,62,4800,31,37,6918
|
||||
0,81,toyota,gas,std,four,wagon,4wd,front,95.70,169.70,63.60,59.10,2290,ohc,four,92,2bbl,3.05,3.03,9.00,62,4800,27,32,7898
|
||||
0,91,toyota,gas,std,four,wagon,4wd,front,95.70,169.70,63.60,59.10,3110,ohc,four,92,2bbl,3.05,3.03,9.00,62,4800,27,32,8778
|
||||
0,91,toyota,gas,std,four,sedan,fwd,front,95.70,166.30,64.40,53.00,2081,ohc,four,98,2bbl,3.19,3.03,9.00,70,4800,30,37,6938
|
||||
0,91,toyota,gas,std,four,hatchback,fwd,front,95.70,166.30,64.40,52.80,2109,ohc,four,98,2bbl,3.19,3.03,9.00,70,4800,30,37,7198
|
||||
0,91,toyota,diesel,std,four,sedan,fwd,front,95.70,166.30,64.40,53.00,2275,ohc,four,110,idi,3.27,3.35,22.50,56,4500,34,36,7898
|
||||
0,91,toyota,diesel,std,four,hatchback,fwd,front,95.70,166.30,64.40,52.80,2275,ohc,four,110,idi,3.27,3.35,22.50,56,4500,38,47,7788
|
||||
0,91,toyota,gas,std,four,sedan,fwd,front,95.70,166.30,64.40,53.00,2094,ohc,four,98,2bbl,3.19,3.03,9.00,70,4800,38,47,7738
|
||||
0,91,toyota,gas,std,four,hatchback,fwd,front,95.70,166.30,64.40,52.80,2122,ohc,four,98,2bbl,3.19,3.03,9.00,70,4800,28,34,8358
|
||||
0,91,toyota,gas,std,four,sedan,fwd,front,95.70,166.30,64.40,52.80,2140,ohc,four,98,2bbl,3.19,3.03,9.00,70,4800,28,34,9258
|
||||
1,168,toyota,gas,std,two,sedan,rwd,front,94.50,168.70,64.00,52.60,2169,ohc,four,98,2bbl,3.19,3.03,9.00,70,4800,29,34,8058
|
||||
1,168,toyota,gas,std,two,hatchback,rwd,front,94.50,168.70,64.00,52.60,2204,ohc,four,98,2bbl,3.19,3.03,9.00,70,4800,29,34,8238
|
||||
1,168,toyota,gas,std,two,sedan,rwd,front,94.50,168.70,64.00,52.60,2265,dohc,four,98,mpfi,3.24,3.08,9.40,112,6600,26,29,9298
|
||||
1,168,toyota,gas,std,two,hatchback,rwd,front,94.50,168.70,64.00,52.60,2300,dohc,four,98,mpfi,3.24,3.08,9.40,112,6600,26,29,9538
|
||||
2,134,toyota,gas,std,two,hardtop,rwd,front,98.40,176.20,65.60,52.00,2540,ohc,four,146,mpfi,3.62,3.50,9.30,116,4800,24,30,8449
|
||||
2,134,toyota,gas,std,two,hardtop,rwd,front,98.40,176.20,65.60,52.00,2536,ohc,four,146,mpfi,3.62,3.50,9.30,116,4800,24,30,9639
|
||||
2,134,toyota,gas,std,two,hatchback,rwd,front,98.40,176.20,65.60,52.00,2551,ohc,four,146,mpfi,3.62,3.50,9.30,116,4800,24,30,9989
|
||||
2,134,toyota,gas,std,two,hardtop,rwd,front,98.40,176.20,65.60,52.00,2679,ohc,four,146,mpfi,3.62,3.50,9.30,116,4800,24,30,11199
|
||||
2,134,toyota,gas,std,two,hatchback,rwd,front,98.40,176.20,65.60,52.00,2714,ohc,four,146,mpfi,3.62,3.50,9.30,116,4800,24,30,11549
|
||||
2,134,toyota,gas,std,two,convertible,rwd,front,98.40,176.20,65.60,53.00,2975,ohc,four,146,mpfi,3.62,3.50,9.30,116,4800,24,30,17669
|
||||
-1,65,toyota,gas,std,four,sedan,fwd,front,102.40,175.60,66.50,54.90,2326,ohc,four,122,mpfi,3.31,3.54,8.70,92,4200,29,34,8948
|
||||
-1,65,toyota,diesel,turbo,four,sedan,fwd,front,102.40,175.60,66.50,54.90,2480,ohc,four,110,idi,3.27,3.35,22.50,73,4500,30,33,10698
|
||||
-1,65,toyota,gas,std,four,hatchback,fwd,front,102.40,175.60,66.50,53.90,2414,ohc,four,122,mpfi,3.31,3.54,8.70,92,4200,27,32,9988
|
||||
-1,65,toyota,gas,std,four,sedan,fwd,front,102.40,175.60,66.50,54.90,2414,ohc,four,122,mpfi,3.31,3.54,8.70,92,4200,27,32,10898
|
||||
-1,65,toyota,gas,std,four,hatchback,fwd,front,102.40,175.60,66.50,53.90,2458,ohc,four,122,mpfi,3.31,3.54,8.70,92,4200,27,32,11248
|
||||
3,197,toyota,gas,std,two,hatchback,rwd,front,102.90,183.50,67.70,52.00,2976,dohc,six,171,mpfi,3.27,3.35,9.30,161,5200,20,24,16558
|
||||
3,197,toyota,gas,std,two,hatchback,rwd,front,102.90,183.50,67.70,52.00,3016,dohc,six,171,mpfi,3.27,3.35,9.30,161,5200,19,24,15998
|
||||
-1,90,toyota,gas,std,four,sedan,rwd,front,104.50,187.80,66.50,54.10,3131,dohc,six,171,mpfi,3.27,3.35,9.20,156,5200,20,24,15690
|
||||
-1,?,toyota,gas,std,four,wagon,rwd,front,104.50,187.80,66.50,54.10,3151,dohc,six,161,mpfi,3.27,3.35,9.20,156,5200,19,24,15750
|
||||
2,122,volkswagen,diesel,std,two,sedan,fwd,front,97.30,171.70,65.50,55.70,2261,ohc,four,97,idi,3.01,3.40,23.00,52,4800,37,46,7775
|
||||
2,122,volkswagen,gas,std,two,sedan,fwd,front,97.30,171.70,65.50,55.70,2209,ohc,four,109,mpfi,3.19,3.40,9.00,85,5250,27,34,7975
|
||||
2,94,volkswagen,diesel,std,four,sedan,fwd,front,97.30,171.70,65.50,55.70,2264,ohc,four,97,idi,3.01,3.40,23.00,52,4800,37,46,7995
|
||||
2,94,volkswagen,gas,std,four,sedan,fwd,front,97.30,171.70,65.50,55.70,2212,ohc,four,109,mpfi,3.19,3.40,9.00,85,5250,27,34,8195
|
||||
2,94,volkswagen,gas,std,four,sedan,fwd,front,97.30,171.70,65.50,55.70,2275,ohc,four,109,mpfi,3.19,3.40,9.00,85,5250,27,34,8495
|
||||
2,94,volkswagen,diesel,turbo,four,sedan,fwd,front,97.30,171.70,65.50,55.70,2319,ohc,four,97,idi,3.01,3.40,23.00,68,4500,37,42,9495
|
||||
2,94,volkswagen,gas,std,four,sedan,fwd,front,97.30,171.70,65.50,55.70,2300,ohc,four,109,mpfi,3.19,3.40,10.00,100,5500,26,32,9995
|
||||
3,?,volkswagen,gas,std,two,convertible,fwd,front,94.50,159.30,64.20,55.60,2254,ohc,four,109,mpfi,3.19,3.40,8.50,90,5500,24,29,11595
|
||||
3,256,volkswagen,gas,std,two,hatchback,fwd,front,94.50,165.70,64.00,51.40,2221,ohc,four,109,mpfi,3.19,3.40,8.50,90,5500,24,29,9980
|
||||
0,?,volkswagen,gas,std,four,sedan,fwd,front,100.40,180.20,66.90,55.10,2661,ohc,five,136,mpfi,3.19,3.40,8.50,110,5500,19,24,13295
|
||||
0,?,volkswagen,diesel,turbo,four,sedan,fwd,front,100.40,180.20,66.90,55.10,2579,ohc,four,97,idi,3.01,3.40,23.00,68,4500,33,38,13845
|
||||
0,?,volkswagen,gas,std,four,wagon,fwd,front,100.40,183.10,66.90,55.10,2563,ohc,four,109,mpfi,3.19,3.40,9.00,88,5500,25,31,12290
|
||||
-2,103,volvo,gas,std,four,sedan,rwd,front,104.30,188.80,67.20,56.20,2912,ohc,four,141,mpfi,3.78,3.15,9.50,114,5400,23,28,12940
|
||||
-1,74,volvo,gas,std,four,wagon,rwd,front,104.30,188.80,67.20,57.50,3034,ohc,four,141,mpfi,3.78,3.15,9.50,114,5400,23,28,13415
|
||||
-2,103,volvo,gas,std,four,sedan,rwd,front,104.30,188.80,67.20,56.20,2935,ohc,four,141,mpfi,3.78,3.15,9.50,114,5400,24,28,15985
|
||||
-1,74,volvo,gas,std,four,wagon,rwd,front,104.30,188.80,67.20,57.50,3042,ohc,four,141,mpfi,3.78,3.15,9.50,114,5400,24,28,16515
|
||||
-2,103,volvo,gas,turbo,four,sedan,rwd,front,104.30,188.80,67.20,56.20,3045,ohc,four,130,mpfi,3.62,3.15,7.50,162,5100,17,22,18420
|
||||
-1,74,volvo,gas,turbo,four,wagon,rwd,front,104.30,188.80,67.20,57.50,3157,ohc,four,130,mpfi,3.62,3.15,7.50,162,5100,17,22,18950
|
||||
-1,95,volvo,gas,std,four,sedan,rwd,front,109.10,188.80,68.90,55.50,2952,ohc,four,141,mpfi,3.78,3.15,9.50,114,5400,23,28,16845
|
||||
-1,95,volvo,gas,turbo,four,sedan,rwd,front,109.10,188.80,68.80,55.50,3049,ohc,four,141,mpfi,3.78,3.15,8.70,160,5300,19,25,19045
|
||||
-1,95,volvo,gas,std,four,sedan,rwd,front,109.10,188.80,68.90,55.50,3012,ohcv,six,173,mpfi,3.58,2.87,8.80,134,5500,18,23,21485
|
||||
-1,95,volvo,diesel,turbo,four,sedan,rwd,front,109.10,188.80,68.90,55.50,3217,ohc,six,145,idi,3.01,3.40,23.00,106,4800,26,27,22470
|
||||
-1,95,volvo,gas,turbo,four,sedan,rwd,front,109.10,188.80,68.90,55.50,3062,ohc,four,141,mpfi,3.78,3.15,9.50,114,5400,19,25,22625
|
||||
|
9569
datasets/regression/power-plant.csv
Normal file
9569
datasets/regression/power-plant.csv
Normal file
File diff suppressed because it is too large
Load Diff
62
src/data.py
Normal file
62
src/data.py
Normal file
@@ -0,0 +1,62 @@
|
||||
import pandas as pd
|
||||
import numpy as np
|
||||
|
||||
from typing_extensions import Self
|
||||
|
||||
class Dataset:
|
||||
def __init__(self, csv:str, target:str) -> None:
|
||||
data = pd.read_csv(csv)
|
||||
|
||||
# move target to the start
|
||||
col_target = data.pop(target)
|
||||
data.insert(0, target, col_target)
|
||||
|
||||
self.data = data
|
||||
self.target = target
|
||||
self.classification = (data[target].dtype == object)
|
||||
|
||||
def regularize(self, excepts:list=[]) -> Self:
|
||||
excepts.append(self.target)
|
||||
for col in self.data:
|
||||
if col not in excepts:
|
||||
dt = self.data[col]
|
||||
self.data[col] = (dt - dt.mean()) / dt.std()
|
||||
return self
|
||||
|
||||
def factorize(self, columns:list=[]) -> Self:
|
||||
data = self.data
|
||||
for col in columns:
|
||||
data[col] = pd.factorize(data[col])[0]
|
||||
return self
|
||||
|
||||
def to_numbers(self, columns:list=[]) -> Self:
|
||||
data = self.data
|
||||
for col in self.data.columns:
|
||||
if data[col].dtype == object:
|
||||
data[col] = pd.to_numeric(data[col], errors='coerce')
|
||||
return self
|
||||
|
||||
def handle_na(self) -> Self:
|
||||
self.data = self.data.dropna()
|
||||
return self
|
||||
|
||||
def shuffle(self) -> Self:
|
||||
self.data = self.data.sample(frac=1)
|
||||
return self
|
||||
|
||||
def as_ndarray(self, bias=True):
|
||||
data = self.data.copy()
|
||||
if bias: data.insert(1, "Bias", 1.0)
|
||||
return data.to_numpy()
|
||||
|
||||
class PrincipalComponentAnalisys:
|
||||
def __init__(self, data:np.ndarray) -> None:
|
||||
self.data = data
|
||||
|
||||
def reduce(self, total:int=0, threshold:float=1) -> Self:
|
||||
columns = self.data.shape[1]
|
||||
if total > columns or total <= 0:
|
||||
total = columns
|
||||
if threshold <= 0 or threshold > 1:
|
||||
threshold = 1
|
||||
|
||||
83
src/linear_regression.py
Normal file
83
src/linear_regression.py
Normal file
@@ -0,0 +1,83 @@
|
||||
import math as math
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
from data import Dataset
|
||||
|
||||
|
||||
class LinearRegression:
|
||||
def __init__(self, dataset:Dataset, learning_rate:float=0.1) -> None:
|
||||
ndarray = dataset.shuffle().as_ndarray()
|
||||
parameters = ndarray.shape[1] - 1 #removing the result
|
||||
|
||||
split = int(ndarray.shape[0] * 0.2)
|
||||
self.testset = ndarray[split:]
|
||||
self.trainingset = ndarray[:split]
|
||||
|
||||
self.theta = np.random.rand(parameters)
|
||||
self.alpha = max(0, learning_rate)
|
||||
|
||||
def learn(self, times:int) -> list:
|
||||
train = []
|
||||
test = []
|
||||
for _ in range(0, max(1, times)):
|
||||
train.append(self.learning_step())
|
||||
test.append(self.test_error())
|
||||
return (train, test)
|
||||
|
||||
def learning_step(self) -> float:
|
||||
theta = self.theta
|
||||
alpha = self.alpha
|
||||
x = np.delete(self.trainingset, 0, 1)
|
||||
y = self.trainingset[:, 0]
|
||||
m = self.trainingset.shape[0]
|
||||
|
||||
diff = (x.dot(theta) - y)
|
||||
sum = np.sum(diff * x.T, axis=1)
|
||||
theta -= alpha * (1/m) * sum
|
||||
self.theta = theta
|
||||
return self._error(x, y, m)
|
||||
|
||||
def test_error(self) -> float:
|
||||
x = np.delete(self.testset, 0, 1)
|
||||
y = self.testset[:, 0]
|
||||
m = self.testset.shape[0]
|
||||
return self._error(x, y, m)
|
||||
|
||||
def _error(self, x:np.ndarray, y:np.ndarray, m:int) -> float:
|
||||
diff = (x.dot(self.theta) - y)
|
||||
return 1/(2*m) * np.sum(diff ** 2)
|
||||
|
||||
def auto_mpg(epoch:int):
|
||||
df = Dataset("datasets\\auto-mpg.csv", "MPG")
|
||||
|
||||
df.to_numbers(["HP"])
|
||||
df.handle_na()
|
||||
df.regularize(excepts=["Cylinders","Year","Origin"])
|
||||
|
||||
lr = LinearRegression(df, learning_rate=0.0001)
|
||||
return lr.learn(epoch)
|
||||
|
||||
def automobile(epoch:int):
|
||||
df = Dataset("datasets\\regression\\automobile.csv", "symboling")
|
||||
|
||||
attributes_to_modify = ["fuel-system", "engine-type", "drive-wheels", "body-style", "make", "engine-location", "aspiration", "fuel-type", "num-of-cylinders", "num-of-doors"]
|
||||
df.factorize(attributes_to_modify)
|
||||
df.to_numbers()
|
||||
df.handle_na()
|
||||
df.regularize(excepts=attributes_to_modify)
|
||||
|
||||
lr = LinearRegression(df, learning_rate=0.001)
|
||||
return lr.learn(epoch)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
epoch = 10000
|
||||
skip = - int(epoch * 0.9)
|
||||
err_train, err_test = auto_mpg(epoch)
|
||||
plt.title("Error")
|
||||
plt.xlabel("Time")
|
||||
plt.ylabel("Mean Error")
|
||||
plt.plot(err_train[skip:-1], color="red")
|
||||
plt.plot(err_test[skip:-1], color="blue")
|
||||
plt.show()
|
||||
Reference in New Issue
Block a user