sparknlp_jsl.modelTracer
#
Module Contents#
Classes#
- class ModelTracer#
Bases:
object
- addUidCols(pipeline: pyspark.ml.Pipeline, df: pyspark.sql.DataFrame)#
This functions adds models uids and timestamp to the output df as a new columns
- Parameters:
pipelineModel – The pipeline to extract models from
df – The dataframe to add the columns to