Skip to content

Instantly share code, notes, and snippets.

@liannewriting
Created October 13, 2021 15:54
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 liannewriting/cc1795960f4d9e4a669e1343068c3926 to your computer and use it in GitHub Desktop.
Save liannewriting/cc1795960f4d9e4a669e1343068c3926 to your computer and use it in GitHub Desktop.
python imbalanced data machine learning classification
import pandas as pd
df = pd.read_csv('abalone19.dat')
df.info()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment