Skip to content
Snippets Groups Projects
Commit 1ca0f7cb authored by Danilo Ferreira de Lima's avatar Danilo Ferreira de Lima
Browse files

Reduced number of components in Kpca.

parent c8ef4856
No related branches found
No related tags found
1 merge request!1Add Kernel PCA as an alternative preprocessing step
......@@ -178,7 +178,7 @@ class Model(TransformerMixin, BaseEstimator):
delta_tof: Optional[int]=300,
validation_size: float=0.05,
nonlinear: bool=True,
n_pca_kernel_lr: int=50):
n_pca_kernel_lr: int=10):
self.channels = channels
self.n_pca_lr = n_pca_lr
self.n_pca_hr = n_pca_hr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment