GitHub Copilot for R - First impressions

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

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

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

    In a few years we probably don't have to write code anymore. We just tell the algorithm to analize this, test that, produce an output and tweak it a little. Like in Star Trek, when they go "Computer, analize this and evaluate that". Absolutely mindblowing.

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

      We're definitely living in the future :)

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

      More like, in a few years we won’t have a job anymore. 😂 Enjoy the last few years of statistics.

    • @roon1sicunt
      @roon1sicunt 8 месяцев назад

      @@hasand872they say that about every advancement in technology but

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

    What a treat to have found your channel

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

    Thanks for this video!

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

    Thank you for taking the time to make the video! Ive been wondering about copilot capabilities in R and found this.
    Did anyone find the copilot capabilities demonstrated here to be unimpressive?
    It essentially accomplished what an Rstudio shinyApp snippet easily does, but missed the libraries. Then it threw out some erroneous answers for what to use in place of runApp.
    Has anyone used copilot in non-contrived, contextually dependent, uncommon use cases? How does it perform? Does it perform better with particular languages than others? What does it do well?
    Ive heard the logic it generates is generally low quality and riddled with bugs and random dependency introductions. Does it do better just generating boilerplate? Can it do boilerplate embedded in context accurately?

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

    Shiny UI = nightmare
    Looking forward to letting Copilot deal with that mess.

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

    Thanks for the sharing. Just forgot the vscode is also a great tool besides the very prepared rstudio.
    Back to the execution problem you encountered. I guess that's bcs the shiny app is running and the vscode stops accepting any key stroke. Therefore, you should stop the app and the vscode shall return the control to you.

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

      Btw, the copilot is the reason why I turn my eyes back to vscode. Thanks to you again.

    • @ggnot2
      @ggnot2  10 месяцев назад

      Hi everyone, it's now available in RStudio as well :) I've got a video explaining how to get setup with Copilot (+ChatGPT) in RStudio in just 5 minutes: ruclips.net/video/t7NrkAeosog/видео.html

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

    ChatGPT added three tabs and a third plot to a shiny app without me asking today.

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

    Rstudio is anyways not able to handle big code files, so likely good to get some alternatives.