MLBazaar / MLPrimitives

Primitives for machine learning and data science.
https://mlbazaar.github.io/MLPrimitives
MIT License
70 stars 38 forks source link

Issue 223 extract input shape from x #227

Closed csala closed 4 years ago

csala commented 4 years ago

Resolve #223 : If not given, extract input_shape, input_dim and input_length from X.

codecov-io commented 4 years ago

Codecov Report

Merging #227 into master will decrease coverage by 13.95%. The diff coverage is 46.15%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #227       +/-   ##
===========================================
- Coverage   37.78%   23.82%   -13.96%     
===========================================
  Files          26       26               
  Lines        1559     1591       +32     
===========================================
- Hits          589      379      -210     
- Misses        970     1212      +242
Impacted Files Coverage Δ
mlprimitives/cli.py 0% <0%> (ø) :arrow_up:
mlprimitives/utils.py 33.33% <60%> (+3.33%) :arrow_up:
mlprimitives/adapters/keras.py 51.31% <92.3%> (+6.87%) :arrow_up:
mlprimitives/adapters/skimage.py 0% <0%> (-75%) :arrow_down:
mlprimitives/adapters/cv2.py 0% <0%> (-75%) :arrow_down:
mlprimitives/custom/feature_selection.py 0% <0%> (-61.77%) :arrow_down:
mlprimitives/custom/preprocessing.py 0% <0%> (-61.12%) :arrow_down:
mlprimitives/adapters/lightfm.py 0% <0%> (-52.64%) :arrow_down:
mlprimitives/custom/trivial.py 0% <0%> (-47.06%) :arrow_down:
mlprimitives/candidates/audio_padding.py 0% <0%> (-46.67%) :arrow_down:
... and 10 more

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 de20070...61c49f2. Read the comment docs.