Closed nerdySingh closed 7 years ago
so once we get csrmatrix and vocab we call cross_validation_accuracy(). when we use KFOLD(n,n_folds) where n_folds=5 and n is the size of the csr_matrix?
Yes. n is the number of rows in the csr_matrix.
and number of the rows will be the number of labels we have.
so once we get csrmatrix and vocab we call cross_validation_accuracy(). when we use KFOLD(n,n_folds) where n_folds=5 and n is the size of the csr_matrix?