Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In this assignment, we will practice with the regression task. The real _ estate _ value has the information of over 4 0 0 houses
In this assignment, we will practice with the regression task. The realestatevalue has the information of over houses in Taiwan and their Unit Price price per squared unit A few rows in the data:
As you can see, there are five features:
HouseAge age of the houses
DistanceToMRT distance to the nearest MRT station
NoOfStores number of convenient stores in the area
LatitudeLongtitude
And the target is the UnitPrice.
Please do these following:
Import the data, split into training and testing you can choose the ratio
Examine the data and decide the preprocessing steps you need to do you need to justify all preprocessing steps you have explain why you decide to do that step
Please fine tune a decision tree and a random forest on the processed data. Please report their performances.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started