Make sure you have a compatible Docker environment installed. Python 3.12+ installed. git clone https://github.com/testcontainers/tc-guide-getting-started-with ...
X_train, X_test, y_train, y_test, images_train, images_test = train_test_split(data, digits.target, digits.images, test_size=0.25, random_state=42) ...