dotnet / dotnet/machinelearning-samples
System.ArgumentOutOfRangeException: Could not find input column 'Features'
- Dominant language
- PowerShell
- Stars
- 4.7k
- Forks
- 2.7k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 1
Description
Problem encountered on https://dotnet.microsoft.com/learn/ml-dotnet/get-started-tutorial/train
Operating System: windows
I am training model using binary-classification and it is finished with error |3 LightGbmBinary NaN NaN NaN NaN 0.3 0 |
System.ArgumentOutOfRangeException: Could not find feature column 'Features'.
My data has two columns , type with is label and path of images, Is it correct way to passing images if not how should I pass images?
How can I train my model for image classification , if it is possible ?
Contributor guide
Assessment
This issue has not been assessed yet.