Jinshuai Ma

Results 1 issues of Jinshuai Ma

In [crossval.R](https://github.com/quanteda/quanteda.classifiers/blob/master/R/crossval.R): [In line 41 and 42](https://github.com/quanteda/quanteda.classifiers/blob/c227b218c22c1132c8051cf8b3911d66f22c9e9f/R/crossval.R#L41): the **k** (number of folds) should be **i** (index of current fold). [In line 69 and 70](https://github.com/quanteda/quanteda.classifiers/blob/c227b218c22c1132c8051cf8b3911d66f22c9e9f/R/crossval.R#L69): object **x** should be **x_df**. The...

bug