lisbon
Explore the regression algorithm using the prices of Lisbon's
houses. This dataset contains a total of 246 records.
data(lisbon)
A data frame with 246 rows and 17 variables:
integer, is a unique identifying number assigned to each house.
character, The house condition (i.e., New, Used, As New, For Refurbishment).
character, Property type (i.e., Home, Single habitation)
character, Property Sub Type (i.e., Apartment, duplex, etc.)
integer, Number of Bedrooms
integer, Number of Bathrooms
integer, Net area of the house
integer, Gross area of the house
integer, Number of parking places
numeric, Geographical Latitude
numeric, Geographical Longitude
character, Country where the house is located
character, District where the house is located
character, Municipality where the house is located
character, Parish where the house is located
integer, Price per m² in the location of the house
integer, This is our training variable and target. It is the home price.
Data from Kaggle https://www.kaggle.com/datasets/cgrodrigues/lisbon-house-prices.