Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/15652#discussion_r87231077
--- Diff:
mllib/src/main/scala/org/apache/spark/ml/feature/VectorIndexer.scala ---
@@ -66,7 +66,7 @@ private[ml] trait VectorIndexerParams extends Params with
HasInputCol with HasOu
* - This helps process a dataset of unknown vectors into a dataset
with some continuous
* features and some categorical features. The choice between
continuous and categorical
* is based upon a maxCategories parameter.
- * - Set maxCategories to the maximum number of categorical any
categorical feature should have.
+ * - Set maxCategories to the maximum number of categories which
categorical feature should have.
--- End diff --
This doesn't look related? it should also be more like "number of
categories that any categorical ..."
---
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]