olivertomic / hoggorm

Explorative multivariate statistics in Python
BSD 2-Clause "Simplified" License
81 stars 25 forks source link

Update pca.py #2

Closed olivertomic closed 6 years ago

olivertomic commented 6 years ago
  1. Added properly working method .X_scores_predict
  2. Removed cross-validation type "lpo" and implemented "lolo"
  3. Adjusted computation of validated explained variance
  4. Added mechanism for handling starting columns with zero variance when initialising NIPALS algorithm
  5. Point 1, 2 and 3 were fixed by Kristian Hovde Liland