Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix imputing docu #800

Merged
merged 3 commits into from
Mar 2, 2021
Merged

Fix imputing docu #800

merged 3 commits into from
Mar 2, 2021

Conversation

nils-braun
Copy link
Collaborator

Fixes #754

@github-actions
Copy link

You have style errors. See them below.

./tsfresh/transformers/feature_augmenter.py:115:121: E501 line too long (125 > 120 characters)
./tsfresh/feature_extraction/extraction.py:110:121: E501 line too long (121 > 120 characters)

@codecov-io
Copy link

codecov-io commented Jan 24, 2021

Codecov Report

Merging #800 (3d1139c) into main (ece2327) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #800      +/-   ##
==========================================
+ Coverage   95.89%   95.91%   +0.02%     
==========================================
  Files          18       18              
  Lines        1777     1837      +60     
  Branches      347      362      +15     
==========================================
+ Hits         1704     1762      +58     
- Misses         36       37       +1     
- Partials       37       38       +1     
Impacted Files Coverage Δ
tsfresh/feature_extraction/extraction.py 94.93% <ø> (ø)
tsfresh/transformers/feature_augmenter.py 100.00% <ø> (ø)
tsfresh/feature_extraction/feature_calculators.py 97.27% <0.00%> (-0.06%) ⬇️
tsfresh/feature_extraction/settings.py 100.00% <0.00%> (ø)
tsfresh/feature_selection/relevance.py 95.28% <0.00%> (ø)

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 ece2327...3d1139c. Read the comment docs.

@github-actions
Copy link

You have style errors. See them below.

./tsfresh/transformers/feature_augmenter.py:115:104: W291 trailing whitespace
./tsfresh/feature_extraction/extraction.py:110:91: W291 trailing whitespace

@nils-braun nils-braun merged commit cdeb320 into main Mar 2, 2021
@nils-braun nils-braun deleted the bugfix/impute-docu branch March 2, 2021 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve documentation on "impute_function"
2 participants