Тёмный

Project 7. Car Price Prediction using Machine Learning with Python | Machine Learning Projects 

Siddhardhan
Подписаться 122 тыс.
Просмотров 141 тыс.
50% 1

Опубликовано:

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 142   
@awaisahmad5908
@awaisahmad5908 2 года назад
Great demonstration. My concepts are cleared now regarding how to fit linear regression on Such kind of datasets where there are multiple attributes like fuel kms used engine power transmission.
@dhanaxi_bohra1474
@dhanaxi_bohra1474 Год назад
your projects are good and helpful but all are without deployment. it would be very helpful if you upload 1 deployment video as well.
@user-nu2tw8bi7s
@user-nu2tw8bi7s 3 месяца назад
thank u best explaination on application of linear regression so far
@kaveeshamadushan4120
@kaveeshamadushan4120 Месяц назад
Greate explanation for learners. Thank you very much. we need more videos like this.❤
@user-xm4cr3wq2h
@user-xm4cr3wq2h 3 года назад
How can we change the colour of Predicted Prices in the scatter? This will help us understand better the difference between Actual Prices which will be visualized in blue colour and Predicted Prices which will be visualized in red colour.
@madhupincha7898
@madhupincha7898 2 года назад
In this tutorial we learnt regressions but how to predict price of any car when we have required parameters?
@mayurkoppad7871
@mayurkoppad7871 6 дней назад
great work!!!
@valeriyagamerman1415
@valeriyagamerman1415 3 года назад
Thank you! Very helpful for our project.
@Siddhardhan
@Siddhardhan 3 года назад
My pleasure 😇
@sakshilodhi6318
@sakshilodhi6318 Год назад
Thank you so much for help m
@AbhishekSingh-xg3zj
@AbhishekSingh-xg3zj 8 месяцев назад
Amazing explanation sir. Great video ❤
@pravin9951
@pravin9951 2 года назад
Great demonstration sir.
@fernandocorenstein6531
@fernandocorenstein6531 Год назад
Fantastic video. Thank you,
@digigoliath
@digigoliath 3 года назад
Thanks for a newbie friendly video. I have 2 questions. 1. A newbie question. How to deploy this as a production model to predict a car price for a given set of inputs? 2. How to plot Actual Prices vs Predicted Prices in different colors?
@Siddhardhan
@Siddhardhan 3 года назад
hi! you can do the deployment with flask. refer this documentation: seaborn.pydata.org/generated/seaborn.scatterplot.html to make coloured plots
@digigoliath
@digigoliath 3 года назад
@@Siddhardhan TQVM for your quick response! Saves me time to research them.
@Pinkokinawa84
@Pinkokinawa84 2 года назад
@@Siddhardhan Hi, I also trying to different plot colors for Actual Prices vs Predict Prices. When I tried to add hue I am getting an error. How exactly can we implement this?
@maitreyakadam8600
@maitreyakadam8600 Год назад
I think instead of dropping car name, it should have been used as a feature. Since some brand cars are expensive by their names.
@user-eh6jh3bt4b
@user-eh6jh3bt4b Год назад
Youre right dude
@priyankchhajed9182
@priyankchhajed9182 Год назад
😄
@phobic1818
@phobic1818 8 месяцев назад
Yeah I tried but it was throwing error due to strings having irregularities so we'd prolly need to process and clean the data
@jagrutiyewale8891
@jagrutiyewale8891 7 месяцев назад
No need to remove the car_name ,just take x variable and include all parameters except name and selling prize.....
@EcYeshwanthkumar
@EcYeshwanthkumar 2 года назад
Thank you for the awesome tutorial
@shravanacharya4376
@shravanacharya4376 3 года назад
You give a very nice explanation ..great job I hope you make more videos!!!
@Siddhardhan
@Siddhardhan 3 года назад
Thank you, I will😇
@midhunkrishna902
@midhunkrishna902 Год назад
Hello Sir, I'm student of BCA Data Science. I really liked this project. Such a great efforts Sir Can you please provide it's Documentation Sir?
@midhunkrishna902
@midhunkrishna902 Год назад
Data Collection and Preprocessing Feature of Engineering and Selection Model Selection and Evaluation Model training and testing Result and analysis Conclusion
@vivekshotti
@vivekshotti 3 года назад
Fantastic. Beginner Friendly. Thank you.
@Siddhardhan
@Siddhardhan 3 года назад
You're most welcome!😇
@nagusameta366
@nagusameta366 2 года назад
Would it be beneficial to perform one-hot encoding on the categorical features that have more than 2 categories (e.g. 0, 1, 2...)? It was suggested in a different lecture, but i dont know what to do then if the number of categories go higher like 10 or more.
@LoneWolf-rj1px
@LoneWolf-rj1px 2 года назад
For this case, I do not think it would be beneficial as it will increase memory consumption. What I am concerned about is whether should we use a standard scaler here.
@nagusameta366
@nagusameta366 2 года назад
@@LoneWolf-rj1px Thanks for the insight!
@kumarabhinandan840
@kumarabhinandan840 Год назад
For more than 3 categories go with one hot encoding and for less go with label encoding
@vijayramchallagundla7781
@vijayramchallagundla7781 2 года назад
Thanks a lot for making, this video made me to get good grade in my ML subject.
@ajayjangid4604
@ajayjangid4604 2 года назад
why he is not used standardization in this dataset
@ashutoshshukla5344
@ashutoshshukla5344 25 дней назад
Thankyou!
@DidaKusAlex
@DidaKusAlex 2 года назад
thank you very much! finally i got it, your tutorial is awesome.
@Siddhardhan
@Siddhardhan 2 года назад
Glad it helped!
@clinton4817
@clinton4817 Месяц назад
The Dataset Can't be accessed any more. The second time i am encountering this issue with the projects. Consider this when making your projects because i believe the projects are made to educate for a long time. Thank You
@subbaraovoleti9904
@subbaraovoleti9904 Год назад
Sir wonderful explanation.
@pubgclutch7719
@pubgclutch7719 5 месяцев назад
can we use map function also right to encode the categorical to numerical?
@manuthvann7560
@manuthvann7560 3 года назад
Thanks for making this impressive vdo tutorial alot, sir . I am now working on this project for my school assignment, but since I am a newbie to ML. I am wondering whether there is any possible way to make damaged car identification using machine learning, also it can predict, what status our cars are in ( good, new, .. ) and if good how many percentages. Looking forward to hearing back from you thanks
@vibetrendzz
@vibetrendzz 2 года назад
Can I have your report of this program
@ayushdubey3550
@ayushdubey3550 Год назад
@@vibetrendzz Can I get your report?
@navinebhatt4014
@navinebhatt4014 11 дней назад
Shouldn't we be using one hot encoding as the encoding used assumes an order?
@davidagoha1236
@davidagoha1236 2 года назад
Thank you for the tutorial sidd. Please did anyone do this using the AWS Sagemaker model?
@Al-khayr.2002
@Al-khayr.2002 Год назад
I clicked on the link to the dataset in the description I am getting a 404 page not found error Any help please
@salim_malik_vlogs
@salim_malik_vlogs 11 месяцев назад
bro, while you used lasso at end, you got test data r2 score is more compare to train data r2 score. How we can infer on this? is this overfitting or under fitting?
@kalinstanchev3602
@kalinstanchev3602 Год назад
Благодарим ви!
@crazyfootball2753
@crazyfootball2753 2 года назад
to test the validity of model beyond r2 score if we specify attribute values that are closer to one of the training data record, in the final output window, should the model need to predict the price nearer to selling price for that specific record in training data? Expecting your answers. Thanks
@abhishekjawla1826
@abhishekjawla1826 3 года назад
superb Bhai
@Siddhardhan
@Siddhardhan 3 года назад
Thank you so much bro😇
@abhishekjawla1826
@abhishekjawla1826 3 года назад
@@Siddhardhan bro is there any project on Logistic Regression?
@Siddhardhan
@Siddhardhan 3 года назад
In these 2 Projects, I have used Logistic Regression: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-fiz1ORTBGpY.html ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-nacLBdyG6jE.html
@Siddhardhan
@Siddhardhan 3 года назад
I'll be posting another project video on logistic regression this Friday
@bhargavkongara2003
@bhargavkongara2003 Год назад
Thank you sir
@mounikae9561
@mounikae9561 2 года назад
Please make video on flight price prediction project
@jillurrahman6913
@jillurrahman6913 2 месяца назад
dataset is not found
@ianandadk
@ianandadk Год назад
Actually my suggestion at 26:30, without droping those columns we can use slicing like for x = car_dataset.iloc[:, 3:] y = car_dataset.iloc[:, 2]
@jananisubash8367
@jananisubash8367 Год назад
Please explain this for me
@harshabijjam3262
@harshabijjam3262 2 года назад
Thank you ..
@sandipansarkar9211
@sandipansarkar9211 2 года назад
finished watching
@vincetechclass3390
@vincetechclass3390 Год назад
Pls, how can convert binary to text?
@satyamshaw2280
@satyamshaw2280 Год назад
sir dataset is not opening
@havishkahalangoda4344
@havishkahalangoda4344 2 года назад
Great demonstration but how owner column become 0
@Thandi899
@Thandi899 3 года назад
Thank you for informative video. Why didn't you use dummy variables instead of manually doing it yourself? Is it just a preference or there are advantages to it?
@Siddhardhan
@Siddhardhan 3 года назад
hi! thanks for your positive words 😇 it's just my preference... you can definitely try that out.
@Thandi899
@Thandi899 3 года назад
@@Siddhardhan oh okay, awesome. May you please assist me with writing a function that; - Takes in a dataframe (df), - Standardize the features using StandardScaler() - Split data into 25% training, random_state =25% - Fills any NAN values with zero. I’m able to do it step by step but not as one function
@strongsyedaa7378
@strongsyedaa7378 2 года назад
@@Siddhardhan Can KNN be used on this dataset? As Dataset be divided into k folds so which model to be chosen?
@CIVILSolved
@CIVILSolved 5 месяцев назад
Why you did not perform data standardization here?
@tonymathewjohn5958
@tonymathewjohn5958 2 года назад
super class
@user-my7lg4cd4u
@user-my7lg4cd4u 7 месяцев назад
what should i do if isnull().sum() is not none? do you have video to solve it?
@user-nq4sy2tz2e
@user-nq4sy2tz2e Месяц назад
cant understand why are you using lasso regression
@lakshmireddyperam6377
@lakshmireddyperam6377 Год назад
Why you skip EDA part you just take a simple dataset and applying a ml algorithem its better to add EDA part for better understanding
@simonishabiyi
@simonishabiyi Год назад
the dataset isnt available can you pls hlp by making it available
@mukundbharadwajL
@mukundbharadwajL 2 месяца назад
isnt car name also categorical value?
@rajeshkapase9046
@rajeshkapase9046 2 года назад
how i can get data for cost prediction model for edtech firm using maching learning
@tanubhawsar1714
@tanubhawsar1714 2 года назад
@siddhardhan can you please share the report of this project
@raunak3406
@raunak3406 2 года назад
if r squared error is more for lasso how is it better than linear?
@nomoregamesfacts123
@nomoregamesfacts123 Год назад
Iam getting error at linear regression model can anyone help me
@abhishekpanjiyar8266
@abhishekpanjiyar8266 3 года назад
how can we plot a line in linier regression model and how can we write the difference in selling price in actual and predicted value
@Siddhardhan
@Siddhardhan 3 года назад
hi! you can try and.lmplot() from seaborn to plot linear model with your data. Refer seaborn documentation on how to do this. we can find the difference of the actual price & predicted price with metrics like mean absolute error, etc.
@abhishekpanjiyar8266
@abhishekpanjiyar8266 3 года назад
@@Siddhardhan ok thanks,did both of it,but how this model worked behind ,which feature(column) have been given how much importance,for predicting selling price,please suggest best book for maths for machine learning,i am new to this field
@sagnikchanda4067
@sagnikchanda4067 Год назад
I am having an error after I'm using the fit function for the training data. Could you please tell me how to fix this error
@SZS154
@SZS154 Год назад
same did u find out?
@khaledabunada3506
@khaledabunada3506 3 года назад
عمل رائع
@Siddhardhan
@Siddhardhan 3 года назад
Thanks 😇
@ekaagustina9010
@ekaagustina9010 3 года назад
33:55 the Rsquared. When do we use this? Is it because using linear model? is it only for linear model? is there any spesific reason sir on when exactly we use this metrics?
@Siddhardhan
@Siddhardhan 3 года назад
we use it for Regression models.
@user-ps9mk3pi7o
@user-ps9mk3pi7o 9 месяцев назад
Where did you get the dataset from
@Yash-yl7vg
@Yash-yl7vg 3 года назад
At 32:00 erro is coming "could not convert string to float: LPG"
@Siddhardhan
@Siddhardhan 3 года назад
hi! mail your Colab file link to datascience2323@gmail.com
@Yash-yl7vg
@Yash-yl7vg 3 года назад
@@Siddhardhan ok sir thankyou for replying so quick
@anilkumarreddyreddy6311
@anilkumarreddyreddy6311 3 года назад
@@Siddhardhan Am getting error Could not convert string to float:CNG
@ayubcade5248
@ayubcade5248 2 года назад
What is the problem and why to predict i don't understand😑
@adhiwirahardi
@adhiwirahardi Год назад
where you get the data set
@badrimunaganti5363
@badrimunaganti5363 Год назад
How can we find the accuracy for this sir.
@ajaykushwaha-je6mw
@ajaykushwaha-je6mw 2 года назад
you have done ordinal encoding for fuel type: this approach is wrong.
@habteroyal9444
@habteroyal9444 Год назад
how to download data set???
@9881847751
@9881847751 2 года назад
why i am Founding input variables with inconsistent numbers of samples: [301, 1]
@9881847751
@9881847751 2 года назад
by doing in train_test_split
@ancytech8186
@ancytech8186 3 года назад
Bro , How can we contact you personally ? Can you work for my An AI project ?
@Siddhardhan
@Siddhardhan 3 года назад
hi! I am sorry. I don't work on freelance projects as of now.
@ancytech8186
@ancytech8186 3 года назад
@@Siddhardhan We are recruiting people for an AI startup . So We hope you can guide us technically .
@ninadekbote6652
@ninadekbote6652 Год назад
How many iterations?
@VarshiniR-gd8qv
@VarshiniR-gd8qv Год назад
Bro can I get car price prediction with python in deep learning
@garv18x
@garv18x Год назад
can this project work with api ?
@adnanabdullah2239
@adnanabdullah2239 3 года назад
When we print(car_dataset.Fuel_Type.value_counts()), it shows Name: Fuel_Type, dtype: int64. Does this int64 imply no. of counts? (As Fuel_Type column contains, string type data, I got confused)
@Siddhardhan
@Siddhardhan 3 года назад
yes, it is.
@hajaksksnsjksksbsnsn
@hajaksksnsjksksbsnsn 3 года назад
I have confusion on using same dataset for training and prediction. I think you should use test dataset for prediction instead of training dataset i.e. X_train. Please clarify my doubt.
@Siddhardhan
@Siddhardhan 3 года назад
hi! the reason for finding the accuracy on x_train and x_test is to determine whether the model has overtrained. that's the reason why I used x_train as well.
@hajaksksnsjksksbsnsn
@hajaksksnsjksksbsnsn 3 года назад
@@Siddhardhan ok. But what should be the correct approach for real time scenario?
@nibin7
@nibin7 3 года назад
Superb work! Splitting the data into train and test---Even after spelling correctly, I get an error "the column not found in axis'' Can I replace data.drop with data.iloc for all cases.
@Siddhardhan
@Siddhardhan 3 года назад
hi! share the details of the error with your Colab file link to datascience2323@gmail.com
@abhinavkale4632
@abhinavkale4632 3 года назад
you have to mention axis = 1 inside the drop function along with the column function
@bhavyav8355
@bhavyav8355 3 года назад
Here ,what is the purpose of importing seaborn ?
@Siddhardhan
@Siddhardhan 3 года назад
seaborn is used for plotting the data
@samadhanpawar6554
@samadhanpawar6554 Год назад
In real world how to predict price without car name
@ayushdubey3550
@ayushdubey3550 Год назад
If anyone here has made a project on this topic, Can you share your project file??
@AdilKhan-lz2ch
@AdilKhan-lz2ch 2 года назад
Would it be possible to reach out to you privately for assistance? Please share your info if you are available for help.
@Siddhardhan
@Siddhardhan 2 года назад
hi! send a mail to datascience2323@gmail.com
@haleemasadia9743
@haleemasadia9743 3 года назад
Is there any video on features extraction?
@Siddhardhan
@Siddhardhan 3 года назад
Hi! I'll be posting a video on feature extraction of text data this Wednesday. You can watch this project video. I have explained how to convert text to feature vectors. (Fake News Prediction) : ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-nacLBdyG6jE.html
@haleemasadia9743
@haleemasadia9743 3 года назад
@@Siddhardhan can you provide me your contact details please
@shirshchauhan4429
@shirshchauhan4429 2 года назад
how to find 12. Which is the most and least cost depreciated vehicle in data ? 13. Which brands of vehicles are less affected by cost depreciation ? 14. Can we get idea about newest vehicles i.e. after 2014 manufactured ? 15. Can we find out data of only two wheelers from this data? pls answer this fast pls
@vinodhm3369
@vinodhm3369 6 месяцев назад
You have to find the values from the data by doing some calculations
@pesallway
@pesallway 3 года назад
Sir Can I Keep this sort of Projects in Resume with just this notebook implementation
@Siddhardhan
@Siddhardhan 3 года назад
you can add few more things like optimization, deployment, etc
@pesallway
@pesallway 3 года назад
@@Siddhardhan is it enough If I just make a model in Jupiter notebook..as I don't enough time further steps like deployment as I want to include atleast one project in ML in my resume...is it enough sir
@Siddhardhan
@Siddhardhan 3 года назад
I am not sure. It won't be sufficient if you ask me.
@pesallway
@pesallway 3 года назад
@@Siddhardhan okay sir
@surbhitpratik
@surbhitpratik 2 года назад
While writing the encoding of data using replace function, I'm getting an error "TypeError: Cannot compare types 'ndarray(dtype=int64)' and 'str' ", so I'm not able to change my values to 0,1 & 2.
@sudhanshusingh5594
@sudhanshusingh5594 2 года назад
The reason for this error is because of the number of times you execute the cell. The first time you execute the cell the transformation happens ('Y' -> 1, and 'N' -> 0). At this point if you try to rerun the same cell, the data type for physicalEvidence and contact is now an int rather than a string. So when the replace method runs, it is look for a 'Y' or 'N', but DOES NOT find any because all of the values have been replaced with 1 or 0. If this happens, you'll just need to reload the dataframe (df) again and rerun the cell one time. I hope this helps! Let me know your thoughts.
@9881847751
@9881847751 3 года назад
The data show parsererror : expected 3 field in line 43,saw 5 😭😭😭
@Siddhardhan
@Siddhardhan 3 года назад
download this dataset file instead: drive.google.com/file/d/1TCZdOO7AXHZ0ZN0eJHbwmWP6dtMTNFde/view?usp=drivesdk
@9881847751
@9881847751 3 года назад
@@Siddhardhan thanks man🤓
@ruchitachauhan6546
@ruchitachauhan6546 2 года назад
Actual price to nikali hi nhi
@sandeshbhurtyal9150
@sandeshbhurtyal9150 Год назад
lol
@thecampfire1094
@thecampfire1094 3 года назад
Bhaiya can i use this as Final Year projects ?? If Notchoose suggest another machine leanring topic Congrats you got new subscriber
@Siddhardhan
@Siddhardhan 3 года назад
hi! I am not sure whether it would be approved. you may go with deep learning Projects.
@shansingh9858
@shansingh9858 2 года назад
Hey camp fire...this project will be good for complete beginners but at least build some real time projects..
Далее
МЕГА МЕЛКОВЫЙ СЕКРЕТ
00:46
Просмотров 199 тыс.
ML Was Hard Until I Learned These 5 Secrets!
13:11
Просмотров 277 тыс.
Used Car Price Prediction - Data Every Day #065
21:28
МЕГА МЕЛКОВЫЙ СЕКРЕТ
00:46
Просмотров 199 тыс.