iamDecode / sklearn-pmml-model

A library to parse and convert PMML models into Scikit-learn estimators.
BSD 2-Clause "Simplified" License
76 stars 15 forks source link

Support basic linear regression models #9

Closed iamDecode closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #9    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files           6      9     +3     
  Lines         251    361   +110     
======================================
+ Hits          251    361   +110
Impacted Files Coverage Δ
sklearn_pmml_model/linear_model/__init__.py 100% <100%> (ø)
sklearn_pmml_model/linear_model/base.py 100% <100%> (ø)
sklearn_pmml_model/base.py 100% <100%> (ø) :arrow_up:
sklearn_pmml_model/linear_model/implementations.py 100% <100%> (ø)

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 509f9d2...be4c199. Read the comment docs.