2019-06-04
refactor analysis into a single ccn2019 notebook.
Morteza Ansarinia committed on 4 Jun 2019
2019-06-03
refact ccn2019/
Morteza Ansarinia committed on 3 Jun 2019
enet and feature selection
Morteza Ansarinia committed on 3 Jun 2019
2019-05-31
recursive feature elimination with caret
Morteza Ansarinia committed on 31 May 2019
model-free variable importance
Morteza Ansarinia committed on 31 May 2019
Fix caret tuning, and plot var importance
Morteza Ansarinia committed on 31 May 2019
2019-05-30
fix VL bug, and use lag to shift local variables so for every trial we only consider previous local params.
Morteza Ansarinia committed on 30 May 2019
fix param
Morteza Ansarinia committed on 30 May 2019
remove current trial from local stat calculations.
Morteza Ansarinia committed on 30 May 2019
reactor, and add plots
Morteza Ansarinia committed on 30 May 2019
a new glmnet (lasso and ridge) and pls analysis with dummy vars for stimulus, stimulus_type, and N.
Morteza Ansarinia committed on 30 May 2019
2019-05-28
init a new dummy var analysis for ccn2019
Morteza Ansarinia committed on 28 May 2019
Update correctness prediction
Morteza Ansarinia committed on 28 May 2019
2019-05-27
imbalanced sampling
Morteza Ansarinia committed on 27 May 2019
basic diagram for predicted-actual of accuracy
Morteza Ansarinia committed on 27 May 2019
pls and RMSE for accuracy
Morteza Ansarinia committed on 27 May 2019
refactor modeling "correct" to another script
Morteza Ansarinia committed on 27 May 2019
2019-05-26
a new chunk to mark and remove highly correlated predictors for glm, etc
Morteza Ansarinia committed on 26 May 2019
rewrite splitting into train/test so both will be a representative samples of the original "correct" ratio
Morteza Ansarinia committed on 26 May 2019
2019-05-24
comments and PLS VarImp diagrams
Morteza Ansarinia committed on 24 May 2019
add variable importance for RT and accuracy
Morteza Ansarinia committed on 24 May 2019
add PLS model for RT
Morteza Ansarinia committed on 24 May 2019
2019-05-23
plot PLS model output
Morteza Ansarinia committed on 23 May 2019
two models, one for commonly used model of the n-back, and a new model to contain all local and global vars.
Morteza Ansarinia committed on 23 May 2019
caret, AUC, etc for CCN2019
Morteza Ansarinia committed on 23 May 2019
2019-05-20
rewrite the whole thing from scratch
Morteza Ansarinia committed on 20 May 2019
use here::here() to load the dataset
Morteza Ansarinia committed on 20 May 2019
put preprocssed data into nested list-columns instead of unnested mutated cols
Morteza Ansarinia committed on 20 May 2019
2019-05-17
comments for list-column tibble ETL
Morteza Ansarinia committed on 17 May 2019
Add CCA with cancor, pls on simulated data, and improve readability
Morteza Ansarinia committed on 17 May 2019