Generate

Transforms input into embeddings.

def generate(self, X: ) -> 

Notes

  • Resulting datatype matches input type, unless explainability=True, then output is a pandas DataFrame. For more info, see Explainability Mode.

Last updated