You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we assume all columns are set for the various classifiers (predictionCol, rawPredictionCol and probabilityCol). While they are by default and that is definitely the common case, it's not required, so the PFA classifiers need to be adjusted to take into account that they may be missing.
The text was updated successfully, but these errors were encountered:
Currently we assume all columns are set for the various classifiers (
predictionCol
,rawPredictionCol
andprobabilityCol
). While they are by default and that is definitely the common case, it's not required, so the PFA classifiers need to be adjusted to take into account that they may be missing.The text was updated successfully, but these errors were encountered: