Note:
Your model is not yet trained. You have to train the model before you can score.
Note:
"mpg" is the target attribute for prediction. It is the last column in the CSV file.
Note:
Your model is not yet trained. You have to train the model before you can score.
Note:
Your model is not yet trained. You have to train the model before you can score.
After the uploaded file is scored, it will be returned with an additional column:
prediction (the last column in the file).
Add / Delete Rows | Predicted MPG | Cylinders | Displacement | Horsepower | Weight | Acceleration | Model Year | Origin | Car Name |
Add / Delete | 6 | 225 | 100 | 3430 | 17.2 | 78 | 1 | plymouth volare | |
Add / Delete | 8 | 350 | 155 | 4502 | 13.5 | 72 | 1 | buick lesabre custom | |
Add / Delete | 8 | 350 | 165 | 4209 | 12 | 71 | 1 | chevrolet impala | |
Add / Delete | 8 | 350 | 170 | 4165 | 11.4 | 77 | 1 | chevrolet monte carlo landau | |
Add / Delete | 4 | 120 | 88 | 2957 | 17 | 75 | 2 | peugeot 504 | |
Add / Delete | 4 | 141 | 71 | 3190 | 24.8 | 79 | 2 | peugeot 504 | |
Add / Delete | 8 | 340 | 160 | 3609 | 8 | 70 | 1 | plymouth 'cuda 340 | |
Add / Delete | 4 | 151 | 90 | 2670 | 16 | 79 | 1 | buick skylark limited | |
Add / Delete | 4 | 97 | 78 | 2188 | 15.8 | 80 | 2 | audi 4000 | |
Add / Delete | 4 | 140 | 88 | 2870 | 18.1 | 80 | 1 | ford fairmont | |
Add / Delete | 4 | 88 | 76 | 2065 | 14.5 | 71 | 2 | fiat 124b | |
Add / Delete | 6 | 258 | 120 | 3410 | 15.1 | 78 | 1 | amc concord d/l | |
Add / Delete | 4 | 97 | 92 | 2288 | 17 | 72 | 3 | datsun 510 (sw) | |
Add / Delete | 4 | 91 | 53 | 1795 | 17.4 | 76 | 3 | honda civic | |
Add / Delete | 6 | 225 | 95 | 3264 | 16 | 75 | 1 | plymouth valiant custom | |
Add / Delete | 4 | 151 | 90 | 2735 | 18 | 82 | 1 | pontiac phoenix | |
Add / Delete | 4 | 112 | 88 | 2640 | 18.6 | 82 | 1 | chevrolet cavalier wagon | |
Add / Delete | 8 | 351 | 148 | 4657 | 13.5 | 75 | 1 | ford ltd | |
Add / Delete | 6 | 231 | 105 | 3425 | 16.9 | 77 | 1 | buick skylark | |
Add / Delete | 6 | 173 | 115 | 2700 | 12.9 | 79 | 1 | oldsmobile omega brougham | |
Add / Delete | 6 | 231 | 110 | 3907 | 21 | 75 | 1 | buick century |
Note:
Your model is not yet trained. You have to train the model before you can score.
Note:
For your convenience here's a sample Python application.