Skip to content

Instantly share code, notes, and snippets.

View ECHO-ECHOOooo's full-sized avatar

David Calloway ECHO-ECHOOooo

  • Nova Technologies
  • Orlando, FL and Nathrop, CO
View GitHub Profile
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.image as mpimg
import seaborn as sns
np.random.seed(2)
from sklearn.model_selection import train_test_split
from sklearn.metrics import confusion_matrix