asreview.ASReviewProject.get_feature_matrix

ASReviewProject.get_feature_matrix(feature_extraction_method)[source]

Get the feature matrix from the project file.

Parameters:

feature_extraction_method (str) – Name of the feature extraction method for which to get the matrix.

Returns:

scipy.sparse.csr_matrix – Feature matrix in sparse format.