47a575fb860542a6d52c500d4bdac3df740d8b82,skmultiflow/classification/meta/leverage_bagging.py,LeverageBagging,get_info,#LeverageBagging#,251

Before Change


        raise NotImplementedError

    def get_info(self):
        return ""

After Change


        raise NotImplementedError

    def get_info(self):
        return "LeverageBagging Classifier: h: " + str(self.h) + " - ensemble_length: " \
               + str(self.ensemble_length) + " - w: " + str(self.w) + " - delta: " + \
               str(self.delta) + " - enable_code_matrix: " + ("True" if self.enable_matrix_codes else "False") \
               + " - leveraging_algorithm: " + self.leveraging_algorithm
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 17

Instances


Project Name: scikit-multiflow/scikit-multiflow
Commit Name: 47a575fb860542a6d52c500d4bdac3df740d8b82
Time: 2017-08-03
Author: guilhermekmatsumoto@gmail.com
File Name: skmultiflow/classification/meta/leverage_bagging.py
Class Name: LeverageBagging
Method Name: get_info


Project Name: scikit-multiflow/scikit-multiflow
Commit Name: 47a575fb860542a6d52c500d4bdac3df740d8b82
Time: 2017-08-03
Author: guilhermekmatsumoto@gmail.com
File Name: skmultiflow/classification/meta/leverage_bagging.py
Class Name: LeverageBagging
Method Name: get_info


Project Name: scikit-multiflow/scikit-multiflow
Commit Name: 8400bca8c0b4af01970ca07432c571ad9237b3da
Time: 2017-08-07
Author: guilhermekmatsumoto@gmail.com
File Name: skmultiflow/core/utils/data_structures.py
Class Name: InstanceWindow
Method Name: get_info


Project Name: scikit-multiflow/scikit-multiflow
Commit Name: 469a2a2f2fafa0ded8984f21587021cd044b7200
Time: 2017-08-02
Author: guilhermekmatsumoto@gmail.com
File Name: skmultiflow/classification/core/driftdetection/eddm.py
Class Name: EDDM
Method Name: get_info


Project Name: scikit-multiflow/scikit-multiflow
Commit Name: 469a2a2f2fafa0ded8984f21587021cd044b7200
Time: 2017-08-02
Author: guilhermekmatsumoto@gmail.com
File Name: skmultiflow/classification/core/driftdetection/ddm.py
Class Name: DDM
Method Name: get_info