powered by
This data set contains \(1460\) rows (customers) and \(81\) columns (features). The "SalePrice" column is the target.
data( housePrice )
The housePrice dataset, as a data frame, contains \(1460\) rows (customers) and \(81\) columns (variables/features).
housePrice
For more information related to the dataset see:
https://www.kaggle.com/c/house-prices-advanced-regression-techniques/data
adult, churn, churnTel, classifyRisk
adult
churn
churnTel
classifyRisk
# NOT RUN { data( housePrice ) str( housePrice ) # }
Run the code above in your browser using DataLab