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
When installing celltypist by 'pip install celltypist', I had this error with the function celltypist.train -
InvalidParameterError: The 'loss' parameter of SGDClassifier must be a str among {'huber', 'epsilon_insensitive', 'modified_huber', 'squared_epsilon_insensitive', 'squared_hinge', 'perceptron', 'log_loss', 'squared_error', 'hinge'}. Got 'log' instead.
This was due to an error related to the version of sklearn
When installing celltypist by 'pip install celltypist', I had this error with the function celltypist.train -
InvalidParameterError: The 'loss' parameter of SGDClassifier must be a str among {'huber', 'epsilon_insensitive', 'modified_huber', 'squared_epsilon_insensitive', 'squared_hinge', 'perceptron', 'log_loss', 'squared_error', 'hinge'}. Got 'log' instead.
This was due to an error related to the version of sklearn
Using 'pip install git+https://github.com/Teichlab/celltypist.git@main' solves the issue
The text was updated successfully, but these errors were encountered: