# TADAS model version "t2509_snowflake"

## Sources

The model was trained by Travis Stove and saved to Snowflake model registry.

* [Training notebook](https://app.snowflake.com/sme/orchard/#/notebooks/FACTS.DEV.%22TSTOWE-2025-09-Model_Update-Training_Data_Collection_v2%22)
* [Modeling](https://app.snowflake.com/sme/orchard/#/notebooks/FACTS.DEV.%22TSTOWE%202025-09-%20Model%20Update%20-%20Modeling%20v2%22)
* [Model in Snowflake Model Registry](https://app.snowflake.com/sme/orchard/#/data/databases/FACTS/schemas/DEV/model/TADAS_30_FYQ225)

## Deployment

```sql
ALTER MODEL <DATABASE>.<SCHEMA>.TADAS30 ADD VERSION DEV_V1
FROM MODEL FACTS.DEV.TADAS_30_FYQ225 VERSION DEV_V1;
```