Skip to content

Instantly share code, notes, and snippets.

@BinarySpoon
Created January 11, 2021 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BinarySpoon/440791988a657a1a80a7a8565c079c89 to your computer and use it in GitHub Desktop.
Save BinarySpoon/440791988a657a1a80a7a8565c079c89 to your computer and use it in GitHub Desktop.
# libraries used -->
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
from sklearn.model_selection import train_test_split
from sklearn.preprocessing import StandardScaler
from sklearn.pipeline import make_pipeline
from sklearn import metrics
from sklearn.datasets import load_digits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment