AshmithaIRRI commited on
Commit
be50c9f
·
verified ·
1 Parent(s): 8cf5c9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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[:, 2:].values
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: