Skip to content

FastTree regression samples use FastForest instead #4572

@najeeb-kazmi

Description

@najeeb-kazmi

I noticed some FastTree samples using FastForest, namely:

var pipeline = mlContext.Regression.Trainers.FastForest(
labelColumnName: nameof(DataPoint.Label),
featureColumnName: nameof(DataPoint.Features));

and
var pipeline = mlContext.Regression.Trainers.FastForest(
labelColumnName: nameof(DataPoint.Label),
featureColumnName: nameof(DataPoint.Features));

Appears to be a mistake introduced in PR #3948.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions