diff --git a/README.md b/README.md index 8687a75..fa64186 100644 --- a/README.md +++ b/README.md @@ -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 ```