科学の箱

科学・IT・登山の話題


comment

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

関連記事

no image

cpuに負荷をかける

yes > /dev/null & Related posts:Shutting down Smb2-Signing blade for this connection. Reason …

no image

kaggle Titanic Tutorial – 2

決定木を利用して分析する。 データの作成 y_train = d_train["Survived"].values x_train = d_train[["Pclass& …

no image

kaggle Titanic Tutorial – 7

さて今回はAgeを補完してから、元の分布と比べてみる。 def fill_age(row): condition = ( (d_train_g_m[‘Sex’] == row[‘Sex’]) &amp …

no image

diag

3×3の対角行列を生成する > diag(3) [,1] [,2] [,3] [1,] 1 0 0 [2,] 0 1 0 [3,] 0 0 1 3×3の対角行列を生成し、対角 …

no image

dataframeで条件を付けて要素を返す方法

前回の続きから。 dfは現在以下のようになっている。 W X Y Z A 2.706850 0.628133 0.907969 0.503826 B 0.651118 -0.319318 -0.848 …

2026年9月
« 9月    
 123456
78910111213
14151617181920
21222324252627
282930  

side bar top



アーカイブ

カテゴリー