dhjnam / melbourne-housing-prices

Predict Housing Prices in Melbourne Area
0 stars 0 forks source link

Explore: How do `Longitude` and `Latitude` predict other local features and `Price`? #4

Open dhjnam opened 11 months ago

dhjnam commented 11 months ago

(Longitude, Latitude) should in theory exactly predict the following features:

which leads to the assumption that we can (at least in theory) drop the listed features in favour of (Longitude, Latitude). However, Price could be influenced by the other features as well. For example, names of certain localities may be associated with higher (or lower) prices at the buyers / sellers side.

Task: Explore PriceCategories in close up chart views. Nice: Write an interactive browser application to explore the relation (Longitude, Latitude) -> Price interactively.