How to get data in and out of Humanloop


File upload

There are two places you can upload data to Humanloop via file.

On the landing page of the app you can click on the Datasets tab and then click New Dataset.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/232532fd-c212-4f7b-8477-1bc893c494a6/Untitled.png

Alternatively, if you create a new project you will be given the option of adding data when you create the project:

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/644b44d2-fc3c-41c2-84b3-6faa9ea4bb5a/Untitled.png

Supported File Formats

We currently support .csv and .json format.

We expect the data to be formated such that each row should correspond to a single data point. After you upload the data, one you must assign the column types (e.g. text vs categorical).

An example file with the correct formating is shown below. The order of the columns is irrelevant as you choose your input and output for your model as part of the project creation workflow.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/82c04607-13d0-44cc-83bc-b4ba78748a1a/Untitled.png

JSON via API