updating property class to remove .data

This commit is contained in:
Khalim Conn-Kowlessar 2026-03-12 16:46:03 +00:00
parent 5e3d522378
commit b64996cd89

View file

@ -177,9 +177,6 @@ class TrainingDataset(BaseDataset):
self._expand_description_to_features(cleaned_lookup)
self._adjust_assumed_values_in_wall_descriptions()
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._null_validation(information="Clean Missing Values")
self._remove_abnormal_change_in_floor_area()