Becca McHenry

Results 10 comments of Becca McHenry

@dmansergh I encountered this issue too. I'm not using MahApps, so I don't know if this will help you, but using `AutomationProperties.LabeledBy` worked for me when `AutomationProperties.Name` didn't. If you're...

I assume this is the same root cause as this - https://github.com/dotnet/machinelearning/issues/5698

+1 - I also experienced pain around large data files with multiple columns sharing names. I only had less than 50 columns and it was still troublesome to deal with.

Per this [issue](https://github.com/dotnet/machinelearning/issues/5738), if you set `groupColumns: false` it will separate the columns.

Thanks for reporting! I've updated the readme with your suggestions. I'll keep this open for @JakeRadMSFT to also make some edits to the "Next notebook" link at the bottom of...

This should be moved to the ML repo. @JakeRadMSFT

Can we maybe combine notebooks? https://github.com/dotnet/csharp-notebooks/pull/21

I was thinking maybe this notebook could show all the ways to get data into an IDataView, and then at the bottom we show changing an IDataView into a DataFrame...

Thanks for the feedback! @LittleLittleCloud and @JakeRadMSFT Is this possible for Model Builder now? Or is this a framework suggestion?