RecTools
RecTools copied to clipboard
Add `model_meta` processing to `MetricsApp` for labels colouring
Feature Description
- Add optional argument
model_metatoMetricsApp.constructmethod -
model_metais pd.DataFrame with obligatoryColumns.Modelcolumns. All other are model params - Join models meta and models metrics during
constructmethod - In the widget add option to colour dots on scatter plot not by model name but by any of the provided model meta params (like dimension size, k_neighbours, etc.)
Why this feature?
It is useful for real services research
Additional context
No response