twinlab.Dataset.delete#

Dataset.delete(verbose=False)[source]#

Delete a dataset that was previously uploaded to the twinLab cloud.

It can be useful to delete an emulator to keep a user’s cloud account tidy, or if dataset has been set up incorrectly and no longer needs to be used.

Parameters:

verbose (bool, optional) – Display information about the operation while running.

Return type:

None

Example

dataset = tl.Dataset("quickstart")
dataset.delete()