Skip to content

Instantly share code, notes, and snippets.

@neelindresh
Created July 18, 2022 11:43
Show Gist options
  • Save neelindresh/e63b3ca6427fa302f5fe157a20def762 to your computer and use it in GitHub Desktop.
Save neelindresh/e63b3ca6427fa302f5fe157a20def762 to your computer and use it in GitHub Desktop.
import torch
import pandas as pd
from sklearn.preprocessing import LabelEncoder
from sklearn.model_selection import train_test_split
from sklearn.metrics import accuracy_score,f1_score
from pymlpipe.tabular import PyMLPipe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment