CustomCallback
| Name | Type | Default | Description |
|---|---|---|---|
run | neptune.Run | -- | Neptune run instance for logging. |
kwargs | tp.Kwargs | -- | Additional keyword arguments passed to parent class. |
Ancestors
systematica.portfolio.trackers.base.BaseCustomNeptuneCallbackabc.ABCsystematica.portfolio.trackers.custom_neptune_ai.NeptuneCallback
Descendants
systematica.portfolio.trackers.custom_neptune_callbacks.CSVCallbacksystematica.portfolio.trackers.custom_neptune_callbacks.ChunkedJSONCallbacksystematica.portfolio.trackers.custom_neptune_callbacks.ChunkedParquetCallbacksystematica.portfolio.trackers.custom_neptune_callbacks.JSONCallbacksystematica.portfolio.trackers.custom_neptune_callbacks.ParquetCallback
Methods
custom_upload
| Name | Type | Default | Description |
|---|---|---|---|
study | optuna.Study | -- | The Optuna study object. |
trial | optuna.trial.FrozenTrial | -- | The completed Optuna trial. |
JSONCallback
| Name | Type | Default | Description |
|---|---|---|---|
run | neptune.Run | -- | Neptune run instance for logging. |
kwargs | tp.Kwargs | -- | Additional keyword arguments passed to parent class. |
Ancestors
systematica.portfolio.trackers.custom_neptune_callbacks.CustomCallbacksystematica.portfolio.trackers.base.BaseCustomNeptuneCallbackabc.ABCsystematica.portfolio.trackers.custom_neptune_ai.NeptuneCallback
Methods
custom_upload
| Name | Type | Default | Description |
|---|---|---|---|
study | optuna.Study | -- | The Optuna study object. |
trial | optuna.trial.FrozenTrial | -- | The completed Optuna trial. |
| Type | Description |
|---|---|
Exception | If the upload fails, an error is logged with the exception details. |
ChunkedJSONCallback
| Name | Type | Default | Description |
|---|---|---|---|
run | neptune.Run | -- | Neptune run instance for logging. |
kwargs | tp.Kwargs | -- | Additional keyword arguments passed to parent class. |
Ancestors
systematica.portfolio.trackers.custom_neptune_callbacks.CustomCallbacksystematica.portfolio.trackers.base.BaseCustomNeptuneCallbackabc.ABCsystematica.portfolio.trackers.custom_neptune_ai.NeptuneCallback
Methods
custom_upload
| Name | Type | Default | Description |
|---|---|---|---|
study | optuna.Study | -- | The Optuna study object. |
trial | optuna.trial.FrozenTrial | -- | The completed Optuna trial. |
| Type | Description |
|---|---|
Exception | If the upload fails, an error is logged with the exception details. |
ParquetCallback
| Name | Type | Default | Description |
|---|---|---|---|
run | neptune.Run | -- | Neptune run instance for logging. |
kwargs | tp.Kwargs | -- | Additional keyword arguments passed to parent class. |
Ancestors
systematica.portfolio.trackers.custom_neptune_callbacks.CustomCallbacksystematica.portfolio.trackers.base.BaseCustomNeptuneCallbackabc.ABCsystematica.portfolio.trackers.custom_neptune_ai.NeptuneCallback
Methods
custom_upload
| Name | Type | Default | Description |
|---|---|---|---|
study | optuna.Study | -- | The Optuna study object. |
trial | optuna.trial.FrozenTrial | -- | The completed Optuna trial. |
| Type | Description |
|---|---|
Exception | If the upload fails, an error is logged with the exception details. |
ChunkedParquetCallback
| Name | Type | Default | Description |
|---|---|---|---|
run | neptune.Run | -- | Neptune run instance for logging. |
kwargs | tp.Kwargs | -- | Additional keyword arguments passed to parent class. |
Ancestors
systematica.portfolio.trackers.custom_neptune_callbacks.CustomCallbacksystematica.portfolio.trackers.base.BaseCustomNeptuneCallbackabc.ABCsystematica.portfolio.trackers.custom_neptune_ai.NeptuneCallback
Methods
custom_upload
| Name | Type | Default | Description |
|---|---|---|---|
study | optuna.Study | -- | The Optuna study object. |
trial | optuna.trial.FrozenTrial | -- | The completed Optuna trial. |
| Type | Description |
|---|---|
Exception | If the upload fails, an error is logged with the exception details. |
CSVCallback
| Name | Type | Default | Description |
|---|---|---|---|
run | neptune.Run | -- | Neptune run instance for logging. |
kwargs | tp.Kwargs | -- | Additional keyword arguments passed to parent class. |
Ancestors
systematica.portfolio.trackers.custom_neptune_callbacks.CustomCallbacksystematica.portfolio.trackers.base.BaseCustomNeptuneCallbackabc.ABCsystematica.portfolio.trackers.custom_neptune_ai.NeptuneCallback
Static methods
combine_trials
| Name | Type | Default | Description |
|---|---|---|---|
trials | tp.Kwargs | -- | Dictionary containing trial data. |
| Type | Description |
|---|---|
pd.DataFrame | DataFrame containing combined trial data. |
Methods
custom_upload
| Name | Type | Default | Description |
|---|---|---|---|
study | optuna.Study | -- | The Optuna study object. |
trial | optuna.trial.FrozenTrial | -- | The completed Optuna trial. |
| Type | Description |
|---|---|
Exception | If the upload fails, an error is logged with the exception details. |

