Skip to content

Lab2 - Linear Regression #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions Data/mtcarsdata-4features.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Model, mpg, disp, hp, weight
Mazda_RX4, 21, 160, 110, 2.62
Mazda_RX4Wag, 21, 160, 110, 2.875
Datsun_710, 22.8, 108, 93, 2.32
Hornet_4_Drive, 21.4, 258, 110, 3.215
Hornet_Sportabout, 18.7, 360, 175, 3.44
Valiant, 18.1, 225, 105, 3.46
Duster_360, 14.3, 360, 245, 3.57
Merc_240D, 24.4, 146.7, 62, 3.19
Merc_230, 22.8, 140.8, 95, 3.15
Merc_280, 19.2, 167.6, 123, 3.44
Merc_280C, 17.8, 167.6, 123, 3.44
Merc_450SE, 16.4, 275.8, 180, 4.07
Merc_450SL, 17.3, 275.8, 180, 3.73
Merc_450SLC, 15.2, 275.8, 180, 3.78
Cadillac_Fleetwood, 10.4, 472, 205, 5.25
Lincoln_Continental, 10.4, 460, 215, 5.424
Chrysler_Imperial, 14.7, 440, 230, 5.345
Fiat_128, 32.4, 78.7, 66, 2.2
Honda_Civic, 30.4, 75.7, 52, 1.615
Toyota_Corolla, 33.9, 71.1, 65, 1.835
Toyota_Corona, 21.5, 120.1, 97, 2.465
Dodge_Challenger, 15.5, 318, 150, 3.52
AMC_Javelin, 15.2, 304, 150, 3.435
Camaro_Z28, 13.3, 350, 245, 3.84
Pontiac_Firebird, 19.2, 400, 175, 3.845
Fiat_X1-9, 27.3, 79, 66, 1.935
Porsche_914-2, 26, 120.3, 91, 2.14
Lotus_Europa, 30.4, 95.1, 113, 1.513
Ford_Pantera_L, 15.8, 351, 264, 3.17
Ferrari_Dino, 19.7, 145, 175, 2.77
Maserati_Bora, 15, 301, 335, 3.57
Volvo_142E, 21.4, 121, 109, 2.78
Loading