You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present all models are implemented in model.py. This file is currently also ~2000 lines long. Let's factor out the different models into separate files, keeping the abstract class in, say, model.py. Then we can more easily add new models.
The text was updated successfully, but these errors were encountered:
We discussed this. The plan is to have the abstract class in model_abstract.py and then to have model.py for the flows and model_legacy.pyx for the legacy ML methods.
At present all models are implemented in
model.py
. This file is currently also ~2000 lines long. Let's factor out the different models into separate files, keeping the abstract class in, say,model.py
. Then we can more easily add new models.The text was updated successfully, but these errors were encountered: