Model2Vec has several optional dependencies that enhance its functionality. You can install these dependencies using the following commands:
Copy
# For distillationpip install model2vec[distill]# For classifier trainingpip install model2vec[train]# For classifier inferencepip install model2vec[inference]# For onnx conversionpip install model2vec[onnx]