Transforms input into embeddings.
def generate(self, X: DarkMatterType) -> DarkMatterType
Resulting datatype matches input type, unless explainability=True, then output is a pandas DataFrame. For more info, see Explainability Mode.
explainability=True
Last updated 1 year ago