df18b51254d1e1bc698fc7b245cdc05c12060532,polyaxon/signals/experiment_groups.py,,experiment_group_pre_save,#Any#,30

Before Change


    assign_code_reference(instance)
    // Check if params need to be set
    if not instance.hptuning and instance.specification:
        instance.hptuning = instance.specification.hptuning.to_dict()


@receiver(post_save, sender=ExperimentGroup, dispatch_uid="experiment_group_saved")
@ignore_updates

After Change


    // Check if params need to be set
    if not instance.hptuning and instance.specification:
        hptuning_config = instance.specification.hptuning
        hptuning = hptuning_config.to_dict()
        if hptuning_config.search_algorithm == SearchAlgorithms.GRID:
            hptuning["grid_search"] = hptuning.get("grid_search", {})
        instance.hptuning = hptuning


@receiver(post_save, sender=ExperimentGroup, dispatch_uid="experiment_group_saved")
@ignore_updates
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 4

Instances


Project Name: polyaxon/polyaxon
Commit Name: df18b51254d1e1bc698fc7b245cdc05c12060532
Time: 2018-06-18
Author: mouradmourafiq@gmail.com
File Name: polyaxon/signals/experiment_groups.py
Class Name:
Method Name: experiment_group_pre_save


Project Name: polyaxon/polyaxon
Commit Name: 57a90c815b43fdfa6031597bbafa9fbcbfc00fe6
Time: 2017-12-13
Author: mouradmourafiq@gmail.com
File Name: polyaxon_cli/cli/cluster.py
Class Name:
Method Name: get_cluster_info


Project Name: JasonKessler/scattertext
Commit Name: 1acf4e31a98df1c1f87064820f4a7f61cd742702
Time: 2017-01-06
Author: jason.kessler@gmail.com
File Name: scattertext/__init__.py
Class Name:
Method Name: produce_scattertext_html


Project Name: HDI-Project/ATM
Commit Name: a0d7b41274350f55250859e13fce5718156f93cc
Time: 2019-05-28
Author: carles@pythiac.com
File Name: tests/test_worker.py
Class Name:
Method Name: get_new_worker