可以将ML.NET集成到.NET Framework版本4.7中吗?

huangapple go评论43阅读模式
英文:

is ml.net can be integrated with .net framework version 4.7?

问题

当我在谷歌中搜索时,它说这是可能的,但当我在ChatGPT中搜索时,它说这是不可能的。

我现在有点困惑,如果可能的话,你可以指导我使用 Microsoft.ML 这个包的正确版本吗?

英文:

when I searched in google, it is saying that it's possible, but when I searched it in chatgpt, it is saying it's not possible.

I'm little confused now, if it is possible can you guide me the right version of this package Microsoft.ML?

答案1

得分: 1

I don't have much experience with Microsoft.ML, but by simply looking at NuGet, it shows that it supports .NET Framework, .NET Standard, and .NET as seen here:
https://www.nuget.org/packages/Microsoft.ML/#supportedframeworks-body-tab

Microsoft is targeting .NET Standard 2.0, which is a formal specification of the .NET APIs implemented by nearly all versions of .NET. You can find more details here:
https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0

英文:

I don't have much experience with Microsoft.ML, but by simply looking at NuGet, it shows that it supports .NET Framework, .NET Standard and .NET as seen here:
https://www.nuget.org/packages/Microsoft.ML/#supportedframeworks-body-tab

Microsoft is targeting .NET Standard 2.0 which is a formal specification of the .NET APIs implemented by nearly all versions of .NET. You can find more details here:
https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0

huangapple
  • 本文由 发表于 2023年2月6日 17:48:01
  • 转载请务必保留本文链接:https://go.coder-hub.com/75359676.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定