Skip to content

Commit

Permalink
improve ds tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderVNikitin committed Jun 15, 2024
1 parent b91cf21 commit 76c94a7
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 55 deletions.
1 change: 0 additions & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ def test_mmd_3_test():
"Coffee",
"ECG200",
"ElectricDevices",
"GunPoint",
"MixedShapesRegularTrain",
"StarLightCurves",
"Wafer"
Expand Down
2 changes: 1 addition & 1 deletion tsgm/utils/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def get_physionet2012() -> T.Tuple[TensorLike, TensorLike, TensorLike, TensorLik
This function downloads and retrieves the Physionet 2012 dataset, which consists of physiological data
and corresponding outcomes. It returns the training, testing, and validation datasets along with their labels.
:return: A tuple containing the training, testing, and validation datasets along with their labels.
:return: A tuple containing the training, testing, and validation datasets along with their labels. (train_X, train_y, test_X, test_y, val_X, val_y)
:rtype: tuple[TensorLike, TensorLike, TensorLike, TensorLike, TensorLike, TensorLike]
"""
download_physionet2012()
Expand Down
353 changes: 300 additions & 53 deletions tutorials/Datasets.ipynb

Large diffs are not rendered by default.

0 comments on commit 76c94a7

Please sign in to comment.