y14a

Results 2 issues of y14a

Hi. I have a problem using `BaseXClassifier.plot_importance` to visualize feature importance with my dataset that has approx. 300 features. The `matplotlib.pyplot.figsize` is too small for the data that the letters...

enhancement

初版 3章P.76にてpickleを使う1節がありますが、 事前に```import pickle```と記述してライブラリをインストールしておく必要があるようです。 テキストにその記載がないように思われるので、念の為投稿します! P.74 - 77をまとめて記述すると以下のようになるかと思います。 (P.75の画像表示のくだりを除く) ``` import os, sys sys.path.append(os.pardir) import numpy as np from dataset.mnist import load_mnist from PIL import Image import pickle #ここを新しく記述! def...