Skip to content
Snippets Groups Projects
Commit 37bed97d authored by WeichenXu's avatar WeichenXu Committed by Yanbo Liang
Browse files

[PYSPARK] add picklable SparseMatrix in pyspark.ml.common

## What changes were proposed in this pull request?

add `SparseMatrix` class whick support pickler.

## How was this patch tested?

Existing test.

Author: WeichenXu <WeichenXu123@outlook.com>

Closes #14265 from WeichenXu123/picklable_py.
parent cc1d2dcb
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ py4j.protocol.smart_decode = _new_smart_decode
_picklable_classes = [
'SparseVector',
'DenseVector',
'SparseMatrix',
'DenseMatrix',
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment