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

Code cleanup #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yaroslavprofi
Copy link

Hello, I saw you project and wanted to clean it up:

  1. Major code cleanup; some constants (e.g. seeds) are in config.yaml
  2. There were no spam.csv file, so you should upload it to data/ (I wrote myself this file)
  3. You need to check for penalty in LogisticRegression, because only 'none' or 'l2' available. So the first estimation could be l2 as well
  4. You did not use best_k for DecisionTreeClassifier, so i fixed it
  5. You should generate requirements.txt for python packages installation

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