lenskit.pipeline.PipelineProfiler#
- classlenskit.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)#