Hi!
In chap documentation, there is a command to check if a csv dataset file is chap compliant : Data Formats - DHIS2 Modeling
But when I run it, here is the output I get :
>>> chap validate --dataset datasets/malaria_dataset-chap-compliant.csv
╭─ Error ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ Unknown command "validate". Did you mean "evaluate"? Available commands: evaluate-hpo, evaluate, evaluate2, forecast, multi-forecast, init, │
│ preference-learn, sanity-check-model, ... │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
It seems like chap is not recognizing the command.
Is the command still really available please?