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\Other\Strategies\Mean;
$strategy = new Mean();
Last update: 2021-01-09