BaselineClassifier.
__init__
Baseline classifier that uses a simple strategy to make predictions.
strategy (str) – Method used to predict. Valid options are “mode”, “random” and “random_weighted”. Defaults to “mode”.
random_state (int, np.random.RandomState) – Seed for the random number generator