I'm using IronPython 2.75 embedded in a C++/C# application. If the script
we are executing has a syntax error I want to see a traceback that contains
the line number of the error. This only seems to work if I specify the
"Debug" engine option. Is this to be expected? According to my reading,
th
Hello ,
I have built a couple of models using scikitlearn (Great package !!)
I want to integrate these models for scoring data in a C# based
application.
Has anyone has success in delivering scikit learn predictions in C#/.net ?
I have looked into IronPython, but i believe, scikit learn is not