87 Getting Your Data Ready Convert Data To Numbers | Scikit-learn Creating Machine Learning Models

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

I agree! Severely underrated …Haven’t seen a more clearer and easy to understand video

tgirlplayz
Автор

5 minutes into the video, I already find it really helpful. Thanks!

mastermml
Автор

It is very helpful and I had used the code that he is telling and it is all right👍

kvudjmh
Автор

you're saving my life! Your explanation is amazing! 😊

Lost
Автор

Dude this is so amazing, doing handstands right now lol.

I got an error, however, I figured I had to use a column number instead of a string when initializing categorical_features . eg categorical_features = [2, 3, 4] .


Keep up the good work!

zwelimashego
Автор

thanks for the amazing video. you're severely underrated

bulabula-rwod
Автор

Wonderful sir, thanks for the explainaation

matytsumbu
Автор

The transformed_X also contained Price (Target column), will it not be an issue while fitting the model?
If yes, what should be the ideal way of doing it- First separate features and target then transform(OneHotEncoding) features then fit the model OR First transform(OneHotEncoding) whole data then separate features and target then fit the model?

lokeshkumarsahoo
Автор

my family thanks ya... sure enough. so wonderfully natural code.

daveherring
Автор

Isn't it just better to use the dummies function?

ErenMC_
Автор

dont know why it is giving the output in True and False

AdityaVikram-pjui