Skip to content

Commit f9cda94

Browse files
author
Ubuntu
committed
updated output
1 parent 12a5a08 commit f9cda94

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rrieval/lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1762,7 +1762,7 @@ def perfome_cv(folds, opt_call_cv, out_path_model, midel_name):
17621762
f'fold{fold}_autosklearn.log '
17631763
f'--autosk_debug True')
17641764
print(f'\n run optimize call for fold {fold}')
1765-
print(cv_call)
1765+
# print(cv_call)
17661766
out = call_script(cv_call, reprot_stdout=True, asset_err=False)
17671767
f1_df_list = []
17681768
for fold in range(folds):

scripts/plots/f1_model_matrix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def main():
8181
# model type:
8282
input_path = args.input_path
8383

84-
feature_file_names = ['human','mouse', 'human_rbp']
84+
feature_file_names = ['human','mouse', 'human_rbp' , 'Full']
8585
context = 150
8686
st = args.structure
8787

@@ -149,7 +149,7 @@ def main():
149149
df_f1, df_sorted_f1 = generate_df(f1_dict, feature_file_names)
150150
print(df_sorted_f1)
151151
# print(df_f1)
152-
#df_auc, df_sorted_auc = generate_df(AUC_dict, feature_file_names)
152+
df_auc, df_sorted_auc = generate_df(AUC_dict, feature_file_names)
153153
##df_f1.to_latex(f'{input_path}/f1_talbel', float_format="{:0.2f}".format)
154154
print(f'{input_path}/f1_talbel')
155155
df_f1.style.to_latex(f'{input_path}/f1_table')

0 commit comments

Comments
 (0)