Closed eerhardt closed 4 years ago
Using mlnet auto-train, the generated .Model file should target netstandard2.0. Currently it is targeting netcoreapp2.1 which is not correct.
mlnet auto-train
.Model
netstandard2.0
netcoreapp2.1
ML.NET supports a lot of app types - .NET Core is just one of them. The model project should be targeting netstandard.
https://github.com/dotnet/machinelearning/blob/b5438d1dcdce7059d88f5c17e16be4aabfaec3bd/src/mlnet/Templates/Console/ModelProject.tt#L8-L10
cc @srsaggam
Using
mlnet auto-train
, the generated.Model
file should targetnetstandard2.0
. Currently it is targetingnetcoreapp2.1
which is not correct.ML.NET supports a lot of app types - .NET Core is just one of them. The model project should be targeting netstandard.
https://github.com/dotnet/machinelearning/blob/b5438d1dcdce7059d88f5c17e16be4aabfaec3bd/src/mlnet/Templates/Console/ModelProject.tt#L8-L10