Articles by Carlos Kassab

Using R and H2O Isolation Forest For Data Quality

November 11, 2019 | Carlos Kassab

Introduction: We will identify anomalous patterns in data, this process is useful, not only to find inconsistencies and errors but also to find abnormal data behavior, being useful even to find cyber attacks on organizations. On this article there is more information as reference: Data Quality and Anomaly Detection Thoughts ...
[Read more...]

Predicting Car Battery Failure With R And H2O – Study

May 24, 2019 | Carlos Kassab

Using R and H2O Isolation Forest to predict car battery failures. Carlos Kassab 2019-May-24 This is a study about what might be if car makers start using machine learning in our cars to predict falures. # Loading librariessuppressWarnings( suppressMessages( library( h2o ) ) ) suppressWarnings( suppressMessages( library( data.table ) ) )suppressWarnings( suppressMessages( library( ...
[Read more...]

What I did to use git with Rstudio in Ubuntu 16.04

March 27, 2018 | Carlos Kassab

Before installing anything I signed up on https://github.com/and created my R-ANALYTICS repository:https://github.com/LaranIkal/R-ANALYTICSNow the installation and setup.1. I installed git on Ubuntu, from a terminal window:$ sudo apt-get update $ sudo apt-get install git2.- I configured git:I did this through the git ...
[Read more...]

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)