Skip to content

Commit

Permalink
Add Xgboost regressor
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMeissnerDS committed Nov 27, 2023
1 parent 4e4ba73 commit 9223337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluecast/ml_modelling/base_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ def predict(self, df: pd.DataFrame) -> np.ndarray:
"""
Predict on unseen data.
:return tuple of predicted probabilities and predicted classes
:return numpy array of predictions
"""
pass

0 comments on commit 9223337

Please sign in to comment.