Skip to content

Commit 79603f7

Browse files
authored
1 parent 844b4be commit 79603f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

machine_learning/xgboostclassifier.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from sklearn.metrics import plot_confusion_matrix
55
from sklearn.model_selection import train_test_split
66
from xgboost import XGBClassifier
7+
import doctest
78

89

910
def data_handling(data: dict) -> tuple:

0 commit comments

Comments
 (0)