From 6f164c42decbb0fdb32c065a7b01f9c070457cb0 Mon Sep 17 00:00:00 2001 From: Andrew DalPino Date: Sat, 8 May 2021 12:50:17 -0500 Subject: [PATCH] Remove unused import --- train.php | 1 - 1 file changed, 1 deletion(-) diff --git a/train.php b/train.php index 4684c71..6864186 100644 --- a/train.php +++ b/train.php @@ -10,7 +10,6 @@ use Rubix\ML\CrossValidation\Reports\ContingencyTable; use Rubix\ML\Persisters\Filesystem; use Rubix\ML\CrossValidation\Metrics\Homogeneity; -use Rubix\ML\Datasets\Unlabeled; ini_set('memory_limit', '-1');