rasbt / rasbt/mlxtend

mlxtend.evaluate for corrected resampled t-test from Nadeau's paper

Open
#376 9 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

New Feature
Dominant language
Python
Stars
5.2k
Forks
916
Avg merge
17h 31m
Merged PRs (30d)
4

Description

Hi,

Thanks for your contribution. I am interested to know if you have implemented the corrected resampled t-test from Nadeau's paper https://link.springer.com/article/10.1023%2FA%3A1024068626366. As you have implemented the resampled t-test and 5x2cv paired t test. That would be great if you include this evaluation procedure.

Actually, What I did for my CV is to split my data into 250 times with a stratifiedShuflleSplit, then for each iteration, for the training dataset (0.8), I did 10-fold to find the hyper parameters and then performance of my classier was measured using the testing dataset.

Any idea to use the corrected resampled t-test for my two classifiers????

Thanks in advance

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the existing resampled t-test and 5x2cv paired t-test implementations, then compare the requested corrected resampled t-test with Nadeau's paper. The issue does not name files or tests; done would require a defined API, implementation, and tests demonstrating the corrected procedure.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.