traja-team / traja

Python tools for spatial trajectory and time-series data analysis
https://traja.readthedocs.io
MIT License
98 stars 25 forks source link

Classification #56

Closed WolfByttner closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #56 (3f1d802) into master (195be71) will increase coverage by 5.32%. The diff coverage is 96.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
+ Coverage   70.22%   75.55%   +5.32%     
==========================================
  Files          27       24       -3     
  Lines        2657     2467     -190     
==========================================
- Hits         1866     1864       -2     
+ Misses        791      603     -188     
Impacted Files Coverage Δ
traja/dataset/__init__.py 100.00% <ø> (ø)
traja/dataset/pedestrian.py 30.00% <ø> (ø)
traja/frame.py 85.71% <ø> (ø)
traja/models/__init__.py 100.00% <ø> (ø)
traja/models/base_models/MLPClassifier.py 100.00% <ø> (ø)
traja/models/base_models/MLPRegressor.py 100.00% <ø> (ø)
traja/models/generative_models/vaegan.py 38.46% <ø> (ø)
traja/models/manifold.py 0.00% <ø> (ø)
traja/models/utils.py 72.50% <ø> (ø)
traja/parsers.py 62.29% <ø> (ø)
... and 16 more

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 d6a8f8c...3f1d802. Read the comment docs.

JustinShenk commented 3 years ago

Are you waiting for a code review on this?

WolfByttner commented 3 years ago

@justinshenk yes please. When this is good, I'd like to merge.