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

Поделиться
HTML-код
  • Опубликовано: 21 авг 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 Месяц назад +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 😀

  • @thelogiclabio
    @thelogiclabio Месяц назад +1

    Great stuff Allum

  • @vishukumar6477
    @vishukumar6477 Месяц назад

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

  • @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 3 дня назад

    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 27 дней назад

    Are you actually typing that fast? 😮