Installation
Base Installation
To install the base Model2Vec package, you can use the following command:
pip install model2vecOptional Dependencies
Model2Vec has several optional dependencies that enhance its functionality. You can install these dependencies using the following commands:
# For distillationpip install model2vec[distill]
# For classifier trainingpip install model2vec[train]
# For classifier inferencepip install model2vec[inference]
# For onnx conversionpip install model2vec[onnx]