Browse Source

Update mlnet.js

Lutz Roeder 3 years ago
parent
commit
583762caee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/mlnet.js

+ 1 - 1
source/mlnet.js

@@ -2440,7 +2440,7 @@ mlnet.Error = class extends Error {
 
     constructor(message) {
         super(message);
-        this.name = 'ML.NET Error';
+        this.name = 'Error loading ML.NET model.';
     }
 };