Skip to content

Train_test_validate function does not work for nci60 dataset #322

Closed
@jjacobson95

Description

@jjacobson95

The train_test_validate function currently fails when it encounters an NaN value such as in nci60.

Image Image

Edit - for more info: This is still present even after dropping NaN values from each datatype using the following command:

cd_nci60.experiments.dropna(inplace = True)
cd_nci60.transcriptomics.dropna(inplace = True)
cd_nci60.mutations.dropna(inplace = True)
cd_nci60.copy_number.dropna(inplace = True)
cd_nci60.drug_descriptors.dropna(inplace = True)
cd_nci60.drugs.dropna(inplace = True)
cd_nci60.proteomics.dropna(inplace = True)
cd_nci60.samples.dropna(inplace = True)

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingpackage

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions