Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 01:02 PM
@mohaimen_syed - can you please try using pyspark.ml implementation of randomForestClassifier instead of sklearn and see if it works. Below is an example - https://github.com/apache/spark/blob/master/examples/src/main/python/ml/random_forest_classifier_exa...
Thanks, Shan
Apache Spark - A unified analytics engine for large-scale data processing - spark/examples/src/main/python/ml/random_forest_classifier_example.py at master · apache/spark