digitalearthpacific / mineral-resource-detection

mineral_resource_classifier
Creative Commons Zero v1.0 Universal
0 stars 1 forks source link

Patch 8 - to be reviewed on Monday #15

Closed nicholasmetherall closed 5 months ago

nicholasmetherall commented 8 months ago

image

alexgleith commented 8 months ago

Hey @nicholasmetherall can you please sort your training data array by variable name, something like this:

training_array = training_array.sort_index(axis=1)

It's super, super important that we keep the data variables in order, so that when we run the model later, we know what order to do it in.