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
Remove code that is not needed in tabmat v4 / glum v3 (#741)
* Remove check_array from predict()
We don't need it here as predict calls linear_redictor, and the latter does this check. We can avoid doing it twice.
* Remove _name_categorical_variable parts
There is no need for those as Tabmat v4 handles variable names internally.
---------
Co-authored-by: Martin Stancsics <martin.stancsics@gmail.com>
0 commit comments