rdkit.ML.Data.Transforms module¶
-
rdkit.ML.Data.Transforms.GetAvailTransforms()¶ returns the list of available data transformations
Returns
a list of 3-tuples
- name of the transform (text)
- function describing the transform (should take an _MLDataSet_ as an argument)
- description of the transform (text)