MLOps with R: The Whole Game of End-to-End Data Science & Model Deployment

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 18

  • @djangoworldwide7925
    @djangoworldwide7925 Год назад +3

    As a junior data analyst i felt hurt when you "assumed you already did data collection" 😂 it's basically the most daunting part of the job. Deploying models is fun! Building dockers that dont work is not!

  • @ghettoghost2657
    @ghettoghost2657 2 месяца назад

    This is a great page

  • @kyleGrealis
    @kyleGrealis 5 месяцев назад

    Thanks, James, this was an excellent tutorial.

  • @flonga2302
    @flonga2302 Год назад +1

    Thank you for the great r content James

  • @00moumou00
    @00moumou00 4 месяца назад

    Thank you very much. This is fantastic.

  • @TURALOWEN
    @TURALOWEN Год назад +1

    Suggestions: (1) work on a dataset that one can monitor with real data (2) deploy the model API to AWS and/or posit connect (3) showcase drifts when they happen, and show the ways to handle them. I would learn a lot from these items. Thanks for the video!

    • @james-h-wade
      @james-h-wade  Год назад

      Thank you for the suggestions. Those are great ideas for future videos.

    • @hanselpalencia2822
      @hanselpalencia2822 Год назад

      @@james-h-wade Seconding the posit connect point, would be really get to get a view into how it's done there. I've had issues deploying as there are hardly any good walkthroughs!

  • @ntran04299
    @ntran04299 11 месяцев назад

    Hello James, I have a question.
    I see that you did EDA first, then split the data into train and test sets. Shouldn't I do EDA after the split to avoid data leakage?

  • @dreznik
    @dreznik Год назад +1

    auc is an unreliable metric if classes are imbalanced; prediction probabilities need to be adjusted to "undo" the stratified sampling. you should keep a hold out set (randomly sampled) to verify the performance

  • @aephidayatuloh
    @aephidayatuloh 4 месяца назад

    Great video, now I ca deploy my model as API
    Can you make a video like this for plumber API deployment to vercel app project? It would be helfpul since if I using huggingface the space must a public and poeple can access to my R code files.

  • @ARandomDataGuy
    @ARandomDataGuy Год назад +1

    Great series! A bit confusing was the part of model deployment-why HuggingFace, what is HuggingFace, other options, etc.

    • @james-h-wade
      @james-h-wade  Год назад +1

      Thanks for sharing that. I'm thinking that should be a topic for a future video. There are many to choose from, and it's hard to understand the differences. My advice is to use the one that works. Posit Connect is the easiest to use in my experience, but it's a pro product.

    • @staticalmo
      @staticalmo 11 месяцев назад

      @@james-h-wadeyes easy, but with a price, even for amateurs. I don't know yet something easier than HF, even though the docker part might scare

  • @staticalmo
    @staticalmo 11 месяцев назад

    which quarto function did you use to create the chunk with numbers on the right that shows the explanation?

  • @tarasst6887
    @tarasst6887 Год назад

    🎉🎉🎉

  • @dreznik
    @dreznik Год назад

    the mlops workflow should become a tool that hides the code and only exposes options