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
In checking sklearn compliance, it complains about the fixed-effects model as input, even though this very similar to the documented example (under get_params).
In checking sklearn compliance, it complains about the fixed-effects model as input, even though this very similar to the documented example (under get_params).
Not sure if this is a bad idea, or whether the checks are too strict. See scikit-learn/scikit-learn#28257
An alternative could be to have a dynamic class generator. Something like this:
However, this would not be in line with the documented example for
get_params
.The text was updated successfully, but these errors were encountered: