so I have been trying to
import pandas as pd
as well as
from tensorflow.keras.utils import to_categorical
from tensorflow.keras.models import Sequential
from tensorflow.keras.layers import Dence, Dropout
and
from sklearn.model_selection import train_test_split
from sklearn import preprocessing
These are segments of code from my deep learning training data. I have read solutions that I installed pandas and tensorflow on the terminal and that is different than the python running on vscode.
Would appreciate any help as I am new to coding.
