oneDAL icon indicating copy to clipboard operation
oneDAL copied to clipboard

feature: adding hp in PCA oneAPI(WIP)

Open Alexandr-Solovev opened this issue 7 months ago • 3 comments

Description

PR contains adding HyperParameters in Pca(oneAPI)

  • [x] Move sign_flip in primitives

  • [x] Move sign_flip computation on GPU

  • [x] Add infrastructure for hyperparameters in all methods

  • [x] Make changes in each train method with adding hyperparameters

  • [ ] Add tests for hyperparameters

  • [ ] Compute and find the best option for Cov method

  • [ ] Compute and find the best option for SVD method

  • [ ] Compute and find the best option for precomputed method

Alexandr-Solovev avatar Nov 21 '23 14:11 Alexandr-Solovev