rca_model_create
Register a new RCA model specification by providing name, family, and configuration to add it to the registry.
Instructions
Register a new RCA model spec in the registry.
Model families: bayesian_network | dowhy_causal_inference | granger_causality | fault_tree_analysis | fishbone_ishikawa | fmea | bayesian_structural_time_series | change_point_detection | random_forest_importance | counterfactual_analysis
Args: params (ModelCreateInput): name, family, description, config, tags, version
Returns: str: JSON with model_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |