nchammas opened a new pull request #34605: URL: https://github.com/apache/spark/pull/34605
### What changes were proposed in this pull request? Some of the columns included in the DataFrames returned by `FPGrowthModel` are not explained. This PR adds some basic documentation for them. Since those docs depend on the concept of an _itemset_, this PR also introduces that term. ### Why are the changes needed? The FPGrowth docs should cover at a high level all the basic information that the algorithm provides. ### Does this PR introduce _any_ user-facing change? Yes, it updates user-facing documentation. ### How was this patch tested? I will confirm the doc changes are correct as part of PR review. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
