Run R Code in Jupyter Notebooks

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

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

  • @rashawnhoward564
    @rashawnhoward564 2 месяца назад +1

    What do yo mean by "Pure Statistics"? Machine learning is statistical models just with a focus on prediction, Same with deep learning. Deep learning, using a neural network and a loss function, is equivalent to building a parameterized statistical model describing the distribution of data.

  • @luanmoreno9863
    @luanmoreno9863 3 месяца назад +1

    Worked perfectly, thanks!

  • @mufid.asshiddiq
    @mufid.asshiddiq 9 месяцев назад

    Thanks for the quick vid, practical.

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

    Great, but how can I see the environmental R variables within the jupyter notebook? I am actually using jupyter notebook in VS code, but not being able to see/inspect the R variables is driving me nuts.

    • @naveenchennai3725
      @naveenchennai3725 6 месяцев назад

      Hey I used to run r notebooks in vs code, now the Rkernel got corrupted, so i had to delete it. Now I am unable to install a proper kernel for running r-notebooks in vs code. Can you guide me through how to install Rkernel such that vs code can detect it?

  • @A4O_TSL
    @A4O_TSL 11 месяцев назад +1

    Hi Neural, i have a question this resource can run native R in Jupyter?, I mean, can i run R code and all of the R packs with this, or just pure R code?

    • @melihtaskn226
      @melihtaskn226 11 месяцев назад +1

      You can install any library and use them. You should care about what R version is in notebook. If I'm wrong someone can correct me.