This repository contains notebooks and other files associated with my Scikit-learn tutorial. I would highly recommend using git, not only for this tutorial, but for ...
"We have also added posibility to make use of MapReduce functionality as sklean transformer. This functionality is just a fancy wrap that uses core functionality from `mlmr.function` module. If you ...
前回で生データから標準化されたデータを導いた。 ここからは、Chainerのチュートリアルにあるモデル訓練までの5つのステップに沿って進行する。 Step 1 : データセットの準備 データは、scikitのdiabetes、preprocessing(scaling+normalization)は前回でDone。 同じ ...