8c03242cb648a68f997e3ee0b3b6557623bd3b35,tests/test_mlpipeline.py,TestMLPipline,test_set_hyperparameters_flat,#TestMLPipline#,222
Before Change
("a.primitive.Name/Ǘ", block_1),
("a.primitive.Name/ǘ", block_2),
))
mlpipeline = MLPipeline(list())
mlpipeline.blocks = blocks
hyperparameters = {
("a.primitive.Name/ǘ", "some"): "arg"
After Change
("a.primitive.Name/Ǘ", block_1),
("a.primitive.Name/ǘ", block_2),
))
mlpipeline = MLPipeline(["a_primitive"])
mlpipeline.blocks = blocks
hyperparameters = {
("a.primitive.Name/ǘ", "some"): "arg"
In pattern: SUPERPATTERN
Frequency: 6
Non-data size: 4
Instances
Project Name: HDI-Project/MLBlocks
Commit Name: 8c03242cb648a68f997e3ee0b3b6557623bd3b35
Time: 2019-09-03
Author: carles@pythiac.com
File Name: tests/test_mlpipeline.py
Class Name: TestMLPipline
Method Name: test_set_hyperparameters_flat
Project Name: HDI-Project/MLBlocks
Commit Name: 8c03242cb648a68f997e3ee0b3b6557623bd3b35
Time: 2019-09-03
Author: carles@pythiac.com
File Name: tests/test_mlpipeline.py
Class Name: TestMLPipline
Method Name: test_get_tunable_hyperparameters_flat
Project Name: HDI-Project/MLBlocks
Commit Name: 8c03242cb648a68f997e3ee0b3b6557623bd3b35
Time: 2019-09-03
Author: carles@pythiac.com
File Name: tests/test_mlpipeline.py
Class Name: TestMLPipline
Method Name: test_get_hyperparameters
Project Name: HDI-Project/MLBlocks
Commit Name: 8c03242cb648a68f997e3ee0b3b6557623bd3b35
Time: 2019-09-03
Author: carles@pythiac.com
File Name: tests/test_mlpipeline.py
Class Name: TestMLPipline
Method Name: test_get_hyperparameters_flat
Project Name: HDI-Project/MLBlocks
Commit Name: 8c03242cb648a68f997e3ee0b3b6557623bd3b35
Time: 2019-09-03
Author: carles@pythiac.com
File Name: tests/test_mlpipeline.py
Class Name: TestMLPipline
Method Name: test_get_tunable_hyperparameters
Project Name: HDI-Project/MLBlocks
Commit Name: 8c03242cb648a68f997e3ee0b3b6557623bd3b35
Time: 2019-09-03
Author: carles@pythiac.com
File Name: tests/test_mlpipeline.py
Class Name: TestMLPipline
Method Name: test_set_hyperparameters