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 🙃
Description
Had to change the name of the regularization parameter in the model from
lambda
tolambda_
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 thelambda
to be alambda
function 🙃Jira Ticket
Test Steps
tox
literally nothing breaks