Skip to main content

Neptune.ai Optuna integration library

Project description

Neptune + Optuna Integration

Neptune is a tool for experiment tracking, model registry, data versioning, and monitoring model training live.

This integration lets you use it as an Optuna visualization dashboard to log and monitor hyperparameter sweep live.

What will you get with this integration?

  • log and monitor the Optuna hyperparameter sweep live: ** values and params for each Trial ** best values and params for the Study ** hardware consumption and console logs ** interactive plots from the optuna.visualization module ** parameter distributions for each Trial ** Study object itself for 'InMemoryStorage' or the database location for the Studies with database storage
  • load the Study directly from the existing Neptune Run and more.

image Parallel coordinate plot logged to Neptune

Resources

Example

# On the command line:
pip install neptune-client[optuna] optuna
# In Python:
import neptune.new as neptune
import neptune.new.integrations.optuna as npt_utils

# Start a run
run = neptune.init(api_token=neptune.ANONYMOUS_API_TOKEN,
                   project="common/optuna-integration")


# Create a NeptuneCallback instance
neptune_callback = npt_utils.NeptuneCallback(run)


# Pass the callback to study.optimize()
study = optuna.create_study(direction="maximize")
study.optimize(objective, n_trials=100, callbacks=[neptune_callback])


# Watch the optimization live in Neptune

Support

If you got stuck or simply want to talk to us, here are your options:

  • Check our FAQ page
  • You can submit bug reports, feature requests, or contributions directly to the repository.
  • Chat! When in the Neptune application click on the blue message icon in the bottom-right corner and send a message. A real person will talk to you ASAP (typically very ASAP),
  • You can just shoot us an email at support@neptune.ai

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

neptune_optuna-1.0.0.tar.gz (14.4 kB view details)

Uploaded Source

Built Distribution

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

neptune_optuna-1.0.0-py3-none-any.whl (14.1 kB view details)

Uploaded Python 3

File details

Details for the file neptune_optuna-1.0.0.tar.gz.

File metadata

  • Download URL: neptune_optuna-1.0.0.tar.gz
  • Upload date:
  • Size: 14.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for neptune_optuna-1.0.0.tar.gz
Algorithm Hash digest
SHA256 3895dbd60584b86e78acaa4e7b3018dad8c63b065d2691f7ec8cbd015787fc91
MD5 507af48c0851e4f7367557f7b9894195
BLAKE2b-256 36572cbdcf2854522c16ea1dcfca59c5359ba1669265f2177aff7e665fdf7b26

See more details on using hashes here.

File details

Details for the file neptune_optuna-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: neptune_optuna-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 14.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for neptune_optuna-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0ffa865e7f627c3cca27c8f63796a29da6aa8bf2517e3278a7457dcb1488a734
MD5 97280c60d48c5a93018e0c4911bc4ae4
BLAKE2b-256 845d40757309860c59b31b729eb692d1d00cb14e668b7e6a49d9f6fc06434a56

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