2020-01-01から1ヶ月間の記事一覧

Get-Started-with-Your-Questions-EDA+Model-NN

import scipy print(scipy.__version__) リンク先 www.kaggle.com # This Python 3 environment comes with many helpful analytics libraries installed # It is defined by the kaggle/python docker image: https://github.com/kaggle/docker-python # Fo…

NFL-1st-and-Future-2019をやってみる

インポート import numpy as np import pandas as pd import matplotlib.pylab as plt import seaborn as sns # matplotlib.patchesは円や長方形などの図形を描く。 import matplotlib.patches as patches sns.set_style("whitegrid") !dir input playlist =…