Blurry Percentile#
A strategy that always guesses the p-th percentile of the fitted data.
Data Type: Continuous
Parameters#
# | Name | Default | Type | Description |
---|---|---|---|---|
1 | p | 50.0 | float | The percentile of the fitted data to use as a guess. |
Example#
use Rubix\ML\Strategies\Percentile;
$strategy = new Percentile(90.0);
Last update:
2021-03-27