linear-regression-sklearn icon indicating copy to clipboard operation
linear-regression-sklearn copied to clipboard

Multivariate linear regression with sklearn

Results 2 linear-regression-sklearn issues
Sort by recently updated
recently updated
newest added

Dont you think Y = climate_change_df.as_matrix(['Year']) X = climate_change_df.as_matrix(['CO2', 'Temperature']).astype('float32') is correct instead of what you have done? We need to interchange X and Y as Y needs to be...