Consider the Cars data set downloaded from…
Question Consider the Cars data set downloaded from… Image transcription textQuestion 2 (10 points) Consider the Cars data set downloaded from UCI ML. A more through detaileddescription of the dataset can be found at:http://archive.ics.uci.edu/ml/machine-learning-databases/auto-mpg/auto-mpg_names In general i… Show more… Show moreConsider the Cars data set downloaded from http://archive.ics.uci.edu/ml/datasets/Auto+MPGA more through detailed description of the dataset can be found at: http://archive.ics.uci.edu/ml/machine-learning-databases/auto-mpg/auto-mpg.namesIn general in Machine Learning/Data Science we would try to fit a model say Linear Regression on this data set and evaluate the model accuracy.But prior to that we might want to do some data analysis. Given this data set, we want to find out the unique values for the number of cylinders the cars have in our dataset.Input: csv file (Read from the csv file in the same directory)Note: The data set given to you already has the field headers(labels) and is exhasutive for this problem. The links to the datasets are just given for reference, in case you want to take a step further and fit some ML models on it.Output: SetHint 1: Revisit the Lab where we read csv files.Hint 2: Use csv.DictReaderHint 3: Try using a setRubric: (partial) -2 for each missing value in the set. This means if hypothetically 3 values were expected and you output only 2 of them, you get a score of 8/10 Computer Science Engineering & Technology Python Programming DSCI 510 Share QuestionEmailCopy link Comments (0)


