dotnet / dotnet/machinelearning
VBuffer in samples code.
Open
area-Core
documentation
Priority:2
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
In our samples we have code which looks like this `transformedData_default.GetColumn>(ml, defaultColumnName);`
Which introduce users into wonderful world of VBuffers.
Considering how [confusing sometimes VBuffers can be](https://github.com/dotnet/machinelearning/issues/2341) ? Shall we replace all `GetColumn` calls from `VBuffer` to `t[]` ?
Contributor guide
Assessment
This issue has not been assessed yet.