Skip to content

Instantly share code, notes, and snippets.

@daradecic
Created January 4, 2021 07:50
Show Gist options
  • Save daradecic/7e5fe9b4fbcc96c0c7e1679fdfae5bce to your computer and use it in GitHub Desktop.
Save daradecic/7e5fe9b4fbcc96c0c7e1679fdfae5bce to your computer and use it in GitHub Desktop.
001_pr_curves
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
from matplotlib import rcParams
rcParams['axes.spines.top'] = False
rcParams['axes.spines.right'] = False
df = pd.read_csv('winequality-white.csv', sep=';')
df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment