andland / logisticPCA

Dimensionality reduction for binary data
Other
49 stars 9 forks source link

Different options for cross validation #9

Open andland opened 9 years ago

andland commented 9 years ago

Due to its structure, the convex formulation may prefer higher values of M no matter k using the current setup of cv.clpca. It may be better to see how well it reconstructs missing values of the matrix. Also, it is common for users to just have a holdout set of validation data, instead of looping over all folds.