@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace Phpml\Classification\Linear; |
6 | 6 | |
7 | 7 | use Phpml\Helper\Predictable; |
8 | -use Phpml\Helper\Trainable; |
|
9 | 8 | use Phpml\Classification\Classifier; |
10 | 9 | use Phpml\Preprocessing\Normalizer; |
11 | 10 |