sourcecode/scoring/pflip_plus_model.py [1322:1330]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          self._column_thresholds[col] = noteInfo[col].quantile(0.999)
          pipe = Pipeline(
            [
              (
                "binize",
                KBinsDiscretizer(n_bins=self._burst_bins, encode="onehot", strategy="kmeans"),
              ),
            ]
          )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sourcecode/scoring/pflip_plus_model.py [1333:1341]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          self._column_thresholds[col] = noteInfo[col].quantile(0.999)
          pipe = Pipeline(
            [
              (
                "binize",
                KBinsDiscretizer(n_bins=self._burst_bins, encode="onehot", strategy="kmeans"),
              ),
            ]
          )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



