Best Practices for Building Blazing-Fast Shiny Apps

August 19, 2024 | Harsh Verma

Imagine your Shiny app – users are interacting seamlessly, data is processing swiftly, and visualizations update effortlessly. This dream becomes reality with a focus on performance optimization. We created a guide on profiling R/Shiny applications. Check it out to learn the right tweaks to speed up your application.  Here’s ...
[Read more...]

Wingspan Data Analysis

August 18, 2024 | Daniel Oehm

Wingspan is a great game even though I’ve only played it a few times. The mechanics are great, there are […] The post Wingspan Data Analysis appeared first on Dan Oehm | Gradient Descending. [Read more...]

Creating interactive tables with reactable

August 17, 2024 | Albert Rapp

The R programming language has a rich ecosystem of packages that are fantastic for creating beautiful production-grade tables from within R. Today, I’m showing you that one package that makes it really easy (mostly) to create interactive tables. Namely, I’m going to show you {reactable}. 🥳 If you want ... [Read more...]

Post-hoc Adjustment for Zero-Thresholded Linear Models

August 16, 2024 | Nina Zumel

Suppose you are modeling a process that you believe is well approximated as being linear in its inputs, but only within a certain range. Outside that range, the output might saturate or threshold: for example if you are modeling a count or a physical process, you likely can never get […]
[Read more...]

Why Every Data Scientist Needs the janitor Package

August 16, 2024 | Numbers around us

Lessons from Will Hunting and McGayverIn the world of data science, data cleaning is often seen as one of the most time-consuming and least glamorous tasks. Yet, it’s also one of the most critical. Without clean data, even the most sophisticated algorithms and models can produce misleading results. This ...
[Read more...]

PowerQuery Puzzle solved with R

August 14, 2024 | Numbers around us

#207–208PuzzlesAuthor: ExcelBIAll files (xlsx with puzzle and R with solution) for each and every puzzle are available on my Github. Enjoy.Puzzle #207Sometimes we have task that are somehow related to real life, not just mind-bending puzzles. And today...
[Read more...]

Use R to prompt a local LLM with ollamar

August 14, 2024 | Stephen Turner

This is reposted from the original article: https://blog.stephenturner.us/p/use-r-to-prompt-a-local-llm-withUse R to prompt a local LLM with ollamar: Using R to prompt llama3.1:70b running on my laptop with Ollama + ollamar to tell me what's inter...
[Read more...]

R Solution for Excel Puzzles

August 13, 2024 | Numbers around us

Puzzles no. 514–518PuzzlesAuthor: ExcelBIAll files (xlsx with puzzle and R with solution) for each and every puzzle are available on my Github. Enjoy.Puzzle #514Today we are searching for treasure. Exactly what we need is to find highest 2x2 submatrix ...
[Read more...]
1 26 27 28 29 30 2,157