43405974e25fa600b38aa9a7e52a6e86d0bd0e59,yellowbrick/classifier/class_balance.py,ClassPredictionError,score,#ClassPredictionError#Any#Any#,211

Before Change


            for label_t in indices
        ])

        return self.draw()

    def draw(self):
        
        Renders the class prediction error across the axis.

After Change


            for label_t in indices
        ])

        self.draw()
        self.score_ = self.estimator.score(X, y)

        return self.score_

    def draw(self):
        
        Renders the class prediction error across the axis.
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 10

Instances


Project Name: DistrictDataLabs/yellowbrick
Commit Name: 43405974e25fa600b38aa9a7e52a6e86d0bd0e59
Time: 2018-07-18
Author: rebeccabilbro@users.noreply.github.com
File Name: yellowbrick/classifier/class_balance.py
Class Name: ClassPredictionError
Method Name: score


Project Name: DistrictDataLabs/yellowbrick
Commit Name: 43405974e25fa600b38aa9a7e52a6e86d0bd0e59
Time: 2018-07-18
Author: rebeccabilbro@users.noreply.github.com
File Name: yellowbrick/classifier/classification_report.py
Class Name: ClassificationReport
Method Name: score


Project Name: DistrictDataLabs/yellowbrick
Commit Name: 43405974e25fa600b38aa9a7e52a6e86d0bd0e59
Time: 2018-07-18
Author: rebeccabilbro@users.noreply.github.com
File Name: yellowbrick/classifier/confusion_matrix.py
Class Name: ConfusionMatrix
Method Name: score


Project Name: DistrictDataLabs/yellowbrick
Commit Name: 43405974e25fa600b38aa9a7e52a6e86d0bd0e59
Time: 2018-07-18
Author: rebeccabilbro@users.noreply.github.com
File Name: yellowbrick/classifier/class_balance.py
Class Name: ClassBalance
Method Name: score