parameter_table_from_estimator_selector

tsml_eval.utils.publications.parameter_table_from_estimator_selector(selection_function, estimator_names)[source]

Create a table of estimator names and their parameters in LaTeX format.

Parameters:
selection_functionfunction

The function that selects the estimator.

estimator_nameslist of str

The names of the estimators.

Returns:
str

The LaTeX table string.