@codnx/mlxd 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -38,7 +38,6 @@ mlxd init
38
38
  Edit the generated `config.yaml` file to specify your model and dataset paths, along with the test criteria. Example:
39
39
 
40
40
  ```yaml
41
- modelPath: "./models/mymodel.h5"
42
41
  dataPath: "./data/dataset.csv"
43
42
  tests:
44
43
  - name: "Accuracy Test"
@@ -102,7 +101,6 @@ Results will be displayed in the console.
102
101
  3. **Edit `config.yaml`**:
103
102
 
104
103
  ```yaml
105
- modelPath: "./models/mymodel.h5"
106
104
  dataPath: "./data/dataset.csv"
107
105
  tests:
108
106
  - name: "Accuracy Test"
package/mlxd/README.md CHANGED
@@ -38,7 +38,6 @@ mlxd init
38
38
  Edit the generated `config.yaml` file to specify your model and dataset paths, along with the test criteria. Example:
39
39
 
40
40
  ```yaml
41
- modelPath: "./models/mymodel.h5"
42
41
  dataPath: "./data/dataset.csv"
43
42
  tests:
44
43
  - name: "Accuracy Test"
@@ -102,7 +101,6 @@ Results will be displayed in the console.
102
101
  3. **Edit `config.yaml`**:
103
102
 
104
103
  ```yaml
105
- modelPath: "./models/mymodel.h5"
106
104
  dataPath: "./data/dataset.csv"
107
105
  tests:
108
106
  - name: "Accuracy Test"