BaseTracker
Ancestors
abc.ABC
Descendants
systematica.portfolio.trackers.neptune_ai.NeptuneTracker
Methods
run_study
| Name | Type | Default | Description |
|---|---|---|---|
objective | tp.Callable | -- | The objective function to be optimized. |
create_study_kwargs | tp.Kwargs | -- | Keyword arguments for creating the Optuna study. |
optimize_kwargs | tp.Kwargs | -- | Keyword arguments for the optimization process. |
| Type | Description |
|---|---|
optuna.Study | The Optuna study object containing optimization results. |
BaseCustomNeptuneCallback
| Name | Type | Default | Description |
|---|---|---|---|
run | neptune.Run | -- | Neptune run instance for logging. |
kwargs | tp.Kwargs | -- | Additional keyword arguments passed to parent class. |
Ancestors
abc.ABCsystematica.portfolio.trackers.custom_neptune_ai.NeptuneCallback
Descendants
systematica.portfolio.trackers.custom_neptune_callbacks.CustomCallback

