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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nyc_prop_prediction-0.1.4.tar.gz.
File metadata
- Download URL: nyc_prop_prediction-0.1.4.tar.gz
- Upload date:
- Size: 125.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1750f7548aa4a8b641650a013100a3fc870af3fd832a9e84e4120b430c7e0f0
|
|
| MD5 |
4e271fd940a20045c212473a2f76d6fd
|
|
| BLAKE2b-256 |
465b3b6e3afa488b87c54ec6278ebb32de3d5420faf88111a02e281fee034502
|
File details
Details for the file nyc_prop_prediction-0.1.4-py3-none-any.whl.
File metadata
- Download URL: nyc_prop_prediction-0.1.4-py3-none-any.whl
- Upload date:
- Size: 121.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67bb13c8720f2830aa68a8ab91a04d096c6cf1bac84714e59fe4ac054e031be1
|
|
| MD5 |
be8a5f8a80aae6805d594f10c9cde4a3
|
|
| BLAKE2b-256 |
44b84a7a73a3507d3dd774766265a737164d7745588752e7bcb5384e74924d01
|