Created
January 25, 2023 00:15
-
-
Save jgoodie/2f6c1ebf90dc347e1fae9e5592aa36ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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