get_grid_search_result_path#

API documentation for tradeexecutor.backtest.grid_search.get_grid_search_result_path Python function.

get_grid_search_result_path(notebook_name=None)[source]#

Get a path where to stget_grid_search_result_pathore the grid seach results.

  • Used in grid search notebooks

  • Each notebook gets its own storage folder for grid search results somewhere

  • Have some logic to get a persistent path in Datalore notebook environments

Parameters:

notebook_name (Optional[Union[str, Callable]]) –

Override the name.

If not given try to resolve automatically, but this is fragile.

The name of your notebook file. E.g. “v19-candle-search”.

Return type:

Path