Open RyotaUshio opened 3 years ago
__repr__
の実装でself.__class__.__name__
を利用する
https://github.com/matplotlib/matplotlib/blob/fe9c2c6a719814fb2018f6b1effc3c81487fc64c/lib/matplotlib/figure.py#L2043-L2048
SGDの早期終了について (より精密に言うと、sklearnではエポックごとに見ているらしい)
混同行列の生成にこれが使えそう。 https://note.nkmk.me/python-pandas-pivot-table/
引数はSequenceであってほしいが、ユーザが必ずしもSequenceを渡してくれるかわからない、あるいは長さ1のSequenceはfloat / intなどとして渡せるようにしたいときの書き方
https://github.com/scikit-learn/scikit-learn/blob/8c6a045e46abe94e43a971d4f8042728addfd6a7/sklearn/neural_network/_multilayer_perceptron.py#L350-L354