Skip to content

Instantly share code, notes, and snippets.

View charanquartz's full-sized avatar
🧊
It's going pretty well so far!.....

Charan Velusamy charanquartz

🧊
It's going pretty well so far!.....
View GitHub Profile
import pandas as pd
import pickle
from sklearn.linear_model import LogisticRegression
from sklearn import svm
import matplotlib.pyplot as plt
df=pd.read_csv('marks.csv')
df.info()