Eric StJohn

Results 305 comments of Eric StJohn

@tarekgh do any of our existing tokenizers support this, or is this new work?

@luisquintanilla it seems like we are consistent with huggingface here: ![image](https://github.com/user-attachments/assets/48226322-0c69-4d39-be5c-5ab5c61fc5f4) Were you noticing a problem that you thought was caused by this (in which case we should try to...

We need to make sure we have an answer for this for ML.NET 4.0. Ideally we can update ML.NET to the latest torchsharp and that won't drop support for our...

Looks like the same as https://github.com/dotnet/wpf/issues/9589#issuecomment-3259564750 - I added a workaround and reccomended fix there.

Here's the relevant place in the SDK that error comes from https://github.com/dotnet/sdk/blob/68cf2826f641034012815a989fd4933e759f249f/src/Tasks/Microsoft.NET.Build.Tasks/ResolveAppHosts.cs#L295C26-L305 I think WPF could set `EnableManagedPackageReferenceSupport` to avoid this: https://devblogs.microsoft.com/cppblog/announcing-nuget-packagereference-support-for-c-cli-msbuild-projects-targeting-net-core/

Can you share what this would look like and describe what changes we'd need to make, @michaelgsharp?

> I think this is where that new advanced options stuff would fit perfectly. Make it so that people can set whatever lightGBM options there they want and have them...

Did we ever get a feature to help track these things without "excusing" the failure?

Looks to me like an issue with the docs - I only see `Score` and `PredictedLabel` as output columns: https://source.dot.net/#Microsoft.ML.FastTree/RandomForestClassification.cs,379