This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I am wondering if it is possible to consume an ML.NET Model from .NET Framework 4.8? If I consume the ML model from .NET Core it works perfectly but I need to make it work for .NET4.8
Thanks in advance for your help.
Thank you for asking this question on the **Microsoft Q&A Platform. **
You have not received answers or comments to your question because it may be ambiguous or confusing.
I recommend you visitHow to write a quality question and verify that your question meets some of the recommendations.
Hope this helps,
Carlos Solís Salazar
----------
NOTE: To answer you as quickly as possible, please mention me in your reply.
I believe I have a similar issue. I can consume a model in a console app targeting either Net 6 or Netstandard 2.0 by copying and pasting the generated code snippet into the Program.cs file. When I do this targeting .NET Framework 4.8 the ModelInput and ModelOutput classes can’t be found in the Program.cs file when pasting the code snippet.
i have the same issue
can any one help?