adfcd7c21f3f2fc6077eb00abf4887cd2d567880,deslib/base.py,DS,predict_proba,#DS#,404

Before Change



                    ind_ds_original_matrix = ind_disagreement[ind_ds_classifier]

                    for index in ind_ds_original_matrix:
                        instance = X[ind_ds_original_matrix]
                        predicted_proba[index, :] = self.predict_proba_with_ds(instance, base_predictions[index, :])

        // Reset the neighbors and the distances as they are specific to a given query.
        self.neighbors = None
        self.distances = None
        return predicted_proba

After Change


                    predicted_proba[ind_knn_original_matrix] = self.roc_algorithm.predict_proba(X_DS[ind_knn_classifier])

                    // Remove from the neighbors and distance matrices the samples that were classified using the KNN
                    self.neighbors = np.delete(self.neighbors, ind_knn_classifier, axis=0)
                    self.distances = np.delete(self.distances, ind_knn_classifier, axis=0)
            else:
                // IH was not considered. So all samples with disagreement are passed down to the DS algorithm
                ind_ds_classifier = np.arange(ind_disagreement.size)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: scikit-learn-contrib/DESlib
Commit Name: adfcd7c21f3f2fc6077eb00abf4887cd2d567880
Time: 2018-04-06
Author: luiz.gh@gmail.com
File Name: deslib/base.py
Class Name: DS
Method Name: predict_proba


Project Name: daavoo/pyntcloud
Commit Name: 59ec6660464bd378b20d4ae200c7614133a9a38b
Time: 2019-08-26
Author: hc.wang96@gmail.com
File Name: pyntcloud/samplers/points.py
Class Name: FarthestPointsSampler
Method Name: compute


Project Name: fgnt/pb_bss
Commit Name: b6ee3d5b67fcb6903156a2b59f4a3832323adf27
Time: 2019-08-16
Author: mail@lukas-drude.de
File Name: nt/evaluation/sxr.py
Class Name:
Method Name: output_sxr