... 1) y = players['weightKilograms'].values X_train, X_valid, y_train, y_valid = train_test_split(X, y, test_size=0.33, random_state=42).
確定! 回上一頁