Variables
NeptuneAIRegistry: Config of Neptune trial selection for the reward registry. These selectors are used to fetch specific runs and trials from Neptune for analysis.
NeptuneAIConfig
Instance variables
-
model: str: The model name, which is the run ID of the Neptune run. -
column_stack: bool: Computevbt.PF.column_stackto combine portfolio when several trial numbers are passed. Seetools.tuners.composers. Default toFalse. -
group_by: bool: Group strategy whencolumn_stackisTrue. IfFalse, compute individual backtests. Combined all strategy into a single run otherwise. Defaults toTrue. -
run_id: str: The ID of the tracker run to fetch. -
trial_selector: str | int | BaseTrialSelector: Custom parameter selection. Defaults toNone.

