fix
This commit is contained in:
parent
c815a57e1a
commit
50c8a6095f
@ -6,7 +6,7 @@ import matplotlib.pyplot as plt
|
|||||||
|
|
||||||
np.set_printoptions(threshold=np.inf)
|
np.set_printoptions(threshold=np.inf)
|
||||||
|
|
||||||
data = pd.read_csv("MLFLOW/df_test.csv")
|
data = pd.read_csv("df_test.csv")
|
||||||
X_test = data.drop("Performance Index", axis=1)
|
X_test = data.drop("Performance Index", axis=1)
|
||||||
y_test = data["Performance Index"]
|
y_test = data["Performance Index"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user