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
Is your feature request related to a problem? Please describe.
Models.py will tend to increase, as more models will get included, which seems to be unorganized, according to Domain of Learning, they associate themselves with. Right now, we have different models of different domain learnings, like regression, classification, unsupervised, anomaly detection, etc...
Describe the solution you'd like
According to the domain of which the model is associated, files should be created, like Supervised.py, Unsupervised.py, Anomaly.py, etc.
Approach to be followed (optional)
See the file Models.py and understand that how many models belong to which domain learning type.
Additional context
It is to be done very carefully, as there might be chances of Import and path errors, as well as the breakdown of Codebase itself.
The text was updated successfully, but these errors were encountered:
kwanit1142
changed the title
Splitting Models.py into Multiple Folders, according to Domain of Learning
Splitting Models.py into Multiple py Files, according to Domain of Learning
Mar 30, 2021
To be Dealt after #144 Issue.
Is your feature request related to a problem? Please describe.
Models.py will tend to increase, as more models will get included, which seems to be unorganized, according to Domain of Learning, they associate themselves with. Right now, we have different models of different domain learnings, like regression, classification, unsupervised, anomaly detection, etc...
Describe the solution you'd like
According to the domain of which the model is associated, files should be created, like Supervised.py, Unsupervised.py, Anomaly.py, etc.
Approach to be followed (optional)
See the file Models.py and understand that how many models belong to which domain learning type.
Additional context
It is to be done very carefully, as there might be chances of Import and path errors, as well as the breakdown of Codebase itself.
The text was updated successfully, but these errors were encountered: