juaml / julearn

Forschungszentrum Jülich Machine Learning Library
https://juaml.github.io/julearn
GNU Affero General Public License v3.0
30 stars 19 forks source link

Check column names #201

Closed shammimore closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #201 (d746171) into julearn_sk_pandas (a71b9f7) will decrease coverage by 0.00%. The diff coverage is 0.00%.

Impacted file tree graph

@@                 Coverage Diff                  @@
##           julearn_sk_pandas    #201      +/-   ##
====================================================
- Coverage               0.07%   0.07%   -0.01%     
====================================================
  Files                     34      34              
  Lines                   1290    1335      +45     
====================================================
  Hits                       1       1              
- Misses                  1289    1334      +45     
Flag Coverage Δ
junifer 0.00% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
julearn/prepare.py 0.00% <0.00%> (ø)
julearn/api.py 0.00% <0.00%> (ø)
julearn/utils/logging.py 0.00% <0.00%> (ø)
julearn/base/estimators.py 0.00% <0.00%> (ø)
julearn/scoring/scoring.py 0.00% <0.00%> (ø)
julearn/scoring/__init__.py 0.00% <0.00%> (ø)
julearn/pipeline/pipeline.py 0.00% <0.00%> (ø)
julearn/transformers/ju_column_transformer.py 0.00% <0.00%> (ø)
fraimondo commented 1 year ago

@Shammi270787: This should be in prepare.py, there's a function there named check_x_types that misses exactly what you are doing now.