iit-cs579 / main

CS579: Online Social Network Analysis at the Illinois Institute of Technology
147 stars 204 forks source link

Cross-Validation-Accuracy #420

Closed nerdySingh closed 7 years ago

nerdySingh commented 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?

aronwc commented 7 years ago

Yes. n is the number of rows in the csr_matrix.

SyedHamdanSher commented 7 years ago

and number of the rows will be the number of labels we have.