6c9a011eff3839ede31637b43cddc281a7371d2c,featuretools/computational_backends/pandas_backend.py,PandasBackend,calculate_all_features,#PandasBackend#Any#Any#Any#Any#Any#Any#Any#,47

Before Change


                    handler = self._feature_type_handler(test_feature)
                    result_frame = handler(group, input_frames)

                    output_frames = []
                    if uses_full_entity_type in ["dependent", "dependent_and_output"]:
                        // input is the full set of instances since
                        // dependent feature needs all the values
                        output_frames.append(large_entity_frames)

After Change


                                                             axis=1)

                    if output_frames_type in ["full_and_subset_entity_frames", "full_entity_frames"]:
                        index = large_entity_frames[entity_id].index
                        _result_frame = result_frame.reindex(index)
                        cols_to_keep = [c for c in _result_frame.columns
                                        if c not in large_entity_frames[entity_id].columns]
                        large_entity_frames[entity_id] = pd.concat([large_entity_frames[entity_id],
                                                                    _result_frame[cols_to_keep]],
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: Featuretools/featuretools
Commit Name: 6c9a011eff3839ede31637b43cddc281a7371d2c
Time: 2018-03-14
Author: benjaminschreck93@gmail.com
File Name: featuretools/computational_backends/pandas_backend.py
Class Name: PandasBackend
Method Name: calculate_all_features


Project Name: etal/cnvkit
Commit Name: a2712fc53806ec4ce7f838392ee07d7249f8339e
Time: 2015-08-24
Author: eric.talevich@gmail.com
File Name: cnvlib/export.py
Class Name:
Method Name: export_seg


Project Name: etal/cnvkit
Commit Name: b9bb04d10ebefde21de83ae30e63821bf719220f
Time: 2016-05-19
Author: eric.talevich@gmail.com
File Name: cnvlib/commands.py
Class Name:
Method Name: do_gainloss