Sum02dean / STRINGSCORE

1 stars 1 forks source link

Compute PCA for bayesLR #31

Closed Sum02dean closed 2 years ago

Sum02dean commented 2 years ago

This is to overcome issues with insufficient rank and lack of invert-ability of the design matrix using the Bambinos package.

Sum02dean commented 2 years ago

Attempted to use PCA, this threw the predictions way off. The next step is to save the transformer object for each training subset, then when predicting with each estimator, re-transform the test set respectively.

Sum02dean commented 2 years ago

PCA does not seem to work well on this data.