kingjr / b2b

0 stars 0 forks source link

Experiments: simulation iid #4

Open kingjr opened 5 years ago

kingjr commented 5 years ago

I think one objective can be to aim for two main figures for the synthetic experiments:

  1. scatter plot (or density plot) for JRR (x-axis) versus OLS, PLS, CCA, RRR (?) across all hyperparameters (snr, dim_X, etc) for AUC (criterion free identification), sonquist score (criterion-based identification) and prediction error.

  2. Marginal plots : i.e. y-axis=AUC, x-axis=snr, line color = model

PS: sklearn PCA has a 'mle' parameter, which can be used instead of gridsearch the optimal number of componentes.