Skip to content

[Question] How to deploy s Pyspark pipeline model in Triton? #8376

@s-burnwal

Description

@s-burnwal

I have a tabular data which is quite large in size (a few GBs). Have been using Databricks and Pyspark for data exploration, analysis, and training. Pyspark ml pipelines (from pyspark.ml import Pipeline) are similar to Sklearn pipelines but utilises the capabilities of Spark.

The issue I am facing is, I can't save the model trained using this pipeline in Joblib, FIL, or any other Triton supported backend.

  1. How efficiently Triton's python backend runs Pyspark pipelines?
  2. How to go about deploying this model?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions