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
Problem
Currently there is no type checks available to allow response / predictor specific feature engineering. For instance for response feature of type FeatureLike[RealNN] it makes sense to have feature.calibrate shortcut.
Solution
Add Response / Predictor traits to FeatureLike
The text was updated successfully, but these errors were encountered:
Problem
Currently there is no type checks available to allow response / predictor specific feature engineering. For instance for response feature of type
FeatureLike[RealNN]
it makes sense to havefeature.calibrate
shortcut.Solution
Add
Response
/Predictor
traits toFeatureLike
The text was updated successfully, but these errors were encountered: