Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Last active September 25, 2023 04:33
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhishek-shrm/93e7c0436f09d18efd2a11311146b3b8 to your computer and use it in GitHub Desktop.
Save abhishek-shrm/93e7c0436f09d18efd2a11311146b3b8 to your computer and use it in GitHub Desktop.
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from sklearn.metrics import f1_score
from sklearn.model_selection import train_test_split
# Importing dataset
df=pd.read_csv('dataset.csv')
df.head()
@saikiranbasa9
Copy link

can you provide data set

@leandrojgama
Copy link

leandrojgama commented May 11, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment