v.1.1.54337New Feature
Added system.models Table for CatBoost Model Information
Added thesystem.modelstable with information about loadedCatBoostmachine learning models.
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.modelsThis returns information about the loaded CatBoost models, allowing users to view their properties and status directly within ClickHouse.