Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 633 Bytes

blog.md

File metadata and controls

10 lines (10 loc) · 633 Bytes
layout title slug
blog
Blog
/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.