CCS-Lab / easyml

A toolkit for easily building and evaluating machine learning models.
https://ccs-lab.github.io/easyml
Other
40 stars 16 forks source link

Sanity check of cocaine results #63

Closed youngahn closed 7 years ago

youngahn commented 7 years ago

The glmnet results using easyml are very different from what's reported in Ahn et al (2016). Need to verify.

youngahn commented 7 years ago

This is related to how data are normalized (i.e., z-scored).

youngahn commented 7 years ago

With the following setting, the results are replicated. Currently the default of 'preprocess' is NULL and I think its default should be set to 'preprocess_scaler'.

preprocess = preprocess_scaler,