running combined model with FS

This commit is contained in:
Tanushree Tunstall 2022-09-03 09:21:34 +01:00
parent c7351970a2
commit d77389acfc

View file

@ -86,7 +86,7 @@ outdir = homedir + '/git/LSHTM_ML/output/combined/'
# Import ML functions # Import ML functions
#==================== #====================
from ml_data_combined import * from ml_data_combined import *
from MultClfs_logo_skf import * from MultClfs import *
#from GetMLData import * #from GetMLData import *
#from SplitTTS import * #from SplitTTS import *