Param

class pyspark.ml.param.Param(parent: pyspark.ml.util.Identifiable, name: str, doc: str, typeConverter: Optional[Callable[[Any], T]] = None)[source]

A param with self-contained documentation.

New in version 1.3.0.