24 lines
1,006 B
Text
24 lines
1,006 B
Text
########################################################################
|
|
|
|
# Ml iterator
|
|
# all genes : embb, gid, katg, pnca, rpob
|
|
# all split_types: 70_30, 80_20, sl, [rt, none_bts and none[with different cv thresholds]
|
|
# all data_types: actual, complete
|
|
|
|
# NOTE: rt, none_bts and none ONLY workd for complete
|
|
|
|
########################################################################
|
|
|
|
time ./ml_iterator.py 2>&1 | tee genes_ml-$(date --iso).log
|
|
|
|
# FOR NONE-complete data
|
|
time ./ml_iterator_CVs.py 2>&1 | tee genes_ml_CVs-$(date --iso).log
|
|
|
|
########################################################################
|
|
|
|
########################################################################
|
|
########################################################################
|
|
###################### Feature Selection ##########################
|
|
########################################################################
|
|
########################################################################
|
|
|