bsc-wdc / dislib

The Distributed Computing library for python implemented using PyCOMPSs programming model for HPC.
Apache License 2.0
44 stars 23 forks source link

Save and load scalers #433

Closed FernandoVN98 closed 1 year ago

FernandoVN98 commented 1 year ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes #(issue_number)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. If you haven't added any test and it is relevant provide instructions so we can reproduce.

Reproduce instructions:

Checklist:

codecov[bot] commented 1 year ago

Codecov Report

Merging #433 (98939ac) into master (bd3d9a6) will increase coverage by 83.06%. The diff coverage is 90.35%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #433       +/-   ##
===========================================
+ Coverage   11.83%   94.89%   +83.06%     
===========================================
  Files          46       46               
  Lines        6532     6490       -42     
===========================================
+ Hits          773     6159     +5386     
+ Misses       5759      331     -5428     
Impacted Files Coverage Δ
dislib/classification/knn/base.py 100.00% <ø> (+100.00%) :arrow_up:
dislib/preprocessing/standard_scaler.py 94.00% <87.71%> (+0.66%) :arrow_up:
dislib/preprocessing/minmax_scaler.py 95.68% <92.98%> (ø)

... and 38 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bd3d9a6...98939ac. Read the comment docs.