ahmed salah

ahmed salah

  • 1.1k
  • 494
  • 30.6k

How to apply linear regression for this file please ?

Jan 30 2024 9:56 PM

I'm beginner working on python machine learning using google colab . i face issue i can't apply linear regression on excel file 

price is output or Y 

other fields on excel is input 

so

How to clean data ?

after that How to apply linear regressin for this excel file 

what i try 

import pandas as pd
df=pd.read_excel('Data_Train.xlsx')

file attached with post

/forums/uploadfile/e2e758/01302024213902PM/Data_Train.zip

/forums/uploadfile/e2e758/01302024213902PM/Data_Train.xlsx


Answers (3)