HighLevelGraph

{{ type }} with {{ layers | length }} layers and {{ n_outputs }} keys from all layers.

{% for layer in toposort %} {{ layers[layer]._repr_html_(layer_index=loop.index, highlevelgraph_key=layer, dependencies=layer_dependencies[layer])}} {% endfor %}