CloudFrontはWebサーバーのファイルをキャッシュして配信を代行してくれるサービスです。CodeZineによれば「東京における16のCloudFrontエッジロケーションおよび1つのCloudFrontリージョナルエッジキャッシュ、2つのAWS Direct Connectロケーション、大阪における1つのCloudFrontエッジロケーション、および1つのDirect Connectロケーション」とあり、2021年3月時点で日本国内に17か所の配信サーバーがあります。
importnumpyasnp,pandasaspd,os,matplotlib.pyplotasplt,seabornassnsimportjson,re,gc#garbage collectorfromsklearn.preprocessingimportLabelEncoderfromastimportliteral_evalfromsklearn.model_selectionimportKFoldfromsklearn.metricsimportmean_squared_errorfromsklearn.model_selectionimportGridSearchCV#Experimented hyperparams a bit with thisfromcatboostimportCatBoostRegressorfromxgboostimportXGBRegressorimportlightgbmaslgbfordirname,_,filenamesinos.walk('/home/masaru/data/kaggle_google_analytics'):forfilenameinfilenames:print(os.path.join(dirname,filename))passgc.enable()sns.set(style='whitegrid',palette='deep',font_scale=1.1,rc={'figure.figsize':[8,6]})pd.set_option('float_format','{:f}'.format)#to display full numbers in dataframe and not just exponentiated form
# -*- coding: utf-8 -*-
import psycopg2
import pandas as pd
import plotly as py
import plotly.graph_objs as go
from plotly.offline import iplot, init_notebook_mode
init_notebook_mode()