Created
November 23, 2018 07:09
-
-
Save korkridake/e5b700fd03a168a8f74a1f19267a31bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------------------------------ | |
# standard libs | |
# ------------------------------------------------ | |
library(tidyverse) | |
library(readr) | |
library(dplyr) | |
library(tidyr) | |
library(lubridate) | |
library(stringr) | |
# ------------------------------------------------ | |
# data visualizations | |
# ------------------------------------------------ | |
library(ggplot2) | |
library(ggvis) | |
library(htmlwidgets) | |
library(ggmaps) | |
# ------------------------------------------------ | |
# machine learning | |
# ------------------------------------------------ | |
library(caret) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment