Spaces:
Running
Running
custom params
Browse files- models/fm4m.py +2 -2
models/fm4m.py
CHANGED
@@ -383,7 +383,7 @@ def single_modal(model,dataset=None, downstream_model=None, params=None, x_train
|
|
383 |
print(f'x_batch_test Nan index: {nan_indices}')
|
384 |
print(f'x_batch_test shape: {x_batch_test.shape}, y_batch_test len: {len(y_batch_test)}')
|
385 |
|
386 |
-
print(f" Calculating ROC AUC Score ...")
|
387 |
|
388 |
if downstream_model == "XGBClassifier":
|
389 |
if params == None:
|
@@ -717,7 +717,7 @@ def multi_modal(model_list,dataset=None, downstream_model=None,params=None, x_tr
|
|
717 |
|
718 |
print("Generating latent plots : Done")
|
719 |
|
720 |
-
print(f" Calculating ROC AUC Score ...")
|
721 |
|
722 |
|
723 |
if downstream_model == "XGBClassifier":
|
|
|
383 |
print(f'x_batch_test Nan index: {nan_indices}')
|
384 |
print(f'x_batch_test shape: {x_batch_test.shape}, y_batch_test len: {len(y_batch_test)}')
|
385 |
|
386 |
+
print(f"Model selected: {downstream_model} - Calculating ROC AUC Score ...")
|
387 |
|
388 |
if downstream_model == "XGBClassifier":
|
389 |
if params == None:
|
|
|
717 |
|
718 |
print("Generating latent plots : Done")
|
719 |
|
720 |
+
print(f"Model selected: {downstream_model} - Calculating ROC AUC Score ...")
|
721 |
|
722 |
|
723 |
if downstream_model == "XGBClassifier":
|