dotnet / dotnet/machinelearning
Follow up on removing the predicates from the IDataView methods signatures
Open
area-Core
enhancement
Priority:2
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
Following on [@Ivanidzo4ka comment](https://github.com/dotnet/machinelearning/pull/2796#discussion_r261487085) on PR #2796 we should not track column indices anymore through the codebase of the transforms, but the entire column for things like new columns, and active columns.
Tracking just indices is error prone.
Contributor guide
Assessment
This issue has not been assessed yet.