```python x = np.array(self._all_data.iloc[:, 0:3].values) y = np.array(self._all_data.iloc[:, 6].values) ```