Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsoul44 committed Oct 8, 2024
1 parent 387f5a2 commit 1950e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/python/perpetual/booster.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def predict_proba(self, X, parallel: Union[bool, None] = None) -> np.ndarray:
Defaults to `None`.
Returns:
np.ndarray: Returns a numpy array of the predictions.
np.ndarray, shape (n_samples, n_classes): Returns a numpy array of the class probabilities.
"""
features_, flat_data, rows, cols = transform_input_frame(X, self.cat_mapping)
self._validate_features(features_)
Expand Down

0 comments on commit 1950e07

Please sign in to comment.