automl / amltk

A build-it-yourself AutoML Framework
https://automl.github.io/amltk/
BSD 3-Clause "New" or "Revised" License
62 stars 4 forks source link

feat(Scheduler): Monitor to view efficiency #197

Closed eddiebergman closed 9 months ago

eddiebergman commented 9 months ago

What does this implement/fix? Explain your changes.

Implement a QueueMonitor method to view the efficiency of your Scheduler setup.

Minimal Example / How should this PR be tested?

Tests included. Output from 5 seconds with 8 workers and a simple x + 1 task. Plot with (50, "ms") interval mean.

test


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.