mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
initial setup
This commit is contained in:
parent
9812bf0fb9
commit
b5e982c717
10 changed files with 2106262 additions and 0 deletions
6
etl/eligibility/README.md
Normal file
6
etl/eligibility/README.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Eligiblity
|
||||
|
||||
This codebase is responsible for determining if properties look like they would be
|
||||
eligible for retrofit funding schemes. In order to do this, we use our SAP ML model, to score
|
||||
what the property would look like after a retrofit. We then compare this to the eligibility
|
||||
criteria of various schemes, to determing if the property looks likely to be eligible for funding.
|
||||
0
etl/eligibility/__init__.py
Normal file
0
etl/eligibility/__init__.py
Normal file
1048576
etl/eligibility/ha_15_32/HA 15 Identified addresses.csv
Normal file
1048576
etl/eligibility/ha_15_32/HA 15 Identified addresses.csv
Normal file
File diff suppressed because it is too large
Load diff
1048576
etl/eligibility/ha_15_32/HA 32 Identfied addresses.csv
Normal file
1048576
etl/eligibility/ha_15_32/HA 32 Identfied addresses.csv
Normal file
File diff suppressed because it is too large
Load diff
7667
etl/eligibility/ha_15_32/HA15 - ASSET LIST.csv
Normal file
7667
etl/eligibility/ha_15_32/HA15 - ASSET LIST.csv
Normal file
File diff suppressed because it is too large
Load diff
1419
etl/eligibility/ha_15_32/HA32 - ASSET LIST.csv
Normal file
1419
etl/eligibility/ha_15_32/HA32 - ASSET LIST.csv
Normal file
File diff suppressed because it is too large
Load diff
0
etl/eligibility/ha_15_32/__init__.py
Normal file
0
etl/eligibility/ha_15_32/__init__.py
Normal file
14
etl/eligibility/ha_15_32/app.py
Normal file
14
etl/eligibility/ha_15_32/app.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
"""
|
||||
This process has been created to compare the model based eligibility process against the in-person process
|
||||
used by the Warmfront team, to identify which properties are eligible for ECO4 and GBIS funding. This
|
||||
work is being done in December 2023, prior to completion of acquisition
|
||||
"""
|
||||
|
||||
import pandas as pd
|
||||
|
||||
|
||||
def load_data():
|
||||
"""
|
||||
This function loads the asset lists and identified addresses for HA32 and HA15
|
||||
:return:
|
||||
"""
|
||||
1
etl/eligibility/ha_15_32/requirements.txt
Normal file
1
etl/eligibility/ha_15_32/requirements.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
pandas
|
||||
3
keyzy_pilot.csv
Normal file
3
keyzy_pilot.csv
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
address,postcode,Notes,,,,
|
||||
2 South Terrace,NN1 5JY,,,,,
|
||||
25 Albert Street,PO12 4TY,,,,,
|
||||
|
Loading…
Add table
Reference in a new issue