Impossible to read a custom pipeline? (Scala)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2021 07:08 AM
I have created a custom transformer to be used in a ml pipeline. I was able to write the pipeline to storage by extending the transformer class with DefaultParamsWritable. Reading the pipeline back in however, does not seem possible in Scala. I have tried creating a companion object with DefaultParamsReadable as seen here, but this still raises a java.lang.nosuchmethodexception (when using PipelineModel.load("path")).
Does anyone have a solution to reading custom transformers in Scala? Thank you.
Labels:
- Labels:
-
Pipelines
-
Read write files
-
Scala
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2025 10:52 AM
Hi, did you ever find a solution for this?

