haneulpark commited on
Commit
4505e17
·
verified ·
1 Parent(s): c7ccd30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6707,11 +6707,11 @@ and inspecting the loaded dataset
6707
  B3DB_classification
6708
  DatasetDict({
6709
  test: Dataset({
6710
- features: ['NO.', 'compound_name', 'IUPAC_name', 'SMILES', 'CID', 'logBB', 'BBB+/BBB-', 'Inchi', 'threshold', 'reference', 'group', 'comments', 'ClusterNo', 'MolCount'],
6711
  num_rows: 1951
6712
  })
6713
  train: Dataset({
6714
- features: ['NO.', 'compound_name', 'IUPAC_name', 'SMILES', 'CID', 'logBB', 'BBB+/BBB-', 'Inchi', 'threshold', 'reference', 'group', 'comments', 'ClusterNo', 'MolCount'],
6715
  num_rows: 5856
6716
  })
6717
  })
 
6707
  B3DB_classification
6708
  DatasetDict({
6709
  test: Dataset({
6710
+ features: ['B3DB_classification_index', 'compound_name', 'IUPAC_name', 'SMILES', 'CID', 'logBB', 'BBB+/BBB-', 'Inchi', 'threshold', 'reference', 'group', 'comments', 'ClusterNo', 'MolCount'],
6711
  num_rows: 1951
6712
  })
6713
  train: Dataset({
6714
+ features: ['B3DB_classification_index', 'compound_name', 'IUPAC_name', 'SMILES', 'CID', 'logBB', 'BBB+/BBB-', 'Inchi', 'threshold', 'reference', 'group', 'comments', 'ClusterNo', 'MolCount'],
6715
  num_rows: 5856
6716
  })
6717
  })