Using LibSVM with Python (with PyCharm) on a Mac OSX
In case you are wondering how to use the awesome LIBSVM package with the awesome PyCharm IDE, here is a brief guide: LIBSVM documentation mention you need to Download libsvm(version 3.2 at the time of this writing) Extract the zip to a folder. By default, this libsvm-3.20 Go to your command prompt, within the extracted directory, libsvm-3.20/, type […]