saving and organising work to call form cmd line

This commit is contained in:
Tanushree Tunstall 2022-05-28 11:25:04 +01:00
parent d9a1888e8c
commit f2634f77ef
5 changed files with 232 additions and 106 deletions

View file

@ -20,11 +20,9 @@ MyGlobalVars()
os.chdir(homedir + "/git/ML_AI_training/")
# my function
from UQ_MultClassPipe4 import MultClassPipeSKFCV
from UQ_MultModelsCl import MultModelsCl
from UQ_pnca_ML.py import *
#from scriptsfymcn import run_all_ML
# YC_resD2 = run_all_ML(input_pd=X, target_label=y, blind_test_input_df=X_bts, blind_test_target=y_bts, preprocess = True, var_type = 'mixed')