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 inplace modification of data during data definition (resolves #943) #950

Merged
merged 3 commits into from
Oct 20, 2022

Conversation

gkirgizov
Copy link
Collaborator

@gkirgizov gkirgizov commented Oct 20, 2022

resolves #943

@gkirgizov gkirgizov self-assigned this Oct 20, 2022
@codecov
Copy link

codecov bot commented Oct 20, 2022

Codecov Report

Merging #950 (6b8f274) into master (c66d718) will decrease coverage by 0.43%.
The diff coverage is 81.81%.

@@            Coverage Diff             @@
##           master     #950      +/-   ##
==========================================
- Coverage   88.57%   88.13%   -0.44%     
==========================================
  Files         205      205              
  Lines       13415    13320      -95     
==========================================
- Hits        11882    11740     -142     
- Misses       1533     1580      +47     
Impacted Files Coverage Δ
fedot/api/api_utils/data_definition.py 85.33% <77.77%> (+0.19%) ⬆️
fedot/api/api_utils/api_data.py 86.20% <100.00%> (-0.24%) ⬇️
fedot/api/main.py 81.11% <100.00%> (-0.11%) ⬇️
...lementations/data_operations/ts_transformations.py 79.52% <0.00%> (-12.00%) ⬇️
fedot/explainability/explainer_template.py 75.00% <0.00%> (-5.00%) ⬇️
fedot/core/pipelines/tuning/hyperparams.py 91.48% <0.00%> (-2.39%) ⬇️
...implementations/data_operations/sklearn_filters.py 94.49% <0.00%> (-1.84%) ⬇️
fedot/core/repository/tasks.py 72.72% <0.00%> (-1.56%) ⬇️
fedot/core/caching/base_cache.py 66.66% <0.00%> (-1.52%) ⬇️
fedot/core/data/multi_modal.py 84.37% <0.00%> (-1.21%) ⬇️
... and 47 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@gkirgizov gkirgizov merged commit 3381f4b into master Oct 20, 2022
@gkirgizov gkirgizov deleted the bug943 branch October 20, 2022 10:17
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.

Fedot crushes after using pandas dataframe in second time
2 participants