from sklearn linear model import LinearRegression why its coming error

0 votes
from sklearn.linear_model import LinearRegression
reg=linear_model.Linear.Regression()
x_train,x_test,y_train,y_split=test_train_split(df1,df2,test_size=.20)
mlr=reg.fit(x_train,y_train)
May 26, 2021 in Python by Tangudu Sravani

edited Mar 4 10 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP