Metadata-Version: 2.1
Name: spark-ml-utils
Version: 0.0.3
Summary: Some spark ml utilities, for easy checking/modifying spark pipeline, extracting feature importance for spark logistic regression model
Home-page: https://github.com/xinyongtian/py_spark_ml_utils
Author: Xinyong Tian
Author-email: <xinyongtian@gmail.com>
License: UNKNOWN
Keywords: spark,pipeline,feature importance
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# spark_ml_utils

Some spark ml utilities, for easy checking/modifying spark pipeline, extracting feature importance for spark logistic regression model.



## Installation


```bash
  pip install spark_ml_utils
```



## How to use

[see demo here](https://github.com/xinyongtian/py_spark_ml_utils/blob/main/demo.ipynb)


