zhengruifeng commented on issue #26322: [SPARK-29656][ML][PYSPARK] ML algs expose aggregationDepth URL: https://github.com/apache/spark/pull/26322#issuecomment-550127499 @srowen Sorry for my careless merge. Should I revert it first? I had revert changes in ALS/Features, now there are 3 main changes: 1, GMM add aggregationDepth; 2, GLR add aggregationDepth, to do this, I need to add this new param in `IterativelyReweightedLeastSquares` && `WeightedLeastSquares`; 3, For the change `reduce` => `treeReduce` in `VectorIndexer`, I left it alone by mistake, I guess I need to revert it in some way.
---------------------------------------------------------------- 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]
