Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.03 KB

release_notes.md

File metadata and controls

38 lines (23 loc) · 1.03 KB

hpiR 0.3.2

   

Release Notes

 

With the release of version 0.3.2, hpiR conforms with forthcoming release of dplyr v1.0.0

Overview

This package easily calculates house price indexes by the following methods:

  • Repeat Sales
  • Hedonic Regression
  • Interpretable Random Forest (NEW!)

In addition to creating indexes, hpiR also present a standard framework for comparing the quality of indexes across the following measures:

  • Volatility
  • Revision
  • Accuracy
    • In-sample
    • Out-of-sample (k-fold)
    • Out-of-time (forward prediction)

A test dataset of over 43,000 home sales from the City of Seattle is included.

 

Documentation

For just getting started, see the Introduction Vignette from within the package or at this link.

For more information on the Interpretable Random Forest method to creating house price index, see this working paper.