Articles by Jakub Kwiecien

eXtremely Boost your machine learning Exercises (Part-1)

September 24, 2017 | Jakub Kwiecien

eXtreme Gradient Boosting is a machine learning model which became really popular few years ago after winning several Kaggle competitions. It is very powerful algorithm that use an ensemble of weak learners to obtain a strong learner. Its R implementation is available in xgboost package and it is really worth ... [Read more...]

R with remote databases Exercises (Part-2)

September 17, 2017 | Jakub Kwiecien

This is common case when working with data that your source is a remote database. Usual ways to cope this when using R is either to load all the data into R or to perform the heaviest joins and aggregations with SQL before loading the data. Both of them have ... [Read more...]

R with remote databases Exercises (Part-1)

September 10, 2017 | Jakub Kwiecien

This is common case when working with data that your source is a remote database. Usual ways to cope this when using R is either to load all the data into R or to perform the heaviest joins and aggregations with SQL before loading the data. Both of them have ... [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)