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 optuna_utils

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


# Create a NeptuneCallback instance
neptune_callback = optuna_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-0.9.15.tar.gz (25.8 kB view details)

Uploaded Source

File details

Details for the file neptune-optuna-0.9.15.tar.gz.

File metadata

  • Download URL: neptune-optuna-0.9.15.tar.gz
  • Upload date:
  • Size: 25.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.14

File hashes

Hashes for neptune-optuna-0.9.15.tar.gz
Algorithm Hash digest
SHA256 58795becf9d6ee426bda9f7c29193b4b8af0c095fd6b8b9cb5aae9af9c50193c
MD5 fa0ed21c3716698c3933589ef08afd77
BLAKE2b-256 78059e645b596364a69b7bc7d56f40b740b436013d7c31afd2fca8f2df8d53b6

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