October 2021

Real Plug-and-Play Supervised Learning AutoML using R and lares

October 11, 2021 | Bernardo Lares

Are you interested in guest posting? Publish at DataScience+ via your RStudio editor.CategoryVisualizing DataTagsAutoMLBest R PackageslaresMachine LearningR ProgrammingThe lares package has multiple families of functions to help the analyst or data scientist achieve quality robust analysis without the need of much coding. One of the most complex but valuable ...
[Read more...]

Boxplot in R Language

October 11, 2021 | finnstats »

Boxplot in R, we will demonstrate how to make a box plot in the R programming language. A box plot summarises the distribution of numerical data that has been sorted. If you enjoyed our Data Science tutorials, please subscribe to our YouTube Channe...
[Read more...]

Boxplot in R Language

October 11, 2021 | finnstats

Boxplot in R, we will demonstrate how to make a box plot in the R programming language. A box plot summarises the distribution of numerical data that has been sorted. If you enjoyed our... The post Boxplot in R Language appeared first on finnstats.
[Read more...]

Line Plots in R-Time Series Data Visualization

October 9, 2021 | finnstats

Line Plot in R, this tutorial will show you how to create simple line plots, adjust the axis labels and colors of plots, and create multiple line graphs. Line plots aid in the visualization... The post Line Plots in R-Time Series Data Visualization appeared first on finnstats.
[Read more...]

Data Visualization with R-Scatter plots

October 8, 2021 | finnstats

Data Visualization with R, In this tutorial, we will describe how to create a scatter plot in the R programming language. “ggplot2” is a fantastic package for making visually appealing data displays. If you... The post Data Visualization with R-Scatter plots appeared first on finnstats.
[Read more...]

A bug related to R factor

October 7, 2021 | Xianjun Dong

Note a bug in my code today. Sometimes you need to put a certain level (e.g. healthy control) in the first position for your covariance. Here is my old code:dds[[variable]]=factor(dds[[variable]])levels(dds[[variable]])= union(variable_REF, levels... [Read more...]

TidyModels or CARET – how they compare?

October 7, 2021 | Gary Hutson

People have been telling me not to teach caret anymore, albeit I do teach TidyModels as well. Their argument is that TidyModels is new and shiny and we should be using the most up to date tools. I get this justification, but is caret really dead? My answer is “not ...
[Read more...]

Deep Belief Networks and Autoencoders

October 6, 2021 | finnstats »

Deep Belief Networks (DBN) and Autoencoders, Let’s take a look at DBNs and how they are created on top of RBMs. If you haven’t read the previous posts yet, you can read them by clicking the below links. Introduction to Machine Learning wit...
[Read more...]

Deep Belief Networks and Autoencoders

October 6, 2021 | finnstats

Deep Belief Networks (DBN) and Autoencoders, Let’s take a look at DBNs and how they are created on top of RBMs. If you haven’t read the previous posts yet, you can read them by... The post Deep Belief Networks and Autoencoders appeared first on finnstats. [Read more...]
1 6 7 8 9 10

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)