I am new to spark. I have modeled decision tree using Dataframe based API i.e. pyspark.ml. I want to display rules of decision tree similar to what we get in RDD based API(spark.mllib) in spark using toDebugString. I have read the documentation and could not find how to display the rules. Is there any other way?
Thank you.