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

Correctly parse categories with spaces #26

Closed iamDecode closed 3 years ago

iamDecode commented 3 years ago

Categorical variables containing categories with spaces were incorrectly parsed prior to this PR.

codecov[bot] commented 3 years ago

Codecov Report

Merging #26 (942076d) into master (71413a5) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #26   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          729       731    +2     
=========================================
+ Hits           729       731    +2     
Impacted Files Coverage Δ
sklearn_pmml_model/tree/tree.py 100.00% <100.00%> (ø)

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 71413a5...942076d. Read the comment docs.