We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0dd5a commit 0dc2be4Copy full SHA for 0dc2be4
1 file changed
README.md
@@ -182,7 +182,6 @@ the ```glathida-3.1.0.zip``` into a folder called ```glathida/```. Unzip the arc
182
183
## Create the training dataset 🏋️
184
185
----
186
The training dataset can be generated by running:
187
```
188
python create_metadata.py
@@ -192,7 +191,6 @@ The code generates a raw ~3.0 GB ```.csv``` training dataset.
192
191
193
## Process training dataset and downscale 🏋️
194
195
196
The model is trained on a post-processed version of the training dataset you just created.
197
To post-process, run:
198
@@ -203,7 +201,6 @@ of all features into a 100x100 grid mesh. The code produces the final ~300.0 MB
203
201
204
202
## Train model ensemble 🤖
205
206
207
To train the model, run:
208
209
python iceboost_train.py
0 commit comments