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

Added piecewise regression example #879

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

Conversation

speco29
Copy link

@speco29 speco29 commented Jan 23, 2025

fixes #437
Adding piecewise regression examples in example docs

Thank your for opening a PR!

Before you proceed, please check the following notes.

  • Make sure you describe the changes introduced in the PR.
  • If this PR addresses an existing issue, please mention it here.
  • Check our Guidelines for Contributing.
  • In particular, pay attention to the pull request checklist.
  • The most important points are to
    • Install all the needed requirements (requirements.txt, requirements-dev.txt, etc.)
    • Make sure all test pass.
    • Make sure your code passes black.
    • Make sure your code passes pylint.

Adding piecewise regression examples in example docs
@tomicapretto
Copy link
Collaborator

Hi @speco29, thanks again. In this case, the issue asks for an example notebook when one uses Bambi to perform a piecewise regression. You're pasting a generic example of piecewise regression with statsmodels.

@speco29
Copy link
Author

speco29 commented Jan 24, 2025

hello @tomicapretto, thank you for your review.
Sorry, actually you are right, statsmodel doesn't belong here.
I'll look through it and will change it soon

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.

Add piecewise regression example
2 participants