dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
9.05k stars 1.88k forks source link

After upgrading to .NET 7.0, I'm getting "PositiveRecall" is not supported. Why? #6472

Open CBrauer opened 1 year ago

CBrauer commented 1 year ago

My System information is:

Bug description

My program has been running fine for the last year. After upgrading to .NET 7.0 it now fails with the error: "PositiveRecall is not supported".

Here is a screen shot of the error message:

Exception

My Visual Studio clearly shows that PositiveRecall shows is legal:

PositiveRecall

Please help. Charles

michaelgsharp commented 1 year ago

That is very strange... what version of .NET were you using before your upgrade? Any other upgrades at the same time (like ML.NET itself)?

ghost commented 1 year ago

This issue has been marked needs-author-action and may be missing some important information.

CBrauer commented 1 year ago

I was using .NET 6.0.

michaelgsharp commented 1 year ago

@CBrauer did you update ML.NET versions at all? What version are you currently using?