Merge pull request #144 from Hestia-Homes/hotwaterkwh-dev-model

remove the same feature: cost, photo and mainheat
This commit is contained in:
KhalimCK 2024-08-09 11:04:09 +01:00 committed by GitHub
commit 0307da523b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 28 additions and 33 deletions

View file

@ -33,9 +33,9 @@ default:
drop_columns: ["heating_kwh"] drop_columns: ["heating_kwh"]
retain_features: [ retain_features: [
'uprn', 'uprn',
'heating-cost-current', # 'heating-cost-current',
'co2-emissions-current', 'co2-emissions-current',
'hot-water-cost-current', # 'hot-water-cost-current',
'total-floor-area', 'total-floor-area',
'secondheat-description', 'secondheat-description',
'floor-description', 'floor-description',
@ -64,7 +64,7 @@ default:
'number-open-fireplaces', 'number-open-fireplaces',
'number-heated-rooms', 'number-heated-rooms',
'windows-description', 'windows-description',
'photo-supply', # 'photo-supply',
'heat-loss-corridor', 'heat-loss-corridor',
'flat-top-storey', 'flat-top-storey',
'unheated-corridor-length', 'unheated-corridor-length',
@ -78,9 +78,9 @@ default:
'transaction-type', 'transaction-type',
'floor-energy-eff', 'floor-energy-eff',
'lodgement-month', 'lodgement-month',
'lighting-cost-current', # 'lighting-cost-current',
'glazed-area', 'glazed-area',
'main-heating-controls', # 'main-heating-controls',
'estimate_annual_kwh', 'estimate_annual_kwh',
] ]

View file

@ -24,9 +24,7 @@ stages:
- heating_kwh - heating_kwh
default.feature_processor.feature_processor_config.retain_features: default.feature_processor.feature_processor_config.retain_features:
- uprn - uprn
- heating-cost-current
- co2-emissions-current - co2-emissions-current
- hot-water-cost-current
- total-floor-area - total-floor-area
- secondheat-description - secondheat-description
- floor-description - floor-description
@ -55,7 +53,6 @@ stages:
- number-open-fireplaces - number-open-fireplaces
- number-heated-rooms - number-heated-rooms
- windows-description - windows-description
- photo-supply
- heat-loss-corridor - heat-loss-corridor
- flat-top-storey - flat-top-storey
- unheated-corridor-length - unheated-corridor-length
@ -69,9 +66,7 @@ stages:
- transaction-type - transaction-type
- floor-energy-eff - floor-energy-eff
- lodgement-month - lodgement-month
- lighting-cost-current
- glazed-area - glazed-area
- main-heating-controls
- estimate_annual_kwh - estimate_annual_kwh
default.feature_processor.feature_processor_config.subsample_amount: default.feature_processor.feature_processor_config.subsample_amount:
default.feature_processor.feature_processor_config.subsample_seed: 0 default.feature_processor.feature_processor_config.subsample_seed: 0
@ -87,8 +82,8 @@ stages:
outs: outs:
- path: data/prepared_data/ - path: data/prepared_data/
hash: md5 hash: md5
md5: 19abfc15e24cd8a869a0f3f087e09584.dir md5: c45c73e2e25a5c9697a788cfa04f232d.dir
size: 13396685 size: 11682246
nfiles: 2 nfiles: 2
build_model: build_model:
cmd: python 2_build_model.py cmd: python 2_build_model.py
@ -99,8 +94,8 @@ stages:
size: 4820 size: 4820
- path: data/prepared_data - path: data/prepared_data
hash: md5 hash: md5
md5: 19abfc15e24cd8a869a0f3f087e09584.dir md5: c45c73e2e25a5c9697a788cfa04f232d.dir
size: 13396685 size: 11682246
nfiles: 2 nfiles: 2
params: params:
configs/build_model.yaml: configs/build_model.yaml:
@ -132,17 +127,17 @@ stages:
outs: outs:
- path: data/fit_predictions/ - path: data/fit_predictions/
hash: md5 hash: md5
md5: 0e2f1131b24eafa09ccbab91a36cac6c.dir md5: 6abffc8f19e3bb14345f0504a96fd214.dir
size: 1787805 size: 1788386
nfiles: 1 nfiles: 1
- path: data/model/ - path: data/model/
hash: md5 hash: md5
md5: 77c0900cda64c1beaef6782d04fd712e.dir md5: aee2886545c62efbf26d49f32bd1f328.dir
size: 518798187 size: 79940408
nfiles: 36 nfiles: 35
- path: metrics/fit_metrics.json - path: metrics/fit_metrics.json
hash: md5 hash: md5
md5: 0e03bb46cd03e9521095bf141ee92ed7 md5: 14e5b4019f6e5cf49edf7945b71e6a66
size: 220 size: 220
generate_predictions: generate_predictions:
cmd: python 3_generate_predictions.py cmd: python 3_generate_predictions.py
@ -153,13 +148,13 @@ stages:
size: 2464 size: 2464
- path: data/model - path: data/model
hash: md5 hash: md5
md5: 77c0900cda64c1beaef6782d04fd712e.dir md5: aee2886545c62efbf26d49f32bd1f328.dir
size: 518798187 size: 79940408
nfiles: 36 nfiles: 35
- path: data/prepared_data - path: data/prepared_data
hash: md5 hash: md5
md5: 19abfc15e24cd8a869a0f3f087e09584.dir md5: c45c73e2e25a5c9697a788cfa04f232d.dir
size: 13396685 size: 11682246
nfiles: 2 nfiles: 2
params: params:
configs/settings.yaml: configs/settings.yaml:
@ -171,8 +166,8 @@ stages:
outs: outs:
- path: data/predictions/ - path: data/predictions/
hash: md5 hash: md5
md5: efc7b9dd9d40e42ad93e3e5acbeac92d.dir md5: efe40990a6092494363daa3284a22878.dir
size: 192502 size: 192442
nfiles: 1 nfiles: 1
generate_metrics: generate_metrics:
cmd: python 4_generate_metrics.py cmd: python 4_generate_metrics.py
@ -183,13 +178,13 @@ stages:
size: 3484 size: 3484
- path: data/predictions - path: data/predictions
hash: md5 hash: md5
md5: efc7b9dd9d40e42ad93e3e5acbeac92d.dir md5: efe40990a6092494363daa3284a22878.dir
size: 192502 size: 192442
nfiles: 1 nfiles: 1
- path: data/prepared_data - path: data/prepared_data
hash: md5 hash: md5
md5: 19abfc15e24cd8a869a0f3f087e09584.dir md5: c45c73e2e25a5c9697a788cfa04f232d.dir
size: 13396685 size: 11682246
nfiles: 2 nfiles: 2
params: params:
configs/settings.yaml: configs/settings.yaml:
@ -199,8 +194,8 @@ stages:
outs: outs:
- path: metrics/metrics.json - path: metrics/metrics.json
hash: md5 hash: md5
md5: a8b7699dd2b171da5fead1fb04d954aa md5: c6f913d497eb2f98e801c9e030bd96e9
size: 220 size: 222
generate_scenerio_metrics: generate_scenerio_metrics:
cmd: python 5_generate_scenarios.py cmd: python 5_generate_scenarios.py
deps: deps: