Skip to content

Commit

Permalink
Use training set instead of full dataset to train
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalpino committed Jul 8, 2020
1 parent 185cd4b commit fc11c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

echo 'Training ...' . PHP_EOL;

$estimator->train($dataset);
$estimator->train($training);

echo 'Making predictions ...' . PHP_EOL;

Expand Down

0 comments on commit fc11c81

Please sign in to comment.