Closed ejm714 closed 2 years ago
Name | Link |
---|---|
Latest commit | 571d7953dc836210c5cb58172c68a38ab38dc237 |
Latest deploy log | https://app.netlify.com/sites/silly-keller-664934/deploys/62d1e392cd1eb90008cc0171 |
Deploy Preview | https://deploy-preview-199--silly-keller-664934.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
π Deployed on https://deploy-preview-199--silly-keller-664934.netlify.app
Comments integrated!
Merging #199 (571d795) into master (57461a6) will decrease coverage by
0.0%
. The diff coverage is0.0%
.
@@ Coverage Diff @@
## master #199 +/- ##
========================================
- Coverage 86.9% 86.9% -0.1%
========================================
Files 29 29
Lines 1901 1902 +1
========================================
Hits 1653 1653
- Misses 248 249 +1
Impacted Files | Coverage Ξ | |
---|---|---|
zamba/models/config.py | 97.1% <ΓΈ> (ΓΈ) |
|
zamba/models/publish_models.py | 0.0% <0.0%> (ΓΈ) |
This PR updates the official time distributed model to one trained on the same dataset but using the new frame selection model (from https://github.com/drivendataorg/zamba/pull/195).
This was essentially a one line change of updating the directory for
time_distributed
in theWEIGHT_LOOKUP
dictionary. All the updates to the files in theofficial_models
directory happen automatically as part of themake publish_models
command. πBonus fixes and adds:
Closes https://github.com/drivendataorg/pjmf-zamba/issues/96