IvanoLauriola / MKLpy

A package for Multiple Kernel Learning in Python
GNU General Public License v3.0
128 stars 45 forks source link

no file dataset_path.svmlight #15

Closed bixiu closed 4 years ago

bixiu commented 4 years ago

hi,i just run the tutorial which is from https://mklpy.readthedocs.io/en/latest/examples/examples_loading/, maybe some dataset i missed

IvanoLauriola commented 4 years ago

Hi! Just replace that string with your svmlight-like file path. See https://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_file.html

You can find examples of svmlight-like files here https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/binary.html

bixiu commented 4 years ago

Hi! Just replace that string with your svmlight-like file path. See https://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_file.html

You can find examples of svmlight-like files here https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/binary.html

thank you very much. it is ok.