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
Right now, only PopulationGLM has a feature_mask attribute. But feature_mask could also be used by GLM to select which inputs are necessary (as done in https://github.com/flatironinstitute/ccn-software-jan-2025/, the model selection notebook).
This would involve moving all feature_mask logic (including __sklearn_clone__, introduced in #291 ) to GLM. Or does it belong in BaseRegressor?
The text was updated successfully, but these errors were encountered:
Right now, only
PopulationGLM
has afeature_mask
attribute. Butfeature_mask
could also be used byGLM
to select which inputs are necessary (as done in https://github.com/flatironinstitute/ccn-software-jan-2025/, the model selection notebook).This would involve moving all
feature_mask
logic (including__sklearn_clone__
, introduced in #291 ) toGLM
. Or does it belong inBaseRegressor
?The text was updated successfully, but these errors were encountered: