ニュース

脆弱性ポータルサイトJVNは9月5日、国産のPython用GUIライブラリ「TkEasyGUI」に関する脆弱性レポート(JVN#48739895)を公開した。複数の脆弱性が発見されたとして、注意を喚起している。
Do a simple split() on whitespace to obtain all the words in the file. Rather than read the file line by line, it's easier to read it into one giant string and split it once. Build a "mimic" dict that ...
C statisticとはモデルの判別能力を評価する指標で、ROC曲線下面積(AUC)とも呼ばれる。0.5から1.0の範囲を取り、1.0に近いほど判別能力が高いことを示す。 Apparent C statisticとは、モデル作成時に使用した訓練データをそのまま使って計算したC statisticの値である。