cesium-ml / cesium

Machine Learning Time-Series Platform
Other
670 stars 101 forks source link

Optionally allow specified finite value as cutoff in featureset imputation #244

Closed acrellin closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #244 into master will not change coverage. The diff coverage is 100%.

@@           Coverage Diff           @@
##           master     #244   +/-   ##
=======================================
  Coverage   94.12%   94.12%           
=======================================
  Files          43       43           
  Lines        2195     2195           
  Branches      272      272           
=======================================
  Hits         2066     2066           
  Misses         73       73           
  Partials       56       56
Impacted Files Coverage Δ
cesium/featureset.py 92.68% <100%> (ø) :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 cdc5bed...da1cf48. Read the comment docs.

bnaul commented 7 years ago

Made a little docstring tweak, 👍 from me. The default behavior here is better for the web front end too since it will make it less likely for sklearn freak out about large values. @stefanv wanna merge?