September 2020

Column Names as Contracts

September 5, 2020 | rstats | Emily Riederer

Software products use a range of strategies to make promises or contracts with their users. Mature code packages and APIs document expected inputs and outputs, check adherence with unit tests, and transparently report code coverage. Programs with graphical user interfaces form such contracts by labeling and illustrating interactive components to ...
[Read more...]

Task 2 – Retail Strategy and Analytics

September 5, 2020 | R Blogs

Introduction Hey Everyone! I’m back with anoher tutorial on the Task 2 of thsame virtual experience program. I completed this Virtual Experience Program a month back and I have posted the solutions of Task 1. You should visit that too before contin...
[Read more...]

Create a line graph with ggplot

September 5, 2020 | Quantargo Blog

Use the geom_line() aesthetic to draw line graphs and customize its styling using the color parameter. Specify which coordinates to use for each line with the group parameter. Create your first line graph using geom_line() Define how different lines are connected using the group parameter Change the line ...
[Read more...]

How to predict failure of machinery using data science

September 4, 2020 | R on Asitav Sen

Everyone knows how annoying mechanical breakdown can be. Production is directly successful because the equipment malfunctions. Large sums of money are lost as production resumes. It also affects OEMs and distributors based on lost reputation and business opportunity. Fortunately, the use of data science can handle this problem to a ...
[Read more...]

Data Science Conference Austria 2020

September 4, 2020 | Quantargo Blog

Data Science Conference Austria 2020 Data Science Conference (DSC) Austria is knocking on YOUR door - and it is all for free! ???????????? DSC Austria will happen on September 8-9th and during the event, you will get a chance to listen to over 15 high-quality ...
[Read more...]

New WVPlot: ROCPlotPairList

September 4, 2020 | jmount

We have a new R WVPlots plot: ROCPlotPairList. It is useful for comparing the ROC/AUC of multiple models on the same data set. library(WVPlots) set.seed(34903490) x1
[Read more...]

Recession Forecasting with a Neural Net in R

September 4, 2020 | Franklin Parker

I spend quite a bit of time at work trying to understand where we are in the business cycle. That analysis informs our capital market expectations, and, by extension, our asset allocation and portfolio risk controls. For years now I have used a trusty old linear regression model, held together ...
[Read more...]
1 9 10 11 12 13

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)