House Price Predictor | Build with AI
← Back to Tools

House Price Predictor

Seattle/King County house price prediction and visualization (21,613 houses, 2014-2015)

{#if loading}
{:else if error}
{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)}

{#if statistics.percentiles}

Percentiles

25th {formatCurrency(statistics.percentiles['25'])}
75th {formatCurrency(statistics.percentiles['75'])}
90th {formatCurrency(statistics.percentiles['90'])}
{/if}
{/if} {#if metadata}

{metadata.region}
{metadata.data_period}

{/if}
{/if}