← Back to Tools
{#if loading}
House Price Predictor
Seattle/King County house price prediction and visualization (21,613 houses, 2014-2015)
{error}
{:else}
Filters
Price Range
Bedrooms
Zipcode
Selection
Beds: {predBedrooms}
Baths: {predBathrooms}
Sqft: {predSqft.toLocaleString()}
Age: {predAge}yr
{predBedrooms} bed
{predBathrooms} bath
{predSqft.toLocaleString()} sqft
{predAge}yr old
{#if prediction}
{prediction.formatted_price}
{/if}
Stats
{#if statistics}Total
{statistics.count?.toLocaleString()}
Avg
{formatCurrency(statistics.mean)}
Median
{formatCurrency(statistics.median)}
Min
{formatCurrency(statistics.min)}
Max
{formatCurrency(statistics.max)}
Percentiles
25th
{formatCurrency(statistics.percentiles['25'])}
75th
{formatCurrency(statistics.percentiles['75'])}
90th
{formatCurrency(statistics.percentiles['90'])}
{metadata.region}
{metadata.data_period}