v.1.1.54337New Feature

Added system.models Table for CatBoost Model Information

Added the system.models table with information about loaded CatBoost machine learning models.
Added the system.models table to provide detailed information about loaded CatBoost machine learning models in ClickHouse.

Why it matters

This feature was created to enable users to easily access metadata and details about CatBoost models loaded into ClickHouse. It solves the problem of lacking a standardized system table for inspecting machine learning models, facilitating model management, monitoring, and integration within ClickHouse workflows.

How to use it

Users can query the system.models table using standard SQL commands, for example:

SELECT * FROM system.models


This returns information about the loaded CatBoost models, allowing users to view their properties and status directly within ClickHouse.