huaxingao opened a new pull request #26035: [SPARK-29360][PYTHON][ML] PySpark FPGrowthModel supports getter/setter URL: https://github.com/apache/spark/pull/26035 ### What changes were proposed in this pull request? ### Why are the changes needed? Keep parity between Scala and Python ### Does this PR introduce any user-facing change? add the following getters/setter to FPGrowthModel ``` getMinSupport getNumPartitions getMinConfidence getItemsCol getPredictionCol setItemsCol setMinConfidence setPredictionCol ``` add following getters/setters to PrefixSpan ``` set/getMinSupport set/getMaxPatternLength set/getMaxLocalProjDBSize set/getSequenceCol ``` ### How was this patch tested? add doctest
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
