Skip to main content

graph_fit

Function graph_fit 

Source
pub fn graph_fit(
    graph: &Graph,
    catalog: &NodeCatalog,
    x: &Value,
    y: Option<&Value>,
    cache: Arc<dyn CacheStore>,
) -> Result<HashMap<String, Value>>
Expand description

Fit all trainable filters, returning every node’s output.