Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -377,7 +377,7 @@ def NestedKFoldCrossValidation(
|
|
| 377 |
sample_ids = testing_data.iloc[:, 0].values
|
| 378 |
|
| 379 |
training_genotypic_data_merged = training_data_merged.iloc[:, 2:].values
|
| 380 |
-
testing_genotypic_data_merged = testing_data_merged.iloc[:,
|
| 381 |
|
| 382 |
# Feature selection
|
| 383 |
if feature_selection:
|
|
|
|
| 377 |
sample_ids = testing_data.iloc[:, 0].values
|
| 378 |
|
| 379 |
training_genotypic_data_merged = training_data_merged.iloc[:, 2:].values
|
| 380 |
+
testing_genotypic_data_merged = testing_data_merged.iloc[:, 1:].values
|
| 381 |
|
| 382 |
# Feature selection
|
| 383 |
if feature_selection:
|