mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
updating property class to remove .data
This commit is contained in:
parent
5e3d522378
commit
b64996cd89
1 changed files with 0 additions and 3 deletions
|
|
@ -177,9 +177,6 @@ class TrainingDataset(BaseDataset):
|
||||||
self._expand_description_to_features(cleaned_lookup)
|
self._expand_description_to_features(cleaned_lookup)
|
||||||
self._adjust_assumed_values_in_wall_descriptions()
|
self._adjust_assumed_values_in_wall_descriptions()
|
||||||
self._generate_u_values_from_features()
|
self._generate_u_values_from_features()
|
||||||
# TODO: For some of the features that we clean, we have either a true, false or possibly null value
|
|
||||||
# Those nulls should be False. clean_missings_after_description_process handles this but shouldn't
|
|
||||||
# need to
|
|
||||||
self._clean_missing_values()
|
self._clean_missing_values()
|
||||||
self._null_validation(information="Clean Missing Values")
|
self._null_validation(information="Clean Missing Values")
|
||||||
self._remove_abnormal_change_in_floor_area()
|
self._remove_abnormal_change_in_floor_area()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue