pub fn graph_fit( graph: &Graph, catalog: &NodeCatalog, x: &Value, y: Option<&Value>, cache: Arc<dyn CacheStore>, ) -> Result<HashMap<String, Value>>
Fit all trainable filters, returning every node’s output.