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

resampled paired t-test #323

Merged
merged 5 commits into from
Jan 19, 2018
Merged

resampled paired t-test #323

merged 5 commits into from
Jan 19, 2018

Conversation

rasbt
Copy link
Owner

@rasbt rasbt commented Jan 19, 2018

Description

Implements the resampled pair t-test procedure
to compare the performance of two models
also called K-hold-out paired t-test).

Pull Request requirements

  • Added appropriate unit test functions in the ./mlxtend/*/tests directories
  • Ran nosetests ./mlxtend -sv and make sure that all unit tests pass
  • Checked the test coverage by running nosetests ./mlxtend --with-coverage
  • Checked for style issues by running flake8 ./mlxtend
  • Added a note about the modification or contribution to the ./docs/sources/CHANGELOG.md file
  • Modify documentation in the appropriate location under mlxtend/docs/sources/ (optional)
  • Checked that the Travis-CI build passed at https://travis-ci.org/rasbt/mlxtend

@rasbt rasbt changed the title paired t-test first commit resampled paired t-test Jan 19, 2018
@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 91.487% when pulling 951b3fc on paired_ttest into cbb19df on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 91.487% when pulling 951b3fc on paired_ttest into cbb19df on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 91.474% when pulling 3a990ac on paired_ttest into cbb19df on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 91.474% when pulling f564f83 on paired_ttest into cbb19df on master.

@rasbt rasbt merged commit a33b294 into master Jan 19, 2018
@rasbt rasbt deleted the paired_ttest branch May 12, 2018 22:29
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.

None yet

2 participants