Bag of ML Words

ML = Machine Learning, Music Love, and Miscellaneous things in daily Livings

2014-03-13から1日間の記事一覧

Python: scikit-learnでK-fold cross validation

Scikit-learn http://scikit-learn.org/stable/ はクロスバリデーションまでできてしまいます。 というか、グリッドサーチとかも。 使ってみたので、コード例を貼っておきます。 ポイントとして、単なるKFoldをそのまま使うと 順番にサンプルを分割して行く…