Created
July 23, 2019 18:50
-
-
Save Scriddie/6d3a97e4bca6b5fae7c0fbd17706d591 to your computer and use it in GitHub Desktop.
features_long_table
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
row_num | col_num | feature_value | |
---|---|---|---|
1 | 1 | 1 | |
2 | 1 | 1 | |
3 | 1 | 1 | |
4 | 1 | 1 | |
5 | 1 | 1 | |
1 | 2 | 1 | |
2 | 2 | 2 | |
3 | 2 | 3 | |
4 | 2 | 4 | |
5 | 2 | 5 | |
1 | 3 | 1 | |
2 | 3 | 4 | |
3 | 3 | 9 | |
4 | 3 | 16 | |
5 | 3 | 25 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment