Skip to content

Instantly share code, notes, and snippets.

@sean-mcclure
Created November 7, 2021 22:38
Show Gist options
  • Save sean-mcclure/a37aba435e753f1d5ba1ab5ee0b37f08 to your computer and use it in GitHub Desktop.
Save sean-mcclure/a37aba435e753f1d5ba1ab5ee0b37f08 to your computer and use it in GitHub Desktop.
Importing necessary tools and libraries
# Importing necessary tools and libraries
import tpot
from tpot import TPOTClassifier
import pandas as pd
from sklearn import datasets
from sklearn.model_selection import train_test_split
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment