Published June 22, 2025 | Version v1
Model Open

Archaeological Site Prediction Model for Arsacid Period Research

  • 1. EDMO icon University of Chicago
  • 2. Indeed

Description

Overview

This repository contains two versions of a machine learning model for predicting archaeological site locations:

1. Original Research Model (original_model.py)

  • The exact code used to produce results for the paper "Predictive Modeling for Targeted Archaeological Survey of Arsacid Period Sites in the Iranian Borderland Region of the Araxes River Valley"
  • Contains the complete workflow with specific data paths and parameters
  • Preserves the exact methodology and results from the published research

2. Modular Framework (archaeological_prediction_framework.py)

  • A cleaned, reusable version designed for reproducibility and ease of use
  • Removes hard-coded paths and makes parameters configurable
  • Allows researchers to adapt the model for different study areas and datasets
  • Maintains the same core methodology while improving usability

Key Features

Both models use:

  • Principal Component Analysis (PCA) for feature reduction
  • Multiple machine learning algorithms (Random Forest, Logistic Regression, SVM, etc.)
  • Cross-validation for model selection
  • Environmental variables including elevation, slope, walking time, river proximity, and soil data
  • Probability mapping for archaeological site prediction

The framework version adds:

  • Flexible raster configuration
  • Customizable data transformations
  • Easy parameter adjustment
  • Better code organization and documentation

Use Cases

  • Researchers wanting to reproduce our exact results: Use original_model.py
  • Researchers adapting the method for new areas: Use archaeological_prediction_framework.py

Files

Files (86.4 kB)

Name Size Download all
md5:0a058d37ffd63cb24be4322e8b34f52f
22.2 kB Download
md5:ac415d71a075475308656b5d66764668
64.2 kB Download

Additional details

Dates

Submitted
2025-06-22