modAL icon indicating copy to clipboard operation
modAL copied to clipboard

Support for pyspark.ml.classification estimators

Open peeyushsinghal opened this issue 1 year ago • 0 comments

Currently the library support sklearn (scikit-learn) estimators. How can I make it work for pyspark.ml.classification estimators. The example https://www.databricks.com/blog/2020/01/16/better-machine-learning-through-active-learning.html again uses pandas and scikit-learn based estimators, making it difficult to work with PySpark and classifiers. Please provide an example with native pyspark implementation

peeyushsinghal avatar Aug 08 '24 09:08 peeyushsinghal