For issues in production, please check for a solution to common issues in the Azure portal before opening a bug. In the Azure portal, navigate to your function app, select Diagnose and solve problems ...
I am trying to train a model in Python from C#. The C# code is: public string trainModel(string filePath) { IPythonConnector python = new PythonConnector(); python ...