skmultilearn.utils.get_matrix_in_format(original_matrix, matrix_format)[source] ¶ Converts matrix to format
| Parameters: |
|
|---|---|
| Returns: | matrix – matrix in given format |
| Return type: | scipy matrix |
skmultilearn.utils.measure_per_label(measure, y_true, y_predicted)[source] ¶ Return per label results of a scikit-learn compatible quality measure
| Parameters: |
|
|---|---|
| Returns: | score from a given measure depending on what the measure returns |
| Return type: |