lenskit.pipeline.PipelineProfiler#
- class lenskit.pipeline.PipelineProfiler(pipeline, file)#
Collect pipeline run statistics for profiling pipeline executions.
- Parameters:
pipeline (lenskit.pipeline._impl.Pipeline)
file (pathlib.Path)
- writer: csv.DictWriter[str]#
- output: TextIO#
- multiprocess()#
- Return type:
- close()#
- run_profiler()#
- __enter__()#
- __exit__(*args)#