Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions hugo/layouts/report.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ <h5>What information does this report contain?</h5>
be most significant for your estimated home value in {{ .Params.assessment_year }}.
The top of the report shows the location and characteristics of your home. The
middle section of the report compares the location and characteristics of the
top five sales to your home’s location and characteristics. At the end,
the report summarizes the prices of the top five sales and compares them
most significant sales to your home’s location and characteristics. At the end,
the report summarizes the prices of the most significant sales and compares them
to your home’s estimated value.
</p>
<p>
If you have a background in statistics or computer science, you might be interested in our article
<a href="https://ccao-data.github.io/lightsnip/articles/finding-comps.html" target="_blank">Finding comparables with LightGBM</a>.
This article provides technical details about how we found the top five most significant sales for each home.
This article provides technical details about how we found the most significant sales for each home.
</p>
</div>
</div>
Expand Down Expand Up @@ -454,7 +454,7 @@ <h3 class="mb-3">Size and Age</h3>
{{ define "card-comps" }}

<!-- Comp map -->
<h2 class="mb-3">Top 5 Most Significant Sales</h2>
<h2 class="mb-3">Most Significant Sales</h2>
<p>
This map shows your home along with five sales that an
algorithm identified as being significant for the model's estimate
Expand All @@ -476,14 +476,14 @@ <h2 class="mb-3">Top 5 Most Significant Sales</h2>
class="mt-4"
id="sale-characteristics-{{ .card.card_num }}"
>
Characteristics for Top 5 Most Significant Sales
Characteristics for Most Significant Sales
</h3>
<p>
"Characteristics" are data points about a home that help the
{{ template "tt" (dict "label" "model" "description" .Params.var_info.model.description) }}
compare it to recent sales. The table below shows all of the characteristics
that the model used to estimate your home value alongside the
characteristics for the top five sales.
characteristics for the most significant sales.
</p>
<p>
Each characteristic has a
Expand Down Expand Up @@ -678,10 +678,10 @@ <h2 class="mb-3">Top 5 Most Significant Sales</h2>
</div>

<h3 class="mb-3">
Summary of the Top 5 Most Significant Sales
Summary of the Most Significant Sales
</h3>
<p>
The top five most significant sales took place
The most significant sales took place
{{ .card.comp_summary.sale_year_range_prefix }}
<strong>{{ .card.comp_summary.sale_year_range }}</strong>.
These sale prices ranged from
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate_homeval/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# need to switch to dev tables for testing
HOMEVAL_ASSESSMENT_CARD_TABLE = "pinval.vw_assessment_card"
HOMEVAL_COMP_TABLE = "pinval.vw_comp"
HOMEVAL_DATA_DICT_TABLE = "pinval.vars_dict"
HOMEVAL_DATA_DICT_TABLE = "z_ci_update_vars_dict_bldg_sqft_desc_pinval.vars_dict"
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reminder: Revert before merging