Skip to content

Selectable evaluation metric#111

Merged
sborms merged 9 commits intodevelopfrom
selectable_evaluation_metric
Oct 1, 2021
Merged

Selectable evaluation metric#111
sborms merged 9 commits intodevelopfrom
selectable_evaluation_metric

Conversation

@sandervh14
Copy link
Copy Markdown
Contributor

Story Title

Plot forward feature selection with another metric

Changes made

Added an argument "metric" to 3 functions involved, allowing the developer to pass a function(y_true, y_pred) like those provided by sklearn.

How does the solution address the problem

see above

Linked issues

Closes #110

@sandervh14
Copy link
Copy Markdown
Contributor Author

Attention: I think it's best to only merge this pull request AFTER PR #109 General fixes bins.
This is because this PR is based on the code from that PR, rather than the Development branch.

@sborms
Copy link
Copy Markdown
Contributor

sborms commented Oct 1, 2021

Nice solution, Sander! Will test it out but very handy approach!

@sborms sborms merged commit 390fc1c into develop Oct 1, 2021
@sborms sborms deleted the selectable_evaluation_metric branch October 1, 2021 16:00
@sandervh14 sandervh14 linked an issue Oct 4, 2021 that may be closed by this pull request
@sandervh14 sandervh14 added this to the v1.1.0 milestone Oct 4, 2021
@sandervh14 sandervh14 requested a review from sborms October 4, 2021 11:27
@sandervh14 sandervh14 self-assigned this Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Plot forward selection with another evaluation metric

2 participants