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.
We should prevent feeding in labels to DomainClassifier , Quality Classifier at every initialization of these classifiers.
@ryantwolf , mentioned that the labels are fixed for each classifier right, as in they can't be reordered or altered on-demand and suggested that we should probably refactor this so that the labels are just hardcoded into the DomainClassifier and QualityClassifier so the user doesn't have to manually enter in the labels each time. It would then be good to also add in the docstring of the constructor for each class what the possible options for the filter_by parameter would be.
Is your feature request related to a problem? Please describe.
We should prevent feeding in labels to
DomainClassifier
,Quality Classifier
at every initialization of these classifiers.@ryantwolf , mentioned that the labels are fixed for each classifier right, as in they can't be reordered or altered on-demand and suggested that we should probably refactor this so that the labels are just hardcoded into the DomainClassifier and QualityClassifier so the user doesn't have to manually enter in the labels each time. It would then be good to also add in the docstring of the constructor for each class what the possible options for the filter_by parameter would be.
See link: #58 (comment)
The text was updated successfully, but these errors were encountered: