LogisticRegressionPlain#

class LogisticRegressionPlain#

A plaintext representation of a LogisticRegression model.

get_activation(self: pyhelayers.LogisticRegressionPlain) pyhelayers.LRActivation#

Gets the activation to be used in the LogisticRegressionPlain prediction.

get_bias(self: pyhelayers.LogisticRegressionPlain) numpy.ndarray[numpy.float64]#

Returns the model bias.

get_weights(self: pyhelayers.LogisticRegressionPlain) numpy.ndarray[numpy.float64]#

Returns the model weights.