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
The Feature Extractor Regressor handles numeric strings in a confusing way. Even though one might expect a numeric string input to the regressor to create predictions within the typical 0-1 range, it looks like string numbers will operate as labels that the regressor treats differently. It might be worth changing numeric strings into numbers if possible internally in the feature extractor class.
The Feature Extractor Regressor handles numeric strings in a confusing way. Even though one might expect a numeric string input to the regressor to create predictions within the typical 0-1 range, it looks like string numbers will operate as labels that the regressor treats differently. It might be worth changing numeric strings into numbers if possible internally in the feature extractor class.
Some discussion about this on #1086.
The text was updated successfully, but these errors were encountered: