Improve evaluation score#6
Merged
Merged
Conversation
- Remove unused variable in test - Fix formatting issues identified by pre-commit hooks - All linter checks now pass
- Fix repository URLs in Quick Start section - Update project structure with all new files and directories - Expand Development section with comprehensive commands - Add detailed API Endpoints section with examples - Add troubleshooting commands and procedures - Include additional configuration options - Add cloud deployment guide reference - Update table of contents with new sections README now provides complete information for all project aspects.
- Reduce from 4 jobs to 1 simple job - Remove complex database setup and integration tests - Use pre-commit hooks directly (same as local development) - Only run unit tests (same as make test locally) - Remove unnecessary security, build, and deploy jobs - CI/CD now matches exactly what developers do locally
- Moved development dependencies from the optional-dependencies section to the dependency-groups section for better organization. - Ensured that the dev group includes essential testing and type-checking tools.
- Moved development dependencies to the appropriate section in pyproject.toml for better organization. - Updated test cases in `test_betting_simulator.py` to use `_init_wallet` instead of `_load_current_balance`. - Enhanced mock DataFrame creation in `test_training_pipeline.py` for more realistic testing scenarios, ensuring proper structure and data integrity.
Owner
Author
|
amazing work to myself 😎 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.