dynamic-shiny-title

Dynamic UI Elements in Shiny – Part 2

Oliver Guggenbühl Blog, Data Science

Continuing our effort of applying the principles of reactivity to the UI part of a ShinyApp, this blog introduces two ways of conditionally rendering UI-elements in your app. Both presented solutions accomplish the same goal, once from the server part and once from the UI part of your application.

Titelbild-tuning-random-forest-scaled.jpeg

Tuning Random Forest on Time Series Data

Manuel Tilgner Blog, Data Science

Training random forests on time series is one thing, but tuning them? It’s not like you can just apply cross validation and be done with it. Or can you? This post forms part two our mini-series “Time Series Forecasting with Random Forest”. Find out how you can tune the hyperparameters of the random forest algorithm when dealing with time series data. The answers might surprise you!