Metadata-Version: 2.1
Name: pyRealEstate
Version: 0.0.7
Summary: package to assist with data analytics in real estate
Home-page: https://github.com/Joshua-Data-Wizard/PyRealEstate/tree/main
Author: Joshua Jorgensen
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE

# pyRealEstate

pyRealEstate is a package designed for data scientists working in the real estate industry.  This Library aims to provide tools to help in the preprocessing of data, feature engineering and evaluation 
of AVM's (Automated Valuation Models). Some of the metrics provided in this library are the COD ( Coeficient of Disspersion), PRD ( Price Related Differential) and weighted mean for example. pyRealEstate is still currently under development, please check back for updates frequently. 

## Installation

Simply run:
```
pip install pyRealEstate
```
