Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -87,7 +87,7 @@ print(f'Unique cluster values in set 0: {unq_vals}')
|
|
87 |
```
|
88 |
|
89 |
# Example cross-validation loop
|
90 |
-
We will use the the geographic cluster feature to cross-validate performance. First
|
91 |
|
92 |
```python
|
93 |
import torch.nn as nn
|
|
|
87 |
```
|
88 |
|
89 |
# Example cross-validation loop
|
90 |
+
We will use the the geographic cluster feature to cross-validate performance. First let's reformat the dataset for torch and define some functions for our training loop:
|
91 |
|
92 |
```python
|
93 |
import torch.nn as nn
|