Gradient descent training + Added all dataset + graphs improvements
This commit is contained in:
@@ -4,7 +4,7 @@ namespace App\Services;
|
||||
|
||||
class CsvReader {
|
||||
private $file;
|
||||
private array $headers;
|
||||
// private array $headers;
|
||||
|
||||
public array $lines = [];
|
||||
|
||||
@@ -17,7 +17,7 @@ class CsvReader {
|
||||
throw new \RuntimeException("Failed to open file: " . $filename);
|
||||
}
|
||||
|
||||
$this->headers = $this->readNextLine();
|
||||
// $this->headers = $this->readNextLine();
|
||||
}
|
||||
|
||||
public function readNextLine(): ?array
|
||||
|
||||
Reference in New Issue
Block a user