Multifamily_normalization_toy_example Toy example code of paper "Ham, S.-W., Karava, P., Bilionis, I., and Braun, J. (2021). A data-driven model for building energy normalization to enable eco-feedback in multi-family residential buildings with smart and connected technology. Journal of Building Performance Simulation, Vol.14(4), pp.343-365.". The package depedencies are managed by conda environment. To install required package, please use conda create -n <your_new_env_name> --file requirements.yml The requirements.yml file is created through the following commands. conda list -e > requirements.yml