Jon Wood

Results 16 comments of Jon Wood

It didn't. The folder generated in the "errorlogs" folder, but that was also empty.

It's happening with both, actually.

> Can you try running the command but specify --out=replay.json as an argument? replay.json should pop up in the directory Ran it again in Powershell. It doesn't seem to create...

I'm guessing the extra time is just due to the chaining of the methods calling individual expressions themselves instead of just one big expression like in the second test. Would...

Perhaps because it still has to chain it all together before it can get to the IsMatch() method that's taking the extra time? I might run it under the profiler...

I totally forgot to profile it the other night, but I'll remember to do so tonight to see what it looks like from that perspective. I like messing with performance...

Let me know if I'm totally wrong with this, everyone. Did a small memory profile and it seems to indicate that the biggest offender may be the Test method. Looking...

@luisquintanilla Ran the console app in VS 2022 and 2019 and all works as expected. I say :shipit:!

This should be fixed by installing the [Microsoft.ML.OnnxRuntime](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime/) NuGet package.

@CESARDELATORRE I have a recent, [small sample](https://github.com/Wintellect/DataScienceExamples/blob/master/ML.NET/MLNetExamples/NewApiExample/Program.cs) that goes over the new API for a regression task. Would that be applicable to put in the doc?