01014b01722a0b95620c418e9b81582701ce85b0,tests/integration/corpuslabel_test.py,CorpusLabelTest,testBucketMerge,#CorpusLabelTest#,187
Before Change
writeCorpus(self.tempCorpusPath, {dataFileName : data})
writeCorpusLabel(labelsDir01, {"test_data_file.csv": labels01})
writeCorpusLabel(labelsDir02, {"test_data_file.csv": labels02})
writeCorpusLabel(labelsDir03, {"test_data_file.csv": labels03})
corpus = nab.corpus.Corpus(self.tempCorpusPath)
labDir = labelsDir01.replace("/label01.json", "")
After Change
"2015-12-31 00:00:00"],
["2015-12-25 00:00:00"])
for i, labels in enumerate(rawLabels):
labelsPath = self.tempCorpusLabelPath.replace(
"/label.json", "/raw/label{}.json".format(i))
writeCorpusLabel(labelsPath, {"test_data_file.csv": labels})
labelsDir = labelsPath.replace("/label{}.json".format(i), "")
corpus = nab.corpus.Corpus(self.tempCorpusPath)
labelCombiner = nab.labeler.LabelCombiner(

In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 4
Instances
Project Name: numenta/NAB
Commit Name: 01014b01722a0b95620c418e9b81582701ce85b0
Time: 2015-09-24
Author: alavin@numenta.com
File Name: tests/integration/corpuslabel_test.py
Class Name: CorpusLabelTest
Method Name: testBucketMerge
Project Name: tensorflow/models
Commit Name: bc324fda2866eab986a604b19272137f9006a603
Time: 2021-02-10
Author: arashwan@google.com
File Name: official/vision/beta/tasks/semantic_segmentation.py
Class Name: SemanticSegmentationTask
Method Name: reduce_aggregated_logs
Project Name: nilearn/nilearn
Commit Name: f816b2d21de51ea97a45d8cbece6a528848c56e4
Time: 2019-04-18
Author: gael.varoquaux@normalesup.org
File Name: examples/03_connectivity/plot_compare_decomposition.py
Class Name:
Method Name:
Project Name: shaypal5/pdpipe
Commit Name: 99095d5412483ec623278bdb1a0c9e24b18bfc85
Time: 2017-03-16
Author: shaypal5@gmail.com
File Name: pdpipe/basic_stages.py
Class Name: MapColVals
Method Name: _op