Skip to main content

Additional stoppers for ray tune

Project description

Additional stoppers for ray tune

logo

Documentation Status pre-commit.ci status Python package Check Markdown links codecov gitmoji Black PR welcome

📝 Description

Ray tune is a tool for scalable hyperparameter tuning for machine learning applications. For intelligent hyperperameter optimization, trials that are performing inadequately should be stopped early. Part of this can be done by schedulers such as ASHA, but additional explicit stopping criteria are useful as well.

For example, a trial that has converged and is no longer producing better results, but is still outperforming all other running trials, will not be stopped by ASHA. Ray tune currently only provides three different stoppers: a plateau stopper, a maximum iterations stopper, and a timeout stopper.

This module aims to foster a greater variety of community maintained contributed stopping mechanisms.

📦 Installation

pip3 install rt_stoppers_contrib

🔥 Using it

For a full list of the stoppers offered, see the the documentation.

Using any of the stoppers is as easy as

from rt_stoppers_contrib import NoImprovementTrialStopper

tuner = tune.Tuner(
    tune.Trainable,
    tune_config=...,
    run_config=air.RunConfig(stop=NoImprovementTrialStopper("my_metric"))
)

For more information, refer to the documentation.

🧰 Development setup

pip3 install pre-commit
cd <this repository>
pre-commit install
gitmoji -i

💖 Contributing

Your help is greatly appreciated! Suggestions, bug reports and feature requests are best opened as github issues. You are also very welcome to submit a pull request!

Bug reports and pull requests are credited with the help of the allcontributors bot.

⚖️ License

See LICENSE for more information. The logo is built from the official ray-tune logo together with this stop sign (CC 4.0).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rt_stoppers_contrib-1.1.2.tar.gz (10.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rt_stoppers_contrib-1.1.2-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file rt_stoppers_contrib-1.1.2.tar.gz.

File metadata

  • Download URL: rt_stoppers_contrib-1.1.2.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for rt_stoppers_contrib-1.1.2.tar.gz
Algorithm Hash digest
SHA256 6a7c61604a02a35b056cdf1bbc066cdc9d3b203fd73caf07ccd0fbd71eaa8a57
MD5 9d79bdfe4c346c2cbd7cd13c63406f81
BLAKE2b-256 69f8ff57d341871a0eb8fa44f6885dff3912eaa92084d7deb8c91684856babcd

See more details on using hashes here.

File details

Details for the file rt_stoppers_contrib-1.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for rt_stoppers_contrib-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 684822a7aad25ce8d203bedc06af1c154ad879412296b14d9601ffd99da8c507
MD5 54347d8ebebcf20a76842b9503e5bb4c
BLAKE2b-256 47ab368208b40f0e89b78fb40d3dd383b346380eec08cb61665ecac40d88880f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page