Skip to main content

package to assist with data analytics in real estate

Project description

pyRealEstate

pyRealEstate is a library designed for data scientists working in the real estate industry. pyRealEstate is still currently under development but is aimed at providing functions to assist in the development and evaluation of AVM's.

Instructions

  1. Install:
pip3 install pyRealEstate

Tutorial on how to test AVM Performance

pyRealEstate can calculate the COD (Coefficient of Dispersion) and PRD (Price Related Differential) as shown below

import numpy as np 
from pyRealEstate import RealEstateMetrics
appr = np.array([25500,57000,39000,90000,51000,93000,49500])
sale = np.array([75000,150000,90000,180000,90000,150000,75000])
RealEstateMetrics.COD(appr,sale)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyRealEstate-0.0.2.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

pyRealEstate-0.0.2-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page