Dataset

Converters

chainer_chemistry.dataset.converters.concat_mols Concatenates a list of molecules into array(s).

Preprocessors

Base preprocessors

chainer_chemistry.dataset.preprocessors.BasePreprocessor Base class for preprocessor
chainer_chemistry.dataset.preprocessors.MolPreprocessor preprocessor class specified for rdkit mol instance

Utilities

chainer_chemistry.dataset.preprocessors.MolFeatureExtractionError
chainer_chemistry.dataset.preprocessors.type_check_num_atoms Check number of atoms in mol does not exceed num_max_atoms
chainer_chemistry.dataset.preprocessors.construct_atomic_number_array Returns atomic numbers of atoms consisting a molecule.
chainer_chemistry.dataset.preprocessors.construct_adj_matrix Returns the adjacent matrix of the given molecule.

Splitters

chainer_chemistry.dataset.splitters.RandomSplitter Class for doing random data splits.
chainer_chemistry.dataset.splitters.StratifiedSplitter Class for doing stratified data splits.
chainer_chemistry.dataset.splitters.ScaffoldSplitter Class for doing data splits by chemical scaffold.