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();
Last update:
2021-03-27