Skip to main content

BaseTracker

Abstract base class for trackers.

Ancestors

  • abc.ABC

Descendants

  • systematica.portfolio.trackers.neptune_ai.NeptuneTracker

Methods

run_study

Run study. Parameters: Returns:

BaseCustomNeptuneCallback

Abstract base class for custom Neptune.ai tracker callback. This class extends Neptune’s callback functionality to track Optuna trials and log them to Neptune.ai. Initialize the Neptune custom callback. Parameters:

Ancestors

  • abc.ABC
  • systematica.portfolio.trackers.custom_neptune_ai.NeptuneCallback

Descendants

  • systematica.portfolio.trackers.custom_neptune_callbacks.CustomCallback