analyse_grid_search_result#

analyse_grid_search_result(results, min_positions_threshold=5)[source]#

Create aa table showing grid search result of each combination.

  • Each row have labeled parameters of its combination

  • Each row has some metrics extracted from the results by analyse_combination()

See also analyse_combination().

Parameters:
Returns:

Table of grid search combinations

Return type:

DataFrame