We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d8913 commit 3f36987Copy full SHA for 3f36987
machine_learning/xgboostclassifier.py
@@ -1,10 +1,10 @@
1
# XGBoost Classifier Example
2
+import numpy as np
3
from matplotlib import pyplot as plt
4
from sklearn.datasets import load_iris
5
from sklearn.metrics import plot_confusion_matrix
6
from sklearn.model_selection import train_test_split
7
from xgboost import XGBClassifier
-import numpy as np
8
9
10
def data_handling(data: dict) -> tuple:
0 commit comments