Skip to main content

property price predictor

Project description

nyc_prop_prediction

This is a library designed for quick prediciton of housing prices in nyc

Example

Suppose I want to find companies that have filed either an S-1, 10-K or 10-Q between January 2021 and March 2023

predictor = predict()
sqft = 500
year_built = 1970
year_sold = 2023
num_libraries = 1
num_parks = 5
num_schools = 0
zipcode = 10037
mod = nyc_prop_prediction.predict()
input = [[sqft,year_built,year_sold,num_libraries,num_parks,num_schools]]

print(predictor.predict_price(input_type='zipcode',model='gradient',inputs=input))

Installation

nyc_prop_prediction can be installed via PyPi by running:

pip install nyc_prop_prediction

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

nyc_prop_prediction-0.1.4.tar.gz (125.4 kB view hashes)

Uploaded Source

Built Distribution

nyc_prop_prediction-0.1.4-py3-none-any.whl (121.7 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