Closed madhuripujari95 closed 1 year ago
If yours is an AlphaAutoML method, what about using a prefix to indicate that, e.g., AlphaAutoMLFastText or AAFastText?
@madhuripujari95 using the full import path should fix that issue: from alpha_automl.wrapper_primitives import FastTextEmbedderWrapper
This was fixed using the full import path.
I'm not able to retain the module name as fasttext.py due to the following issue. I think it is because my module name and the main fasttext module are the same name.