Skip to content

Conversation

j-irion
Copy link

@j-irion j-irion commented Oct 2, 2025

  1. The repository was refactored for clarity and maintainability, ensuring a cleaner codebase for extending predictors in the future.
  2. This PR introduces a new toggleable online grid functionality across all predictors. By default, predictors continue to use the original full retraining approach. When use_online_grid=True is enabled, models instead use an online grid-search style training.

Key Changes:

  • Refactoring

    • Improved code readability.

    • Unified and removed unnecessary logging.

  • Online Grid Toggle

    • Added use_online_grid flag to all predictors.

    • Default: full retraining on all available data (previous behavior).

    • Online mode: grid-search style incremental training.

j-irion added 23 commits June 19, 2025 09:17
…ort mini-batch updates and improve model training efficiency
…ers for improved clarity and consistency in model updates
… and retrain interval parameters for enhanced model training consistency
…parameters for improved clarity and consistency
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