Skip to content

Commit

Permalink
update docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed May 31, 2016
1 parent 7ab1ae9 commit d19490d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ $imputer = new Imputer(null, new MedianStrategy(), Imputer::AXIS_ROW);
## Example of use

```
use Phpml\Preprocessing\Imputer;
use Phpml\Preprocessing\Imputer\Strategy\MeanStrategy;
$data = [
[1, null, 3, 4],
[4, 3, 2, 1],
Expand Down

0 comments on commit d19490d

Please sign in to comment.