ANN -Machine Learning
๐ Step 1: Importing Libraries
import pandas as pd
from sklearn.model_selection import train_test_split
from sklearn.preprocessing import StandardScaler, LabelEncoder
import pickle
pandas (pd): Used for data handling (reading CSV, creating datafram...
machinelearningg.hashnode.dev4 min read