I have a MATLAB classifier ClassificationSVM object. I need to use it in Python Scikit-learn. I don't have access to the trained data anymore so i cannot retrain in python.
Is there a way where I can import this classifier in Python? note: I'm converting my code from MATLAB to python