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
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