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

Adaptive Windowing for Multi-Armed Bandits #71

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

Conversation

shaharbar1
Copy link
Collaborator

Changes:

  • Added adaptive windowing mechanism to detect and handle concept drift in MAB modelsץ
  • Introduced ActionsManager class to handle action memory and updates with configurable window sizesץ
  • Refactored Model class hierarchy to support model resetting and memory managementץ
  • Added support for infinite and fixed-size windows with change detection via delta parameterץ
  • Enhanced test coverage for adaptive windowing functionality across MAB variantsץ

@shaharbar1 shaharbar1 added the enhancement New feature or request label Dec 31, 2024
@shaharbar1 shaharbar1 force-pushed the feature/adaptive_windowing branch 9 times, most recently from 035259b to bdba9e4 Compare January 1, 2025 12:46
@shaharbar1 shaharbar1 force-pushed the feature/adaptive_windowing branch 6 times, most recently from 0f98552 to 913968d Compare January 13, 2025 06:27
 ### Changes:
 * Added adaptive windowing mechanism to detect and handle concept drift in MAB models.
 * Introduced ActionsManager class to handle action memory and updates with configurable window sizes.
 * Refactored Model class hierarchy to support model resetting and memory management.
 * Added support for infinite and fixed-size windows with change detection via delta parameter.
 * Enhanced test coverage for adaptive windowing functionality across MAB variants.
@shaharbar1 shaharbar1 force-pushed the feature/adaptive_windowing branch from 913968d to 92df9b1 Compare January 16, 2025 09:47
@shaharbar1 shaharbar1 requested a review from Yoav-T February 4, 2025 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants