Question: 1 . Analyze the dataset and explain whether this is a Regression or Classification andwhich algorithm will you apply for this problem.Explain the concept of
Analyze the dataset and explain whether this is a Regression or Classification andwhich algorithm will you apply for this problem.Explain the concept of dependent and independent variables and which is thedependent variable in this dataset.Explanation should be included in a Word document Marks Using Jupyter Notebook or any suitable IDE:a import the necessary librariesb read the datasetCode Marks Analyze the dataset bya display the first rowsb display the last rowsc print the number of rows and columns in the datasetCode Marks Check if this dataset has any missing values and print the resultCode MarksArtificial IntelligenceAssignment Implement the correct algorithm required for this task Linear or Logistica Extract the X feature and Y targetCode MarksInclude explanation in the Word document about X feature and Y targetExplanation Markb Divide the data into training and testing sets to evaluate the models performanceon unseen data. Keep the test size and random state Code Marksc Implement the algorithm and find the first values for the actual data and thepredicted valuesCode Marks Resulta Show the result with the Confusion MatrixCode MarksIn your Word document, explain the values obtained in this matrix Marksb Calculate and print the Precision, Recall and F ScoreCode MarksExplanation Mark ConclusionList your learnings from this assignment and your overall understanding of the MLalgorithm you implemented
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
