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
I'm pretty sure the reason for the slowdown in the current implementation is a problem with computing scitypes of large arrays - ScientificTypes #12.
The table scitype is computed both in the machine constructor (which checks compatibility of any input table with the model requirement) and in the fit method. There is no obvious workaround in the first case, but in the second we could just infer what we need from the column eltypes.
The text was updated successfully, but these errors were encountered:
I'm pretty sure the reason for the slowdown in the current implementation is a problem with computing scitypes of large arrays - ScientificTypes #12.
The table scitype is computed both in the machine constructor (which checks compatibility of any input table with the model requirement) and in the fit method. There is no obvious workaround in the first case, but in the second we could just infer what we need from the column eltypes.
The text was updated successfully, but these errors were encountered: