Skip to content

Commit 34be8c4

Browse files
committed
actions
1 parent 1b0708e commit 34be8c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vetiver/handlers/xgboost.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def __init__(self, model, ptype_data):
2626

2727
def describe(self):
2828
"""Create description for xgboost model"""
29-
desc = f"Statsmodels {self.model.__class__} model."
29+
desc = f"XGBoost {self.model.__class__} model."
3030
return desc
3131

3232
def create_meta(

0 commit comments

Comments
 (0)