You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic supervised algorithm implemented with the Linear_regression model with input feature(size) and target variable(price), manually computed weight(w) and bias(b) to fit model prediction. Training set comprised of 10 training example, x_train for input features(x) and y_train for target output(y)