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

Refactor and simplify framework #41

Merged
merged 84 commits into from
Aug 26, 2024
Merged

Refactor and simplify framework #41

merged 84 commits into from
Aug 26, 2024

Conversation

gmontamat
Copy link
Owner

@gmontamat gmontamat commented Aug 19, 2024

Please note there's a major overhaul of this package taking place:

  • Copy structure of https://github.com/microsoft/python-package-template
  • Adapt to python3.10+ (f-strings, linting, type hinting)
  • Get rid of duality individual-model (simplify classes)
  • Rewrite XGBoost
  • Rewrite Genetic CNN model
  • Add a scikit-learn model
  • Simplify dataset retrieval for mnist, iris, fashion-mnist, and others
  • Use redis instead of rabbitmq for distributed algorithm
  • Fix second generation bug in client (Connection failure on second generation #18)
  • Use proper logging instead of prints
  • Add module section with predefined parameters
  • Automate CICD workflows (linting, testing, and publishing) with GitHub Actions
  • Create CONTRIBUTE.md
  • Add an index to the README
  • Add repo badges
  • Implement Genetic CNN or other in PyTorch
  • Add public/private key validation for clients

edit: the core parts of this refactor is complete. I'm leaving python-packaging related bullet points to another PR.

@gmontamat gmontamat self-assigned this Aug 19, 2024
@gmontamat gmontamat marked this pull request as ready for review August 25, 2024 19:47
@gmontamat gmontamat merged commit 0a21e4b into dev Aug 26, 2024
@gmontamat gmontamat deleted the feature-2024-update branch August 26, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant