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
where MyFeaturizer().feature_labels() returns a list of str with the names for the elements of the array that MyFeaturizer().featurize() produces.
Currently, all names start with some string I hard-coded by hand, e.g. "APRDF". However, it would be more useful if it were the class name or something else that can be programmatically inspected.
The simplest improvement might be to include the class name (__name__) as the prefix for all the feature names, e.g.
No description provided.
The text was updated successfully, but these errors were encountered: