Description
LinearSVC applies the Param 'threshold' to the rawPrediction, not the probability. It has different semantics than the shared Param HasThreshold, so it should not use the shared Param.
LinearSVC applies the Param 'threshold' to the rawPrediction, not the probability. It has different semantics than the shared Param HasThreshold, so it should not use the shared Param.