Implementing Machine Learninng Pipelines USsing Sklearn And Python

Поділитися
Вставка
  • Опубліковано 31 сер 2022
  • github: github.com/krishnaik06/Pipeli...
    Pipeline of transforms with a final estimator.
    Sequentially apply a list of transforms and a final estimator. Intermediate steps of the pipeline must be ‘transforms’, that is, they must implement fit and transform methods. The final estimator only needs to implement fit. The transformers in the pipeline can be cached using memory argument.
    The purpose of the pipeline is to assemble several steps that can be cross-validated together while setting different parameters. For this, it enables setting parameters of the various steps using their names and the parameter name separated by a '__', as in the example below. A step’s estimator may be replaced entirely by setting the parameter with its name to another estimator, or a transformer removed by setting it to 'passthrough' or None.
    -------------------------------------------------------------------------------------------------------------
    All Playlist in my channel
    Github Tutorials : • Part 1-Git And Github ...
    Live NLP Playlist: • Announcing NLP Live co...
    Live Deep LEarning Playlist: • 5 Days Live Deep Learn...
    Live EDA Playlist: • Prerequisites To Atten...
    Live ML Playlist: • Announcing 7 Days Live...
    Live Stats Playlist: • Live Day 1- Introducti...
    My SQL Playlist: • Tutorial 1- MySQL With...
    ---------------------------------------------------------------------------------------------------------------
    Please donate if you want to support the channel through GPay UPID,
    Gpay: krishnaik06@okicici
    Telegram link: t.me/joinchat/N77M7xRvYUd403D...
    -------------------------------------------------------------------------------------------------------------
    Please join as a member in my channel to get additional benefits like materials in Data Science, live streaming for Members and many more
    / @krishnaik06
    -----------------------------------------------------------------------------------------------------------
    Please do subscribe my other channel too
    / @krishnaikhindi
    ---------------------------------------------------------------------------------------------------------
    Connect with me here:
    Twitter: / krishnaik06
    Facebook: / krishnaik06
    instagram: / krishnaik06

КОМЕНТАРІ • 50

  • @krishnaik06
    @krishnaik06  Рік тому +4

    Check out all the courses coming up in iNeuron
    Full Stack Data Science Bootcamp 2.0(Start date : Sept 17th):ineuron.ai/course/Full-Stack-Data-Science-BootCamp-2.0
    Data Science Industry Ready Projects Courses(Start date:24th September): ineuron.ai/course/Industry-Ready-Projects
    30 days data science interview prep(Start date: 19th September) :ineuron.ai/course/Data-Science-Interview
    You can use Krish10 coupon code to additional avail 10% off

  • @isaackodera9441
    @isaackodera9441 6 місяців тому +2

    Couldn't be more grateful than this. This process in its entirety solves and prevents data leakage. With you, learning is always guaranteed. Time for implementation. A happy subscriber.

  • @sirginirgin4808
    @sirginirgin4808 Рік тому

    Many thanks. Kindly keep the hood work. I was following you for the last few years since you started your first videos by recommending data science books and channels ect... Yor proffisional videos are getting better and better. Many thanks again for your github link too.

  • @anirudsaichenna3158
    @anirudsaichenna3158 Рік тому

    Hello Krish, Thank you for your detailed explenation. You are an amazing teacher, the content, the approach and intent of making sure that it reaches the learner, actually I can add lot more qualities of this video if I want to continue. I really appreciate your effort in making the videos on ML. I passed through many other youtube channels for this particular topic, and honestly I felt like had I come to this video first I would have saved lot of my time. Once again thanks alot. Stay blessed.

  • @rameshcheppali4353
    @rameshcheppali4353 4 місяці тому

    This is one of the best video on Pipelines on you tube .Very Nice .Well Explained and content is very good.

  • @PM-cs6jq
    @PM-cs6jq Рік тому

    thank you Krish. Such an awesome teacher you are! Makes learning so much more fun!

  • @longtruong9935
    @longtruong9935 Рік тому +1

    the best pipeline video ever, thanks for sharing

  • @dsdjiitian
    @dsdjiitian Рік тому

    Thank you sir for this amazing video on pipeline it really helped me in understanding the concept of pipelines 🙏

  • @yaswanthkosuru
    @yaswanthkosuru Рік тому +1

    i learned a lot of new things which makes machine learning project in an organized manner.

  • @xygameming
    @xygameming 7 місяців тому

    Really awesome sir your way of explanation . We loved it.🎉🎉🎉

  • @saifuddinlokhand5769
    @saifuddinlokhand5769 Рік тому

    Useful Concept with proper explanation

  • @pritamrajbhar9504
    @pritamrajbhar9504 5 місяців тому

    This is what I was looking for, thank you so much krish sir.😊

  • @sriramasatya1393
    @sriramasatya1393 3 місяці тому

    Sir.. Thank you very very much.. you explained the procedure so well!!

  • @bbagchi3771
    @bbagchi3771 Місяць тому

    Excellent video. Thanks for sharing.

  • @harshitsingh715
    @harshitsingh715 Рік тому

    This is the best video I have gonna through for this topic
    sir, please create it with tensorflow for deep learning

  • @Xnshau
    @Xnshau Рік тому

    Thank you Krish 👍 nicely explained

  • @kasoziabudusalaamu50
    @kasoziabudusalaamu50 10 місяців тому

    thank you for sharing the knowledge. I have really learnt a lot.

  • @radhekrashna2148
    @radhekrashna2148 Рік тому

    Thank you so much for very good quality content

  • @narottamsaini6951
    @narottamsaini6951 Рік тому +6

    Hi Krish, in next video plz also try to incorporate how to add custom made function doing loading of file, doing date formatting and removing invalid record as a part pf pipeline!!!

  • @moinuddinkhan928
    @moinuddinkhan928 Рік тому +2

    I am from aligarh uttar pradesh......background commerce......I am seeing ur videos to learn data science.......i think am the only person from my city........right now seeing your python playlist.......and I want to become a data scientist......pray for me.......inspired by you and campus X........take care

  • @vargabghosh5497
    @vargabghosh5497 Рік тому

    your videos make things easy

  • @0SIGMA
    @0SIGMA Рік тому +1

    I had forgotten this but thanks sir!!!!!

  • @kwenevdavidapine4661
    @kwenevdavidapine4661 Рік тому +1

    Thank you for this explanation.
    I have one question; when do we need to use Union? Can it be used in place of make_pipeline? Thank you.

  • @ritugujela8345
    @ritugujela8345 Рік тому +10

    sir, can you please make a video on making an end to end project using ML pipelines that includes all techniques like missing value imputation, OHE, Feature Scaling, Feature selection and linear regression ?

  • @msgupta07
    @msgupta07 Рік тому +1

    This is the video I want because pipelining related videos are not that good on UA-cam. Plz.. kale it with grid search

  • @yashesh7264
    @yashesh7264 Рік тому +1

    great stuff sir we love you

  • @dingaroo2003
    @dingaroo2003 Рік тому +1

    Hi Krish, great video again! How can I add a metrics like ConfusionMatrix to my pipeline? Is it to add another pipeline?

  • @aniruddhmaitra1728
    @aniruddhmaitra1728 Рік тому +1

    If we have a NN model, how will we make it a part of the pipeline?
    Awesome video.

  • @phoenix4939
    @phoenix4939 11 місяців тому

    Really Good Video!

  • @shashankhegde1258
    @shashankhegde1258 11 місяців тому

    excellent !. THanks

  • @ashraf_isb
    @ashraf_isb 29 днів тому

    At 6:32 sec when Krish says like, stopping video to like and then continuing

  • @HARSHRAJ-2023
    @HARSHRAJ-2023 Рік тому

    Looks useful 👍🏻

  • @Pune_Tithe_Kay_Une
    @Pune_Tithe_Kay_Une Рік тому

    First view biggest fan machine learning

  • @muralikrishnapolipallivenk2572

    Hi Krish, great video, very good explanation, one question is how do we define the pipeline and predict if one of the columns is a text.

  • @siddhantkohli5063
    @siddhantkohli5063 Рік тому

    Sir what are your thoughts on IITM online bsc data science degree is it worth it ?

  • @VARUNyoutube
    @VARUNyoutube Рік тому +1

    What is the difference between TechNeuron FSDS cousre and FSDS bootcamp

  • @omkarbelpatre5
    @omkarbelpatre5 Рік тому

    sir apne bola tha data analytics roadmap ki video Dalunga sir ?

  • @sandipansarkar9211
    @sandipansarkar9211 Рік тому

    finished watching

  • @tejasaiyarlagadda644
    @tejasaiyarlagadda644 Рік тому

    Hi bro...please make video for datascience as fresher to create a resume pls....

  • @user-ur2en1zq4f
    @user-ur2en1zq4f Рік тому

    thanks sir

  • @prateekkumar.1325
    @prateekkumar.1325 4 місяці тому

    what if i would like to add std transformer,pvc, linear regression,KNN and svc .How shall i proceed,sir?

  • @rohinik2223
    @rohinik2223 Рік тому

    Hi,thanks for sharing
    Can you share mlops with gcp videos plz
    Thanks

  • @bivasbisht1244
    @bivasbisht1244 Рік тому

    amazing

  • @lakshmiv5745
    @lakshmiv5745 Рік тому

    explain pipeline for embedded system example and types and real life application. What uses

  • @ajaykushwaha4233
    @ajaykushwaha4233 Рік тому

    Hi Krish, is it compulsory to write program using pipe line ?

  • @sivachaitanya6330
    @sivachaitanya6330 Рік тому

    Very late doing this video krish...

  • @sandipansarkar9211
    @sandipansarkar9211 Рік тому

    finished coding

  • @juancastillo5571
    @juancastillo5571 Місяць тому

    but you hadnt fit the colum pipeline.... why????