-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow passing feature extractors on init #116
Conversation
This allows the user to simply choose one or few FEs without manipulating the YAML
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a few small comments, but looks great!
Besides what I already wrote, I think that _get_grouped_feature_extractors
should actually be a function moved to the config utils, because it is solely about loading the config and doesnt incorporate any concept of the AnalysisManager
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addressed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This allows the user to pass feature extractors (one or more. as a sting, type, or instance) when initializing the Manager.
That way, the user can choose a small subset of FEs without manipulating the YAML