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
Some of our early mods return a single object or a tuple. More recent mods used dataclasses as a cleaner way to return multiple attributes. This also makes it easier to extend in future without breaking old code. We should migrate the other mods as part of a major release.
(LADRegression would be the exception, since we are following the sklearn API).
The text was updated successfully, but these errors were encountered:
Some of our early mods return a single object or a tuple. More recent mods used dataclasses as a cleaner way to return multiple attributes. This also makes it easier to extend in future without breaking old code. We should migrate the other mods as part of a major release.
(LADRegression would be the exception, since we are following the sklearn API).
The text was updated successfully, but these errors were encountered: