yoonminrollingdev.hashnode.devยทAug 17, 2022Logistic RegressionGet in mind that I'm using... from sklearn.model_selection import train_test_split x_train, x_test, y_train, y_test = train_test_split(data, target, random_state=42) from sklearn.preprocessing import StandardScaler ss = StandardScaler() ss.fit(x_tra...31 readsDataMachine Learning with Python Course, Add a thoughtful commentNo comments yetBe the first to start the conversation.