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

feat: SHAP module tutorial #166

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

feat: SHAP module tutorial #166

wants to merge 2 commits into from

Conversation

Fersoil
Copy link
Collaborator

@Fersoil Fersoil commented Jan 2, 2025

Contributing to Meteors

Thank you for contributing to Meteors! Please follow the guidelines below to ensure a smooth and efficient contribution process.

PR Checklist

  • PR Title: "semantic tag: description"

    • Package: Use the appropriate semantic tag for your PR:
      • fix: A bug fix.
      • feat: A new feature.
      • docs: Documentation only changes.
      • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc).
      • refactor: A code change that neither fixes a bug nor adds a feature.
      • perf: A code change that improves performance.
      • test: Adding missing tests or correcting existing tests.
      • chore: Changes to the build process or auxiliary tools and libraries such as documentation generation.
      • build: Changes that affect the build system or external dependencies.
    • Example: "fix: typo in README.md"
  • PR Message: Delete this entire checklist and replace it with:

    • Description: A detailed description of the change.
    • Dependencies: Any dependencies required for this change.
  • Add tests and docs: If you're adding a new integration, please include

    1. a test for the integration, preferably unit tests that do not rely on network access,
    2. an example notebook showing its use, located in the examples directory.
  • Lint and test: Run rye run pre-commit run --all-files and rye test to ensure your changes pass all checks. See contribution guidelines for more.

  • Related Issue(s): If your PR fixes an issue, please link it in the PR description.

Additional Guidelines

  • Import optional dependencies within functions.
  • Avoid adding dependencies to pyproject.toml files unless required for unit tests.
  • Most PRs should not modify more than one package.
  • Ensure changes are backwards compatible.

Review Process

If no one reviews your PR within a few days, please @-mention one of the maintainers.

@Fersoil Fersoil linked an issue Jan 2, 2025 that may be closed by this pull request
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.

feat: Create Shap Tutorial
1 participant