Rebalance Dataset

Rebalances the dataset over training / testing categories. This resets the category for all data and splits it 80%/20% between training and testing. This is a deterministic process based on the hash o

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/rebalance \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?