Introduction to Data Science with Python

October 26, 2022 | Piotr Storożenko

We’re happy to announce a new data science in Python course by Appsilon has been released and is available to everyone for free, as open-source material! Check out the course repository on GitHub!  The course is a great way to introduce yourself to the Data Science world. It does ...
[...Read more...]

Undetected ChromeDriver: Stay Below the Radar

October 26, 2022 | Python - datawookie

There’s one major problem with ChromeDriver: anti-bot services are able to detect that a browser session is being automated (as opposed to being used by a regular meat sack) and will often impose restrictions or deny connections altogether. The Undetected ChromeDriver (undetected-chromedriver) Python package is a patched version of ...
[...Read more...]

rstudio::glimpse() Newsletter

October 26, 2022 | Python on RStudio

This is our rstudio::glimpse() newsletter. If you're reading this on the blog, you can subscribe here to receive this newsletter in your inbox. Opening This is our last newsletter as RStudio — the next time this newsletter lands in your inbox, we’ll... [...Read more...]

Ridge Regression with Python VIDEO

October 24, 2022 | Dr. Darrin

Ridge regression belongs to a family of regression called regularization regression. This family of regression uses various mathematical techniques to reduce or remove coefficients from a regression model. In the case of ridge, this algorithm will reduce coefficients close to zero but never actually remove variables from a model. In ...
[...Read more...]

Creating & Deploying Shiny Apps in Python

October 12, 2022 | Trevor French

It’s finally here! Along with it’s announced rebranding to ‘Posit’, RStudio also released it’s alpha version of ‘Shiny for Python’. Here’s how you can get started creating and deploying Shiny apps in Python.Set-upThe first step is going to be installin...
[...Read more...]

Data Science Software Popularity Update

October 12, 2022 | Bob Muenchen

I have recently updated my extensive analysis of the popularity of data science software. This update covers perhaps the most important section, the one that measures popularity based on the number of job advertisements. I repeat it here as a blog post, so you don’t have to read the ...
[...Read more...]

Hyper-Parameter Tuning with Python VIDEO

October 10, 2022 | Dr. Darrin

Hyper-parameter tuning is one way of taking your model development to the next level. This tool provides several ways to make small adjustments that can reap huge benefits. In the video below, we will look at tuning the hyper-parameters of a KNN model. Naturally, this tuning process can be used ...
[...Read more...]
1 23 24 25 26 27 97