idegen commited on
Commit
73cf8ac
·
verified ·
1 Parent(s): 8fc2afb

Added colab badge for data usage examples

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -709,7 +709,13 @@ Additional splits are:
709
  - **reduced_25_segments**(_exploratory or _confirmatory): same data including 25 of the original 100 segments (selected at random)
710
 
711
  ### Quick Start
712
- #### Example 1 - complete and correlated data variant
 
 
 
 
 
 
713
  1. Load the data for all 30 exploratory subjects for the complete and correlated data variant into pandas df:
714
  ```python
715
  import pandas as pd
@@ -727,8 +733,6 @@ df_correlated_labels = correlated_labels.to_pandas()
727
  df_correlated_labels.head()
728
  ```
729
 
730
- ... more examples coming soon
731
-
732
  ## Authors
733
  - Isabella Degen, University of Bristol
734
  - Zahraa S Abdallah, University of Bristol
 
709
  - **reduced_25_segments**(_exploratory or _confirmatory): same data including 25 of the original 100 segments (selected at random)
710
 
711
  ### Quick Start
712
+
713
+ Try our dataset loading examples in Google Colab to get started quickly!
714
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/isabelladegen/corrclust-validation/blob/main/src/utils/hf_tooling/CSTS_HuggingFace_UsageExample.ipynb)
715
+
716
+ #### Example
717
+ Steps to load the data and labels for the complete correlated data variant:
718
+
719
  1. Load the data for all 30 exploratory subjects for the complete and correlated data variant into pandas df:
720
  ```python
721
  import pandas as pd
 
733
  df_correlated_labels.head()
734
  ```
735
 
 
 
736
  ## Authors
737
  - Isabella Degen, University of Bristol
738
  - Zahraa S Abdallah, University of Bristol