ccao-data / api-res-avm

REST API for getting predicted values from the CCAO's residential model
0 stars 0 forks source link

Update res API endpoint and workbooks with final model #7

Closed dfsnow closed 1 month ago

dfsnow commented 1 month ago

We need to swap out the penultimate model with the final model for all towns after West.

Additionally, on 4/20/2024 the self-signed datascience.cookcountyassessor.com certificate expired. The expired cert used a CSR + SAN to communicate verify with the ccao.local CA, but was a huge pain to set up. I ended up replacing the API URL with the IP to avoid cert issues.

        Client.BaseUrl = "https://10.129.122.29/api/res_avm/predict"
        Client.Insecure = True

We'll need to update the workbook template to reflect the change.

dfsnow commented 1 month ago

Finished this today!