## ----eval=FALSE---------------------------------------------------------------
# library(AFR)
# 
# ogpo_train <- load_ogpo_train()
# ogpo_test_with_target <- load_ogpo_test_with_target()
# ogpo_test_final <- load_ogpo_test_final()
# data_dictionary <- load_ogpo_data_dictionary()

## ----eval=FALSE---------------------------------------------------------------
# ogpo_train <- load_ogpo_train()
# 
# dim(ogpo_train)
# head(ogpo_train)

## ----eval=FALSE---------------------------------------------------------------
# ogpo_test_with_target <- load_ogpo_test_with_target()
# 
# dim(ogpo_test_with_target)
# head(ogpo_test_with_target)

## ----eval=FALSE---------------------------------------------------------------
# ogpo_test_final <- load_ogpo_test_final()
# 
# dim(ogpo_test_final)
# head(ogpo_test_final)

## ----eval=FALSE---------------------------------------------------------------
# data_dictionary <- load_ogpo_data_dictionary()
# 
# head(data_dictionary)

## ----eval=FALSE---------------------------------------------------------------
# ~/.afr/ogpo_insurance_scoring/

