59e1a5287d791cc8c7f00a26cffa2e95058bac6d,tpot/config/classifier_light.py,,,#,29

Before Change


    },

    "sklearn.feature_selection.VarianceThreshold": {
        "threshold": np.arange(0.05, 1.01, 0.05)
    }

}

After Change


    },

    "sklearn.feature_selection.VarianceThreshold": {
        "threshold": [0.0001, 0.0005, 0.001, 0.005, 0.01, 0.05, 0.1, 0.2]
    }

}
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 2

Instances


Project Name: EpistasisLab/tpot
Commit Name: 59e1a5287d791cc8c7f00a26cffa2e95058bac6d
Time: 2018-02-15
Author: weixuanf@pennmedicine.upenn.edu
File Name: tpot/config/classifier_light.py
Class Name:
Method Name:


Project Name: EpistasisLab/tpot
Commit Name: 59e1a5287d791cc8c7f00a26cffa2e95058bac6d
Time: 2018-02-15
Author: weixuanf@pennmedicine.upenn.edu
File Name: tpot/config/classifier.py
Class Name:
Method Name:


Project Name: EpistasisLab/tpot
Commit Name: 59e1a5287d791cc8c7f00a26cffa2e95058bac6d
Time: 2018-02-15
Author: weixuanf@pennmedicine.upenn.edu
File Name: tpot/config/regressor.py
Class Name:
Method Name:


Project Name: librosa/librosa
Commit Name: 499c86371ab8f51528b857902bf54305df6d9606
Time: 2016-06-09
Author: brian.mcfee@nyu.edu
File Name: librosa/display.py
Class Name:
Method Name: __decorate_axis


Project Name: EpistasisLab/tpot
Commit Name: 59e1a5287d791cc8c7f00a26cffa2e95058bac6d
Time: 2018-02-15
Author: weixuanf@pennmedicine.upenn.edu
File Name: tpot/config/regressor_light.py
Class Name:
Method Name: