End-to-End ML/Data Science Project (with XGBoost) | Car Insurance Claims Prediction

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 22

  • @shailendra_kunwar
    @shailendra_kunwar Місяць тому +2

    I was just learning about classification models and then I got this recommendation from You tube.
    Awesome video Harry.

  • @DarkOceanShark
    @DarkOceanShark Місяць тому +2

    Thanks Harry, I am looking forward for more such content from you. :)

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

      Thanks! Let me know if you have any suggestions on what you’d like me to cover next 😀

  • @candypopz7865
    @candypopz7865 2 місяці тому +1

    As someone who wants to become a business insights analyst, this is very helpful. Thanks Harry! ❤

  • @hoangha6680
    @hoangha6680 Місяць тому +1

    thanks for the video. Just a small suggestion that an "end-to-end" data science project also includes model deployment such as on a web-app, etc. I hope that your future 'end-to-end' DS project will also have this part.

    • @harrysdatajourney
      @harrysdatajourney  Місяць тому +1

      Your right! I wanted to look at covering model deployment in a separate video as this one was already quite long. Thanks for the suggestion!

    • @hoangha6680
      @hoangha6680 Місяць тому +2

      @@harrysdatajourney no prob, in my opinion, long and detailed videos attract me the most since they cover the full picture,.It doesn't matter if you have long video such as more than 1 hour ^^

    • @harrysdatajourney
      @harrysdatajourney  Місяць тому +1

      @@hoangha6680good to know! Thanks for the feedback 😀

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

    I am Aspiring Data Scientist it's very helpful and Awesome ' ✌

  • @thelogiclabio
    @thelogiclabio Місяць тому +1

    Great stuff Allum

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

    great content, eagerly waiting for the deployment part.....

  • @bilal-khan
    @bilal-khan Місяць тому

    A question, if you have a large number of features. How do you choose between different categorical encoding? Do you attend to features on individual basis and then decide what encoding should be used?

  • @clipstok788
    @clipstok788 18 днів тому

    what is the name of vs code theme?

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

    I got this error: "All estimators should implement fit and transform, or can be 'drop' or 'passthrough' specifiers. 'Pipeline(steps=[('col_dropper',
    ColumnDropper(columns_to_drop=['red_vehicle']))])' (type ) doesn't." From Chatgpt, "According to the error message, the issue lies with the cols_to_drop_pipeline in the ColumnTransformer. In the ColumnTransformer, the output of cols_to_drop_pipeline should be directly discarded rather than being processed as a complete transformer." But, does anyone meet the error?

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

      Your pipeline code looks fine. Can you share your code for the custom transformer?

    • @pent1162
      @pent1162 Місяць тому +1

      I found the typo in class: "The ColumnDropper class in this code has a spelling error; transfrom should be changed to transform. This spelling error occurs in the initial definition of the ColumnDropper class." While I correct it, all is fine. :P

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

      @@pent1162 Glad to hear it!

  • @user-vd9nd3gm4n
    @user-vd9nd3gm4n Місяць тому

    Are you actually typing that fast? 😮