Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natbutter authored Sep 24, 2020
1 parent 7ae6692 commit 1397358
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Code for Butterworth and Barnett Moore 2020
# Code for Butterworth and Barnett-Moore 2020
Spatial data mining with machine learning to reveal mineral exploration targets under cover in the Gawler Craton, South Australia.

Use Mines and Minerals dataset to teach the model the values from the datasets are associated with mines and known deposit locations. Then apply that trained algorithm on the entire area.
## Code
Use Mines and Minerals dataset to teach the model values from the datasets that are associated with mines and known deposit locations. Then apply that trained algorithm on the entire area.

The dockerfile will build an environment which has all the required packages.

Expand All @@ -9,3 +11,11 @@ Use **results-sa.ipynb** for exploring individual commodities
Use **results-sa-test1.py** to generate the first part of the target test set in the Gawler region.

Use **results-sa-test2.py** to do the second part of the target test set generation.

## Data

Regularized input data is in **SA-DATA** folder.

Model output (exploration targeting maps) are in **MAPS**.

Model training and target datasets generated in **ML-DATA**.

0 comments on commit 1397358

Please sign in to comment.