Github user WeichenXu123 commented on the issue:
https://github.com/apache/spark/pull/14520
@sethah
Thanks for your careful review!
The PR here already passing the bcFeaturesStd and bcCoeffs as constructor
args to the `LogisticAggregator`, like your PR #14109
You mean add another two member into `LogisticAggregator` like
`@transient lazy val featureStd = bcFeatureStd.value`
`@transient lazy val coeffs = bcCoeff.value`
?
And explicitly destroy broadcast I will add it soon!
Thanks.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]