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 tried to run LassoNetClassifier but saw error
TypeError: unsupported operand type(s) for *=: 'float' and 'NoneType'
I tried M = 1, 10, 100 and path_multiplier = 1.001. What could have caused this problem? I know it's probably have to do with my training set up..? I have only 1500 training samples, and used 225 for validation and the rest for training. My Batch_Size is 64.
The text was updated successfully, but these errors were encountered:
Heya,
I tried to run LassoNetClassifier but saw error
TypeError: unsupported operand type(s) for *=: 'float' and 'NoneType'
I tried M = 1, 10, 100 and path_multiplier = 1.001. What could have caused this problem? I know it's probably have to do with my training set up..? I have only 1500 training samples, and used 225 for validation and the rest for training. My Batch_Size is 64.
The text was updated successfully, but these errors were encountered: