Github user jkbradley commented on the pull request:
https://github.com/apache/spark/pull/3000#issuecomment-61334876
@manishamde Thanks for the feedback! I realized I can't really include a
fit(RDD[Double]) method since it conflicts with fit(RDD[Vector]). This is
because erasure strips away the Double/Vector to get type fit(RDD[_]). I
instead included a note about mapping to Vector.
I believe the PR is ready. I removed the non-implemented parameter for
unrecognized categories, to be added later.
---
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]