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

MC-CCR implementation #102

Merged
merged 22 commits into from
Jun 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix CCR notebook
  • Loading branch information
dddddddddtd committed May 8, 2023
commit ebbe3436d24fb912e6e1b7dbe66716459ae3d3f6
4 changes: 3 additions & 1 deletion examples/resampling/CCR.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@
{
"cell_type": "markdown",
"source": [
"Multi-class classification problem"
"## Multi-class classification problem\n",
"\n",
"MultiClass CCR will perform CCR for each class while using sample of data from other classes as majority"
],
"metadata": {
"collapsed": false
Expand Down