washingtonpost / elex-live-model

a model to generate estimates of the number of outstanding votes on an election night based on the current results of the race
48 stars 5 forks source link

changed name in client #46

Closed lennybronner closed 1 year ago

lennybronner commented 1 year ago

Description

Had to change the name of the regularization parameter in the model from lambda to lambda_ because otherwise it can't be used/called from an outside repo (like the modeltestbed or the in the future the importer) since python interprets the lambda to be a lambda function 🙃

Jira Ticket

Test Steps

tox literally nothing breaks