Skip to content

Wrapping up the code in a Python package#4

Draft
krzdur wants to merge 14 commits into
klaudia-nazarko:masterfrom
krzdur:master
Draft

Wrapping up the code in a Python package#4
krzdur wants to merge 14 commits into
klaudia-nazarko:masterfrom
krzdur:master

Conversation

@krzdur

@krzdur krzdur commented Mar 11, 2022

Copy link
Copy Markdown

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