Skip to content

Commit 8c111ca

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3b899b1 commit 8c111ca

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[int,str]:
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)