Skip to content

Commit

Permalink
Increase max_length in feature type detector
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMeissnerDS committed Sep 19, 2024
1 parent 78a0ab4 commit 2673da3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluecast/conformal_prediction/conformal_prediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def predict_interval(self, x: pd.DataFrame) -> np.ndarray:
)
)
# handle ties
+ self.random_generator.rand()
+ self.random_generator.integers(0, 1)
* np.sum(
self.nonconformity_scores
== self.nonconformity_measure_scorer(
Expand Down
Binary file modified dist/bluecast-1.6.2-py3-none-any.whl
Binary file not shown.
Binary file modified dist/bluecast-1.6.2.tar.gz
Binary file not shown.

0 comments on commit 2673da3

Please sign in to comment.