dmbee / seglearn

Python module for machine learning time series:
https://dmbee.github.io/seglearn/
BSD 3-Clause "New" or "Revised" License
570 stars 63 forks source link

Dev stacked interp #20

Closed InferiorBrain closed 5 years ago

InferiorBrain commented 5 years ago

Git this one a try.

Thanks,

Phil

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 164


Changes Missing Coverage Covered Lines Changed/Added Lines %
seglearn/transform.py 47 54 87.04%
<!-- Total: 79 86 91.86% -->
Totals Coverage Status
Change from base Build 158: -0.1%
Covered Lines: 1550
Relevant Lines: 1648

💛 - Coveralls
dmbee commented 5 years ago

Thanks Phil - please remove unrelated files from your pull request (eg those related to venv)

qtux commented 5 years ago

Just a small notice: I suggest to squash this before merging to avoid adding these binaries to the git history (and some of the git commits which removed and added features not belonging to this feature branch). This would not unnecessarily bloat the repository and ease future development, e.g. when bisecting code.

dmbee commented 5 years ago

Thanks Matthias - will do. Much appreciated.