locationtech / rasterframes

Geospatial Raster support for Spark DataFrames
http://rasterframes.io
Apache License 2.0
243 stars 46 forks source link

Fix #425 ML Pipeline save/load #426

Closed vpipkt closed 4 years ago

vpipkt commented 4 years ago

We did not previously have the correct mixins for correctly saving and loading the Transformers on the python side. Add unit tests and fixes.

Fix #425