TimberID
Log In
  • 🌳Welcome to TimberID
  • Overview
    • 🌳Background
  • User Guide
    • πŸ”°Registering
    • πŸͺ΅Single Reference Sample + Import
      • ⁉️Import Errors
    • πŸ”ŽOrigin Verification
    • πŸ“€Exporting
    • 🌎Earth Engine API
    • ⚑Administration Guide
      • πŸ§‘β€πŸ€β€πŸ§‘Creating Organizations
      • 🚸Managing Users
    • πŸ“—Glossary
    • πŸ›Report an Issue
  • Architecture of TimberID
    • πŸ› οΈHigh Level Design
    • πŸ“šOpen Source Github Repositories
    • 🏯Detailed Design
      • 🌐Client
      • πŸ–₯️Server
      • πŸ—ΊοΈExternal integrations and maps
      • 🌎Earth Engine
      • πŸ‘©β€πŸ”¬Research Colabs
        • Data Ingestion
        • Model Training (Variational Inference)
        • Isoscape Generation
        • Validation of Isoscapes
    • 🌩️GCP Guide
      • πŸ“ˆAnalytics
      • πŸ’ΎDatabase Query Builder
      • πŸ’°Budget Alerts
      • πŸŒ„Domain Name Configuration
      • ⚠️Backups and Disaster Recovery
    • πŸš€Test Procedure for Production Release
  • Internal
    • πŸ”Internal Information
Powered by GitBook
On this page
  • Overview
  • Notes

Was this helpful?

  1. Architecture of TimberID
  2. Detailed Design
  3. Research Colabs

Validation of Isoscapes

PreviousIsoscape GenerationNextGCP Guide

Last updated 1 year ago

Was this helpful?

Last Updated: 2023-09-27

Overview

Colab:

The validation pipeline provides a side-by-side comparison of a generated TimberID isoscape with a baseline (typically external from USP, but not necessarily). Additionally, the validation pipeline runs a series of evaluations, including traditional regression metrics like RMSE and end-to-end metrics that measure TimberID's fraud detection capability under the isoscape like AUC-PR and Recall@Precision=0.95.

After validation, isoscape files are stamped with validation results and then written to the path raster.RASTER_BASE + "/" + ISOSCAPE_OXYGEN_VARS_FILENAME.

Notes

  • The current default isoscapes for the validation pipeline are not our best model. We will update this documentation when we have fully validated results.

  • Do not use the "Upload to Google Earth Engine" section of this notebook-- it is deprecated and not guaranteed to work properly. Instead, prefer to upload isoscapes to TimberID from the interactive Colab referenced in .

🏯
πŸ‘©β€πŸ”¬
https://colab.research.google.com/github/tnc-br/ddf-isoscapes/blob/typo/validation_pipeline.ipynb
Earth Engine API