sassoftware / python-sasctl

Python package and CLI for user-friendly integration with SAS Viya
https://sassoftware.github.io/python-sasctl
Apache License 2.0
45 stars 40 forks source link

bugfix: correctly handle regression models with nominal inputs #103

Closed jlwalke2 closed 3 years ago

jlwalke2 commented 3 years ago

Impacts random forest, gradient boosting, and SVM ASTORE models.

codecov[bot] commented 3 years ago

Codecov Report

Merging #103 (484da59) into master (ad10531) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #103      +/-   ##
==========================================
+ Coverage   69.54%   69.56%   +0.02%     
==========================================
  Files          49       49              
  Lines        3743     3746       +3     
==========================================
+ Hits         2603     2606       +3     
  Misses       1140     1140              
Impacted Files Coverage Δ
src/sasctl/utils/astore.py 78.06% <100.00%> (+0.34%) :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 ad10531...484da59. Read the comment docs.