06b9fdb0079116af3e79021a4fb27a2caac1ad97,sklearn/hpsearch/gke_parallel.py,GKEParallel,_partition_search_spaces,#GKEParallel#Any#Any#,246
Before Change
return search_spaces
else:
// TODO: implement this
partitioned = [search_spaces]
while len(partitioned) < target_n_partition:
break
return partitioned
After Change
while len(result) < target_n_partition:
space = result.pop()
partitioned = self._partition_space(space)
result.extend(partitioned)
return result
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: GoogleCloudPlatform/ml-on-gcp
Commit Name: 06b9fdb0079116af3e79021a4fb27a2caac1ad97
Time: 2018-01-24
Author: yuhanliu@google.com
File Name: sklearn/hpsearch/gke_parallel.py
Class Name: GKEParallel
Method Name: _partition_search_spaces
Project Name: dPys/PyNets
Commit Name: 2fedef89ec6a1d018d879b21b594634944472708
Time: 2020-03-19
Author: dpisner@utexas.edu
File Name: pynets/dmri/track.py
Class Name:
Method Name: track_ensemble
Project Name: wenwei202/iss-rnns
Commit Name: c0095111d1f19476f56ea76854d9e0b38e50b38f
Time: 2016-10-26
Author: seominjoon@gmail.com
File Name: my/utils.py
Class Name:
Method Name: process_tokens