2022

R Warrior is here

August 28, 2022 | R on Dr. Rick Tankard

About a decade ago, I discovered the game Ruby Warrior by Ryan Bates. The concept was simple: get to the top of the tower to reach the precious Ruby. Instead of controlling the warrior directly, you write an AI to conquer each level. Levels start off ...
[Read more...]

When Will NYC’s Subway Ridership Recover?

August 28, 2022 | R | JLaw's R Blog

While writing my posts about COVID’s effect on NYC Subway ridership the New York Times published an article called The Pandemic Wasn’t Supposed to Hurt New York Transit This Much. The article states: I believe the 80% target by 2026 comes from a McKinsey study. While I don’t know ...
[Read more...]

July 2022: “Top 40” New CRAN Packages

August 28, 2022 | R Views

Ninety-four new packages stuck to CRAN in July. Here are my “Top 40” selections in thirteen categories: Climate Modeling, Computational Methods, Data, Ecology, Genomics, Machine Learning, Mathematics, Medicine, Networks, Proteomics, Statistics, Utilities, and Visualization. Climate Modeling climetrics v1.0-5: Provides a framework that facilitates the spatio-temporal analysis of climate dynamics through ...
[Read more...]

How to Get a Job as a Data Engineer?

August 28, 2022 | Jim

The post How to Get a Job as a Data Engineer? appeared first on Data Science Tutorials How to Get a Job as a Data Engineer?, The study of data engineering is fascinating. You get to collaborate with numerous teams of data professionals and subject matter experts, as well as ... [Read more...]

Python is superior to R for writing quality codes

August 27, 2022 | finnstats

The post Python is superior to R for writing quality codes appeared first on finnstats. If you are interested to learn more about data science, you can find more articles here finnstats. Python is superior to R for writing quality codes!. R is good for short and dirty analysis, but ...
[Read more...]

What is the bias variance tradeoff?

August 27, 2022 | Jim

The post What is the bias variance tradeoff? appeared first on Data Science Tutorials What is the bias-variance tradeoff? The bias-variance tradeoff is a crucial idea in supervised machine learning and predictive modeling, regardless of the situation. There are many supervised machine learning models from which to pick when training ...
[Read more...]

Surprising Things You Can Do With R

August 26, 2022 | finnstats

The post Surprising Things You Can Do With R appeared first on finnstats. If you are interested to learn more about data science, you can find more articles here finnstats. Surprising Things You Can Do With R, R has changed the way we think about data. R has had a ...
[Read more...]

How to handle Imbalanced Data?

August 26, 2022 | Jim

The post How to handle Imbalanced Data? appeared first on Data Science Tutorials How to handle Imbalanced Data?, What do datasets from industries like real-time marketing bidding, network intrusion detection, and fraud detection in banking have in common? Less than 1% of infrequent but “interesting” events are frequently included in the ...
[Read more...]

Extending network analysis in R with netUtils

August 26, 2022 | schochastics

During the last 5 years, I have accumulated various scripts with (personal) convenience functions for network analysis and I also implemented new methods from time to time which I could not find in any other package in R. The package netUtils gathers all these functions and makes them available for anyone ... [Read more...]

Analyzing Multiple Response Questions

August 25, 2022 | R | Fahim Ahmad

There are at least two main approaches for storing multiple response questions in a data set. The indicator mode and the polytomous mode. Polytomous mode The polytomous mode is suitable when the possible response categories are not fixed and the resp... [Read more...]

Python API deployment with RStudio Connect: Flask

August 25, 2022 | The Jumping Rivers Blog

This is part one of our three part series Part 1: Python API deployment with RStudio Connect: Flask (this post) Part 2: Python API deployment with RStudio Connect: FastAPI (to be published) Part 3: Python API deployment with RStudio Connect: Streamlit (to be published) RStudio recently announced they are changing to Posit. Their ...
[Read more...]

the Kelly criterion and then some

August 25, 2022 | xi'an

The Kelly criterion is a way to optimise an unlimited sequence of bets under the following circumstances: a probability p of winning each bet, a loss of a fraction a of the sum bet, a gain of a fraction b of the sum bet, and a fraction f of the ...
[Read more...]
1 12 13 14 15 16 81

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)