Functionpredict predict(y, x, m [, options]) -> (pred_labels, pred_metrics, pred_values) y: a list/tuple/ndarray of l true labels (type must be int/double).
python/liblinear/liblinearutil.py:167
Functionsvm_read_problem svm_read_problem(data_source, return_scipy=False) -> [y, x], y: list, x: list of dictionary svm_read_problem(data_source, return_scipy=True)
python/liblinear/commonutil.py:15