Farimah
Farimah
can "OneVsRestClassifier" be usefull to tune FMclassification into a multi-class classification case
thank you so much,I was thinking to try implementing a customized `predic_proba` and 'fit' functions for sgd which can solve the problem but you said that there is an issue!...
can "OneVsRestClassifier" be usefull to tune FMclassification into a multi-class classification case
yes, I am facing a multi-class classification problem and I was thinking to use `OneVsRestClassifier` from sklearn for tuning **sgd-FMclassification** to solve my multi-class classification problem using FastFM method ....
can "OneVsRestClassifier" be usefull to tune FMclassification into a multi-class classification case
@ibayer I tried to solve that clone problem we faced and the problem was in `__init__()`function in **sgd.py** , I just try to feed the parameter values manually I am...