[source]
This strategy always predicts the mean of the fitted data.
Data Type: Continuous
This strategy does not have any parameters.
use Rubix\ML\Other\Strategies\Mean; $strategy = new Mean();