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

add naive method #83

Closed
wants to merge 1 commit into from
Closed

add naive method #83

wants to merge 1 commit into from

Conversation

aagoumbala
Copy link
Contributor

Description

Adding naive method

Type of change

Please check options that are relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Tests are added in the module test_classification.py

Checklist:

  • I have read the contributing guidelines
  • I have updated the HISTORY.rst and AUTHORS.rst files
  • Linting passes successfully : flake8 . --exclude=doc
  • Typing passes successfully : mypy mapie examples --strict
  • Unit tests pass successfully : pytest -vs --doctest-modules mapie
  • Coverage is 100% : pytest -vs --doctest-modules --cov-branch --cov=mapie --pyargs mapie
  • Documentation builds successfully : cd doc; make clean; make html

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.

3 participants