I notice you have been active last few days in uploading good videos, specially projects specific. You will soon have a gret numbers in subscribers, view counts, and success. Keep going.
@absentdata2 жыл бұрын
Yes, I am definitely trying to build the channel with more content. I hope I'll get new subs. Thanks!!!
@pramishprakash Жыл бұрын
Exellent video sir
@mayankprajapati2652 Жыл бұрын
I tried this code with one of my dataset it gave ValueError: Expected a 1D array, got an array with shape (36, 7) when I executed the traditional_outlier function how to solve that
@김성원-j8k Жыл бұрын
Great video thank you!
@absentdata Жыл бұрын
Glad you liked it!
@jeanpierre43702 жыл бұрын
It appears that you did it by the column, can you do it by rows?
@absentdata2 жыл бұрын
Not sure about your approach. Most database would have a column of data that represent a single variable. Do you mean you would like to identify the row that has an outlier?
@WhatDoesHappen2 жыл бұрын
Sir In this video you just detect the outliers..why didn't you remove them??
@absentdata2 жыл бұрын
It depends on your use case. For example, you might want to match those outlier with specific events so in that case they would remain. However, if you have a instrument that was not working properly which created outlier values, then you might want to remove them in that case.