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

Wrapping up the code in a Python package #4

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

krzdur
Copy link

@krzdur krzdur commented Mar 11, 2022

Hello, Klaudia,
Thank you for the work you've done to simplify the IV and WOE analysis. For convenience, I've created a Python package using your code so it's even easier to work with it. Feel free to merge it to your repo (perhaps in a separate branch) and publish it in PyPI - you take all the credit.

What I changed:

  • moved AttributeRelevance.py and Features.py into a separate directory that serves as a source for package builder;
  • added setup.cfg and pyproject.toml with instructions for package builder. I put your name into the author field
  • added an MIT license file - feel free to change it to any other you find suitable
  • moved Jupyter notebooks with usage examples into examples directory
  • added requirements.txt and made some minor adjustments in .gitignore

I did not change anything in your code in AttributeRelevance.py and Features.py.

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.

1 participant