hello Rachit, I was looking for this tutorial everyone but couldn't find it and Bhagwan ki Kripa se I saw your video. it was really nice. Thanks for this video buddy.
Hi Sodiq, thanks for the kind words! I have that end to end project in the queue. But it might take some time tbh. Until then I highly encourage you to follow this: ua-cam.com/play/PLeo1K3hjS3ut2o1ay5Dqh-r1kq6ZU8W0M.html You'll learn a lot here! :)
Hello Rachit, thx for your video! Do you have any clue on how one would winsorize only within a given year? Say we have a dataframe with different variables, which are sorted by year. How would we initialise the winsorisation process not for the whole dataframe but only within those groups of years?
I guess you could try: df.groupby('Year').apply(some_function) and of course, this some_function will have stuff that will do the winsorization, and it will do it one year at a time.
Hello, Nice tutorial I appreciate your effort, do you have a full video discussing about plotting the graphs for a data sets with multiple columns simultaneously like you've did in this video. Thanks in advance.
hello Rachit, I was looking for this tutorial everyone but couldn't find it and Bhagwan ki Kripa se I saw your video. it was really nice. Thanks for this video buddy.
You're welcome!
Hi, very nice Tutorial. Thank you very much!!
Hello Rachit, Thanks for all, we appreciate. We are still looking forward to your end to end project. Thanks once more
Hi Sodiq, thanks for the kind words! I have that end to end project in the queue. But it might take some time tbh. Until then I highly encourage you to follow this:
ua-cam.com/play/PLeo1K3hjS3ut2o1ay5Dqh-r1kq6ZU8W0M.html
You'll learn a lot here! :)
Yes Rachit we are looking for end to end which must involve all feature engineering technique.
Hello Rachit, thx for your video! Do you have any clue on how one would winsorize only within a given year? Say we have a dataframe with different variables, which are sorted by year. How would we initialise the winsorisation process not for the whole dataframe but only within those groups of years?
I guess you could try: df.groupby('Year').apply(some_function) and of course, this some_function will have stuff that will do the winsorization, and it will do it one year at a time.
Hi man! Is there a way to add the percentile capping to a pipeline? Since is not a transformer we won't be able to add it like that, right?
Thanks that was helpful
Hello, Nice tutorial I appreciate your effort, do you have a full video discussing about plotting the graphs for a data sets with multiple columns simultaneously like you've did in this video. Thanks in advance.
That was helpful