のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2018-10-12から1日間の記事一覧

fast.ai machine learning note

medium.comhackernoon.comFast.ai Machine Learning Lesson 1 | Kaggle

TypeError: read_feather() got an unexpected keyword argument 'nthreads'

df_raw = pd.read_feather('tmp/bulldozers-raw')--------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-62-54f538a9be00> in <module>() ----> 1 df_raw = pd.read_feather('tmp/bulldozers-raw') /usr/local/</module></ipython-input-62-54f538a9be00>…

python pandas tail().T

tail()したものを、転置していた。