http://scikit-learn.org/stable/tutorial/machine_learning_map/index.html
科学・IT・登山の話題
投稿日:2018年5月3日 更新日:
http://scikit-learn.org/stable/tutorial/machine_learning_map/index.html
執筆者:admin
関連記事
さて、今回は年齢について検証する。まずこれまでは中央値を使っていたわけだ。これをもともと年齢分布と中央値を使って更新した後の年齢分布を比較する。 import numpy as nm import p …
TensorFlowが利用できるまでの設定手順をまとめる。 まず基本となるインストラクションはこちらにある。 https://www.tensorflow.org/install/pip このインスト …
KaggleでTitanic tutorialにチャレンジしてみる。 Titanic: Machine Learning from Disaster https://www.kaggle.com/c/ …