Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update the command to train and test the baseline model.
  • Loading branch information
agiamason authored Oct 24, 2024
1 parent 90b85fb commit 8202dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ We currently support `ARBIN` and `NEWARE` data formats. Additionally, `Biologic`
BatteryML supports using a simple config file to specify the training and inference process. We provided several examples in `configs`. For example, to reproduce the "variance" model for battery life prediction, run

```bash
batteryml run configs/baselines/sklearn/variance_model/matr_1.yaml ./workspace/test --train --eval
batteryml run configs/baselines/sklearn/variance_model/matr_1.yaml --workspace ./workspace/test --train --eval
```


Expand Down

0 comments on commit 8202dd3

Please sign in to comment.