lenskit.pipeline.MermaidDiagrammer#

classlenskit.pipeline.MermaidDiagrammer(direction='TB', *, for_tty=False)#

Bases: GraphDiagrammer

Render pipeline diagrams.

Stability:
Internal (see Stability Levels ).
Parameters:
  • direction (Literal['LR', 'TB'])

  • for_tty (bool)

direction:Literal['LR','TB']#
label_edges:bool =True#
for_tty:bool =False#
render_pipeline(pipe)#
Parameters:

pipe (lenskit.pipeline._impl.Pipeline)