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
# probs = self._clf.predict_proba(data)
# PassiveAggressiveClassifier does not have predict_proba function, we can use _predict_proba_lr() function,
# pls see https://github.com/scikit-learn/scikit-learn/blob/0fb307bf3/sklearn/linear_model/_base.py#L261
@delphieritas: as discussed, please run those models on singa-auto system to see if there is any errors and start from there. I did run those models successfully on singa-auto before, but there have been quite some changes on the system, i.e. data format,... so need to check and update.
pls merge dev...delphieritas:patch-3
The text was updated successfully, but these errors were encountered: