Importing multi-label samples

Question/Issue:
Hi, I have an issue importing data to the studio. My data is stored in 12 different CSV files, one of which I have put through the CSV Wizard without issues. However, when I go to upload my folder containing the files, some are uploaded ok, but some are not uploaded, saying that multi-label is only for entreprise customers. I thought multi-label was now available in the free tier ?

Project ID:
565370

Reproducibility:

  • [x] Always (with my files)
  • [ ] Sometimes
  • [ ] Rarely

Let me know if more information is needed.
Best regards,
Nicolas Goualard

Hi @NicolasGoualard - you are correct in that multi-label is now available for all users.

A few points of clarification as we debug this:

  • When you are uploading the data to configure the CSV Wizard, does that file have multiple labels for the sample?
  • When you are configuring the CSV Wizard, you click “The sample should have multiple labels” at the last step of configuration, correct?
  • The error doesn’t occur when configuring the CSV Wizard, but rather only when you go to upload your data after the the wizard has been configured?
  • Are the files that are uploaded OK all a single label for the sample and the files that are not uploaded contain multiple labels?
  • Do you have a screenshot of the error message?

Hi @brianmcfadden, thanks for the quick answer! Here is the information you asked:

Yes.

Yes. Here is the json config file:

{
    "version": 1,
    "fileName": "16_11_24_capbreton - morceau 1.csv",
    "created": 1732662129505,
    "delimiter": ",",
    "skipFirstLines": 0,
    "spec": {
        "type": "timeseries-row",
        "labelsColumn": "label",
        "valueColumns": [
            "ax",
            "ay",
            "az",
            "gx",
            "gy",
            "gz"
        ],
        "timestamp": {
            "type": "column",
            "timestampColumn": "ts",
            "format": "elapsed-milliseconds",
            "frequency": 59.92329817835096
        },
        "dealWithMultipleLabels": "multiple-labels"
    }
}

Yes. In fact, the file that I used in the CSV Wizard is later not uploaded successfully.

No, all files contain multiple labels.

image

Let me know if I can do anything else
Best regards,
Nicolas G.

Thanks for the additional details, @NicolasGoualard. I am going to file a bug report with the team. I’ll keep you posted!

@NicolasGoualard Apologies, when we removed all the enterprise-gating for this feature I forgot to remove it at one place in ingestion - will get it fixed today or tomorrow.

1 Like

@NicolasGoualard - the fix has landed in production. Thanks for reporting!

Awesome, everything uploads as expected, thanks!