Skip to content

Score Transform for filter ensembleΒ #969

@mb706

Description

@mb706

We could have a "score transform" function hyperparameter for the ensemble

so currently ensemble_score := sum_{filter i} scores_by_i * weight_i

and then we could do ensemble_score := sum_{filter i} score_transform(scores_by_i) * weight_i

inspired by https://github.com/ck37/featurerank/blob/56e1426ffac84d0512c9e7a502be535f6ea57f09/R/aggregators.R#L2 and @bblodfon

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