Closed aymanzay closed 4 years ago
Merging #67 into wrapper-cleanup will increase coverage by
0.25%
. The diff coverage is91.66%
.
@@ Coverage Diff @@
## wrapper-cleanup #67 +/- ##
===================================================
+ Coverage 86.27% 86.53% +0.25%
===================================================
Files 8 8
Lines 612 594 -18
Branches 145 130 -15
===================================================
- Hits 528 514 -14
Misses 46 46
+ Partials 38 34 -4
Impacted Files | Coverage Δ | |
---|---|---|
moseq2_model/gui.py | 100.00% <ø> (ø) |
|
moseq2_model/train/util.py | 92.66% <90.90%> (+1.96%) |
:arrow_up: |
moseq2_model/helpers/wrappers.py | 88.70% <100.00%> (+0.37%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update de30488...6c8b962. Read the comment docs.
train/util.py
:train_model()
andget_model_summary()
.Feature Addition
'learn_model()
: users can now input adest_file
/model path in a non-existent subdirectory. If path to model does not already exist, it will create the directory path.Refactoring Changes
get_loglikelihoods()
to reduce repeated code when computing training and validation loglikes.