pip install -r requirements.txtpython -m skactiveml_annotationA new embedding method can be added by
implementing a new subclass of embedding.base.EmbeddingBaseAdapter.
This class has to be referenced by a Hydra config file
located at config/embedding/<your-embedding-config-file>.
Existing embedding configs can be used as an example for the required schema.
To make use of the preconfigured embedding methods, additional dependencies such as PyTorch may be needed. The tool assumes that the user will create their own embedding methods as described in Adding Your Own Embedding Methods.