Skip to content

Commit 3b899b1

Browse files
authored
1 parent bc690dd commit 3b899b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/xgboostclassifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from xgboost import XGBClassifier
77

88

9-
def data_handling(data: list) -> tuple:
9+
def data_handling(data: list) -> tuple[int,str]:
1010
# Split dataset into train and test data
1111
x = data["data"] # features
1212
y = data["target"]

0 commit comments

Comments
 (0)