Description
The IndexToString class in org.apache.spark.ml.feature does not provide a public constructor which takes a uid string.
It would be nice to have such a constructor.
(Generally, being able to name pipelinestages makes it much easier to work with complex models)