issues
search
UBC-MDS
/
CrossPy
A package for cross-validation in Python
MIT License
1
stars
4
forks
source link
Added Integration tests, generated branch coverage report in html format
#24
Closed
ShunChi100
closed
6 years ago
ShunChi100
commented
6 years ago
So far,
have addressed two feedback from Meghan
Added integration tests between
cross_validation()
and
summary_cv()
Generated a branch coverage report, covered 100% branches. (see CrossPy/htmlcov/index.html)
setting up travis-CI.
Left:
style thing, suggested by Jason.
Need to connect travis-CI to the master branch after merging.
So far,
cross_validation()
andsummary_cv()
Left: