Publications by Mark Edney

The beauty of List comprehensions in Python

16.05.2022

I have spent awhile learning Python, and I was a little perplexed when it came to list comprehensions. Why would you use them? Isn’t there just an easier why?As my proficiency increase, I have found them to be an incredibly useful tool. They save you lines of code, are easy to understand, and are usually better for performance. A good list comp...

2834 sym Python (615 sym/16 pcs) 2 img

Quarto: The successor to R Markdown

01.08.2022

IntroductionRMarkdown has been a staple for any Data Scientist that programs in R. Quarto builds on that, with multiple language support and additional features. Because of its language independent design, Quarto requires an independent installation. (“Quarto,” n.d.)I have spent the past week moving my blog from blogdown to quarto. There have...

5384 sym R (833 sym/8 pcs) 8 img

Text Prediction Shiny App pt 1

30.05.2022

This Shiny App was first written in May of 2021 Description The goal of this project was to create an N-gram based model to predict the word to follow the user’s input. This project was to complete the Capstone project for the Johns Hopkins University Data science program on Coursera. The data for this project was provided by Swiftkey. This pr...

2269 sym R (3490 sym/8 pcs) 2 img

Quarto: The successor to R Markdown

31.07.2022

Introduction RMarkdown has been a staple for any Data Scientist that programs in R. Quarto builds on that, with multiple language support and additional features. Because of its language independent design, Quarto requires an independent installation. (“Quarto,” n.d.) I have spent the past week moving my blog from blogdown to quarto. There ha...

5684 sym R (833 sym/8 pcs) 8 img

Creating Posts for Quarto Blog

14.08.2022

Introduction I have officially switched my blog from blogdown to quarto due to the new features that quarto adds. The move has not been painless, but most of the most important features remain the same. The feature this is currently missing in quarto that I cannot live without, is the 1 click creation of a new blog post. There are a few different...

9333 sym R (3786 sym/13 pcs) 2 img

R-Bloggers site

10.04.2022

I would like to take the time to mention the r-bloggers site. It is a vast collection of Blogs on everything that has to do will the R language. I would very much like to contribute to their work with this blog. Just to keep it interesting, I would like to recommend this specific post by The Jumping Rivers Blog about upcoming R conferences. I’v...

992 sym 2 img

Benchmarking Data Tables

12.04.2022

When I started learning R, I heard vague tales of the use of Data Tables. Really just whisperers, of something to consider in the future after I’ve become more proficient. Well now is the time to learn what if anything I’ve been missing out on. Introduction Data Tables are a potential replacement for the common dataframe. It seeks to perform...

3308 sym R (2366 sym/10 pcs) 2 img

Dashboards in R with Shiny Dashboard

19.04.2022

In a previous post, I explore the Flex dashboard library for the creation of a clean and interactive dashboard. That post can be found here. Unknown to me at the time, but I sort of skipped over the more natural progression of creating a dashboard with R Shiny. This is my attempt to recreate that dashboard and compare the ease of creation and fun...

2198 sym R (3611 sym/6 pcs) 8 img

Level up your programming skills

30.04.2022

How do you become a better programmer? Well, there is strong scientific evidence for the support of the principle of deliberate practice. Deliberate practice is a method of skill development first written by Anders Ericsson in the book “Peak: Secrets from the New Science of Expertise”. I would also recommend reading “Talent Is Overrated: Wh...

4196 sym 2 img

Text Prediction Shiny App pt 1

30.05.2022

This Shiny App was first written in May of 2021 Description The goal of this project was to create an N-gram based model to predict the word to follow the user’s input. This project was to complete the Capstone project for the Johns Hopkins University Data science program on Coursera. The data for this project was provided by Swiftkey. This pr...

2269 sym R (3490 sym/8 pcs) 2 img