Michael Sharp
Michael Sharp
Looks like the columns themselves don't have a reference to the parent DataFrame, hence this behavior. I think the way to fix this would be to have the column have...
Ok, the other option (or we could do both), is that `dataFrame.Columns` does have a `SetColumnName` method as well, it just for some reason requires you to pass in the...
As far as getting the original column goes you can if you know the index of that column. What we should probably do though is add an overload to the...
@JakeRadMSFT Can you take a look here? I am not super familiar with how the model builder gpu stuff translates over to ML.NET.
I don't think that LightGBM has a GPU binary in Model Builder. In fact, I don't think that LightGBM has pre-compiled binaries for anything with a GPU, though you can...
Hi @gjtorikian. Arm64 is supported, but there are a few trainers that don't fully work in Arm64 because of dependencies that don't run there. That being said, I thought I...
@luisquintanilla any thoughts on this?
Thanks for raising the issue with this. Can you elaborate on the exact problems this is causing you? We understand that you should be able to save/load a model to...
Right now the user can get a `Stream` using the Azure C# SDK and pass that stream into `DataFrame.LoadCsv` and it should work since we accept a stream input (though...
@LittleLittleCloud I'm not sure. We would have to investigate and see if there is a better way of doing that. Essentially we would need a way to "reset" the cancellation...