-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify QLasso for frequencies and deploy it #89
Comments
FLasso feature engineering notesPredicting number of patients receiving triage in the coming hour, having the lasso penalty set to 0 (i.e. just doing linear regression and not caring about overfitting).
Some fiddling with the Lasso penalty parameter gives a regularised model with 8 non-zero-weights (out of 40) and training mse 11.19. (I should do proper holdout validation at some point.) |
Modified the model to output several frequencies, ran a training session and uploaded it to a bucket. View it in tensorboard by installing tensorflow, running |
DeployedA version of the model is deployed to Google Cloud. Try and request a prediction by putting some dummy json into a file then using the CLI:
|
QLasso is based on the assumption that the wait time is a linear transformation of features of the form WORKLOAD/PROCESSINGRATE and other things that have the dimension of time. To modify it for frequencies we could use these features:
The text was updated successfully, but these errors were encountered: