IBM / AutoMLPipeline.jl

A package that makes it trivial to create and evaluate machine learning pipeline architectures.
MIT License
355 stars 29 forks source link

Pythoncall transition #108

Closed ppalmes closed 2 years ago

ppalmes commented 2 years ago

transition to Pythoncall from Pycall for easier python deps tracking using CondaPkg integration

codecov[bot] commented 2 years ago

Codecov Report

Merging #108 (297f19c) into master (9ff9510) will increase coverage by 0.89%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
+ Coverage   83.33%   84.22%   +0.89%     
==========================================
  Files           4        4              
  Lines         300      317      +17     
==========================================
+ Hits          250      267      +17     
  Misses         50       50              
Impacted Files Coverage Δ
src/skcrossvalidator.jl 95.00% <100.00%> (+0.26%) :arrow_up:
src/sklearners.jl 85.48% <100.00%> (+1.27%) :arrow_up:
src/skpreprocessor.jl 88.13% <100.00%> (+0.41%) :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 9ff9510...297f19c. Read the comment docs.