Looks interesting! How about models that require dictionaries - e.g. tf-idf to convert text into a feature vector? Does it allow for some preprocessing?
Hi! If don’t need any pre processing we have built in support for all the major librairies.
In addition we support custom pre and post processor via custom environments! Simply write your inference code into a predict.py and we take care of the rest.
Comments
Looks interesting! How about models that require dictionaries - e.g. tf-idf to convert text into a feature vector? Does it allow for some preprocessing?
Hi! If don’t need any pre processing we have built in support for all the major librairies.
In addition we support custom pre and post processor via custom environments! Simply write your inference code into a predict.py and we take care of the rest.
(Btw I am really into CML.dev, great idea)