Python

Thumbnail of post image 170

Beautiful soupでパースしたオブジェクトにfind_allの後にfind_allをするとエラーが出る.# エラーがでる例soup = BeautifulSoup(html, "html.parser")obj = soup.fi ...

Machine Learning

Thumbnail of post image 003

Kaggleは世界中のデータサイエンティストが自身の腕を競い合うコンペティションだ.

競技者たちはスポンサーが提供するデータセットに適切な予測なモデルを構築し,その予測精度を競う.もしあなたが1位をとることができたのであれ ...

Linux

Thumbnail of post image 084

入力したコマンド:

$ sudo dpkg -i cuda-repo-ubuntu1710_9.2.88-1_amd64.deb

でたエラー:

(データベースを読み込んでいます … 現在 127833 ...

Neo4j,Ubuntu

Thumbnail of post image 124

Neo4j のインストール

リポジトリキーを取得し、aptリストに追加

$ wget --no-check-certificate -O - | sudo apt-key add -$ sudo apt-get update$ ...

Python

Thumbnail of post image 183

Anaconda Prompt上で以下のコマンドを打つだけでOK

(標準のCommand PromptやWindows Power Shellではない)

anaconda-navigator --reset