You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: