-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
Proposed refactoring or deprecation
model_connector.py has only one function copy_trainer_model_properties which is used in one place, data_connector.py. Let's move copy_trainer_model_properties directly to data_connector.py.
Motivation
We are auditing the connectors in the Architecture doc (https://docs.google.com/document/d/1xHU7-iQSpp9KJTjI3As2EM0mfNHHr37WZYpDpwLkivA/edit?pli=1#heading=h.rjokms600dhn). We can simplify things by removingmodel_connector.py and moving the function to data_connector.py.