Skip to content

[source]

Mean#

This strategy always predicts the mean of the fitted data.

Data Type: Continuous

Parameters#

This strategy does not have any parameters.

Example#

use Rubix\ML\Strategies\Mean;

$strategy = new Mean();