aims-umich/pyMAISE

Timers for tuning and postprocessor for early stopping

開放

#79 建立於 2025年2月20日

 (0 則留言) (0 個反應) (0 位負責人)Python (13 個分叉)auto 404
documentationenhancementgood first issue

倉庫指標

星標
 (32 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Background

Other AutoML libraries use timers to limit the amount of time models take in training. I think this would be good to add here so tuning times don't take longer than 3 hours or something that the user can set.

Tasks

  • Add timers for each model and/or in total where once the time is met, iterations are stopped for that model or in total, and the top models found thus far are returned. This should be something the user can override with a different time or possibly setting it to -1 to turn off timers.
  • Changes are documented in documentation.

Definition of Done

The above functionality is implemented for classical and machine learning models.

貢獻者指南