values.reshape(-1, 1)が必要。
単回帰でデータフレームの形式を整える
投稿日:2018年5月13日 更新日:
執筆者:admin
科学・IT・登山の話題
投稿日:2018年5月13日 更新日:
values.reshape(-1, 1)が必要。
執筆者:admin
関連記事
requests.exceptions.SSLError: HTTPSConnectionPoolの対応方法
エラー raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host=’ …
前回の続きから。 dfは現在以下のようになっている。 W X Y Z A 2.706850 0.628133 0.907969 0.503826 B 0.651118 -0.319318 -0.848 …
seleniumでWebElement object is not iterableが出るときの対処方法
iterableなオブジェクトを想定して要素を取得、forループに取り込むと下記のようなWebElement object is not iterableが出る。 結論としては勘違い。 Seleniu …