dotnet / machinelearning

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

See for example - no link for example #6556

Open superichmann opened 1 year ago

superichmann commented 1 year ago

The article contains the text See for example. but no link is provided to actually see the example.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

michaelgsharp commented 1 year ago

@LittleLittleCloud any ideas why this might be happening? The source code itself looks fine to me.

luisquintanilla commented 1 year ago

Thanks for this issue @superichmann.

@LittleLittleCloud do we have an API sample of this? Ideally we'd want to have a sample showing how ColumnInformation can be used with the AutoML API.

For reference, here is a sample of how to use ColumnInformation as part of an AutoML pipeline.

https://github.com/dotnet/machinelearning-samples/blob/main/samples/csharp/getting-started/MLNET2/AutoMLQuickStart/Program.cs

LittleLittleCloud commented 1 year ago

I can create one if not exist