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.tuners.base.BaseCustomNeptuneCallbackabc.ABCsystematica.utils.neptune_ai.NeptuneCallback
Descendants
systematica.tuners.neptune_ai.callbacks.CSVCallbacksystematica.tuners.neptune_ai.callbacks.ChunkedJSONCallbacksystematica.tuners.neptune_ai.callbacks.ChunkedParquetCallbacksystematica.tuners.neptune_ai.callbacks.JSONCallbacksystematica.tuners.neptune_ai.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.tuners.neptune_ai.callbacks.CustomCallbacksystematica.tuners.base.BaseCustomNeptuneCallbackabc.ABCsystematica.utils.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.tuners.neptune_ai.callbacks.CustomCallbacksystematica.tuners.base.BaseCustomNeptuneCallbackabc.ABCsystematica.utils.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.tuners.neptune_ai.callbacks.CustomCallbacksystematica.tuners.base.BaseCustomNeptuneCallbackabc.ABCsystematica.utils.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.tuners.neptune_ai.callbacks.CustomCallbacksystematica.tuners.base.BaseCustomNeptuneCallbackabc.ABCsystematica.utils.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.tuners.neptune_ai.callbacks.CustomCallbacksystematica.tuners.base.BaseCustomNeptuneCallbackabc.ABCsystematica.utils.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. |

