Extreme-Multi-Label-Classification
Extreme-Multi-Label-Classification copied to clipboard
Improve adj matrix creation performance
I changed the matrix creation code to improve its performance by retrieving nonzero values from a sparse matrix. The cell by cell iteration used before to check if cell was activated takes too much time for larger datasets.