Masoud

Results 2 issues of Masoud

in ML0101EN-Reg-Simple-Linear-Regression-Co2 y_hat= regr.predict(test[['ENGINESIZE','CYLINDERS','FUELCONSUMPTION_COMB']]) x = np.asanyarray(test[['ENGINESIZE','CYLINDERS','FUELCONSUMPTION_COMB']]) y = np.asanyarray(test[['CO2EMISSIONS']]) it causes the bottom warning: /usr/local/lib/python3.8/dist-packages/sklearn/base.py:443: UserWarning: X has feature names, but LinearRegression was fitted without feature names warnings.warn( ......

### warning in given parameter for predict