You use the methods on SqlDataset to manipulate the data. For example, create a train/test split with: test_dataset = dataset.take(1000) ...
確定! 回上一頁