Variables
INTEGRATION_VERSION_KEY: Key under which the version of the Neptune-Optuna integration is logged in Neptune. Set to the value ofsource_code/integrations/neptune-optuna.
log_study_metadata
- Values and params for each trial.
- Current best values and params for the study.
- Visualizations from the optuna.visualizations module.
- Parameter distributions for each trial.
- The study object itself, to load it later.
Examples:
Initialize a Neptune run and log Optuna study metadata:
load_study_from_run
- If the study used ‘InMemoryStorage’, it will be loaded from the logged pickled study object.
- If the study used database storage, it will be loaded from the logged database URL.
Examples:
Initialize an existing run by passing the run ID:
NeptuneCallback
- Values and parameters for each trial.
- Current best values and parameters for the study.
- Visualizations from the optuna.visualizations module.
- Parameter distributions for each trial.
- The study object itself, to load it later.
Examples:
Initialize a Neptune run and log Optuna study metadata.
Descendants
systematica.portfolio.trackers.base.BaseCustomNeptuneCallback

