rstudio::glimpse() Newsletter

August 30, 2022 | Python on RStudio

Tracy Teal is the Open Source Program Director at RStudio. This is our second rstudio::glimpse() newsletter. If you're reading this on the blog, you can subscribe here to receive this newsletter in your inbox. When I look back on rstudio::conf(2022)... [...Read more...]

Python Troubleshooting Q&A

August 26, 2022 | Sang-Heon Lee

This is just a small collection of common error messages and solutions that we encounter when using Python. Python Troubleshooting Q&A 1. Pyfolio - AttributeError: 'numpy.int64' object has no attribute 'to_pydatetime' ...
[...Read more...]

Naive Bayes with Python VIDEO

August 26, 2022 | Dr. Darrin

Naive Bayes is an algorithm that is commonly used with text classification. However, it can also be used for separating observations into multiple categories. In this video, we will look at a simple example of the use of Naive Bayes in Python.
[...Read more...]

Hello Shiny Python

August 23, 2022 | The Jumping Rivers Blog

We would posit (see what we did there) that R-{shiny} has been a boon for data science practitioners using the R language over the last decade. We know that in our Python work, we have certainly been clamouring for something of the same ilk. And whilst there are other ...
[...Read more...]

An Effective Personal Jupyter Data Science Workflow

August 20, 2022 | John Mount

I would like to share what I have found to be a very effective personal Jupyter workflow for data science development. Jupyter (nee IPython) workbooks are JSON documents that allow a data scientist to mix: code, markdown, results, images, and graphs. They are a great contribution to scientific reproducibility, as […]
[...Read more...]
1 26 27 28 29 30 97