Is there any way to use python ML model in ml .net for prediction. Is it inter-operable?
I know there are some other ways using Process to fire python script but here I am looking for inter-operablity of Python ML models.
I have tried with Process class of c#. but I am looking for something more generic.