Skip to content

ConcatWith and AsVector need to be more restrictive regarding types they can be applicable. #1043

@Ivanidzo4ka

Description

@Ivanidzo4ka
var pipe = data.MakeNewEstimator().Append(row => (label: row.label.ToKey(), features: row.image.LoadAsImage()));

I'm loading images. As soon as I hit dot after LoadAsImage I get suggestions to Resize and AsGreyscale
which make sense. But I also got suggestion from intellisence to apply AsVector and ConcatWith. Which doesn't make much sense for me.

Metadata

Metadata

Assignees

Labels

APIIssues pertaining the friendly API

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions