I\'m new at this. I want to use one hot encoding and other data for linear regression
x = [[2, 3, [0, 0, 1], 5]] y = [2] model = LinearRegression().fit(x, y)