openscilab / pymilo

PyMilo: Python for ML I/O
MIT License
148 stars 5 forks source link

Feature/ensemble_transporters #89

Closed AHReccese closed 7 months ago

AHReccese commented 7 months ago

Reference Issues/PRs

add new transporters to prepare ensemble model support

Ensemble dedicated transporters:

Some models from the preprocessing module:

Any other comments?

codecov-commenter commented 7 months ago

Codecov Report

Attention: Patch coverage is 0% with 160 lines in your changes are missing coverage. Please review.

Project coverage is 77.01%. Comparing base (679a77c) to head (03a8d4b).

Files Patch % Lines
pymilo/transporters/treepredictor_transporter.py 0.00% 48 Missing :warning:
pymilo/transporters/binmapper_transporter.py 0.00% 29 Missing :warning:
pymilo/transporters/bunch_transporter.py 0.00% 25 Missing :warning:
pymilo/transporters/generator_transporter.py 0.00% 21 Missing :warning:
pymilo/transporters/labelencoder_transporter.py 0.00% 21 Missing :warning:
pymilo/transporters/onehotencoder_transporter.py 0.00% 16 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #89 +/- ## ========================================== - Coverage 86.18% 77.01% -9.16% ========================================== Files 34 40 +6 Lines 1345 1505 +160 Branches 246 276 +30 ========================================== Hits 1159 1159 - Misses 111 271 +160 Partials 75 75 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

AHReccese commented 7 months ago

@sepandhaghighi I wanted to check whether the content is equal to None or not. If the one you suggested performs the exact way, tell me to replace it.