Really appreciated video. But I have one query at 6:26 you are providing the histogram for 0th attribute. so what is considered as Y axis over there?
@panagiotisgoulas85392 жыл бұрын
Great pre processing analysis. Need find out how to make scatter matrix. Would help a lot better. Not sure how the correlations help us here tbh. It only indicates if there is a strong or not strong linear relationship between the features. Also there seems to be colinearity between 16:03 2 and 3. What would you do in that case? Drop one of the 2 features?
@akiratoriyama13203 жыл бұрын
Super helpful!! Thank you very much!!
@zeppelin1qaz2 жыл бұрын
Make sure to put an uppercase 'I' in Id data = data.drop('Id', 1), it's case sensitive it didn't work for me with a a lower case 'i'. Good tutorial.