Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make an f1 scoring function using 'make_scorer' \n", #15

Open
todo bot opened this issue Oct 31, 2019 · 0 comments
Open

Make an f1 scoring function using 'make_scorer' \n", #15

todo bot opened this issue Oct 31, 2019 · 0 comments
Assignees

Comments

@todo
Copy link

todo bot commented Oct 31, 2019

"# TODO: Make an f1 scoring function using 'make_scorer' \n",
"f1_scorer = make_scorer(f1_score, pos_label='yes')\n",
"\n",
"# TODO: Perform grid search on the classifier using the f1_scorer as the scoring method\n",
"grid_obj = GridSearchCV(clf, parameters, scoring=f1_scorer)\n",
"grid_obj_dt = GridSearchCV(clf_dt, parameters_dt, scoring=f1_scorer)\n",


This issue was generated by todo based on a TODO comment in 754e129. It's been assigned to @alphaolomi because they committed the code.
@todo todo bot added the todo 🗒️ label Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant