Blog

With this project. I will

  • Create a table that contains information from the description file. This seems unnecessary for small data, but it will work well for data with many columns. You can’t check every single column manually, and so, it is worth doing this step.
  • Clean the data according to the description file. We will use tidyverse for data wrangling.
  • Apply AutoML using h2o. I have tried with non-stack models, but I think I will first writing about AutoML then other non-stack (base) models.

Data Cleaning
Work With Description File