Skip to content

Instantly share code, notes, and snippets.

@jgoodie
Created January 25, 2023 00:15
Show Gist options
  • Save jgoodie/2f6c1ebf90dc347e1fae9e5592aa36ac to your computer and use it in GitHub Desktop.
Save jgoodie/2f6c1ebf90dc347e1fae9e5592aa36ac to your computer and use it in GitHub Desktop.
import time
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import sqlalchemy
import teradatasql as tdsql
import teradataml as tdml
tdml.configure.val_install_location = "VAL"
from sklearn.metrics import accuracy_score, confusion_matrix
%matplotlib inline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment