saved the UQ_FS_eg with almost complete output, still some minor fixes to do

This commit is contained in:
Tanushree Tunstall 2022-05-23 03:35:35 +01:00
parent 1436557287
commit a420822a93
3 changed files with 173 additions and 45 deletions

View file

@ -179,22 +179,6 @@ print(test_predict)
print('\nMCC on Blind test:' , round(matthews_corrcoef(y_bts, test_predict),2))
print('\nAccuracy on Blind test:', round(accuracy_score(y_bts, test_predict),2))
# Now get the features out
all_features = gs_final.feature_names_in_
#all_features = gsfit.feature_names_in_