前提・実現したいこと
sklearnの取込みをしたいが、インストールできない
オンライン講座で回帰分析をしようとしているが、import失敗してしまう
会期
Python from sklearn.linear_model import LogisticRegression as LL ModuleNotFoundError: No module named 'sklearn'
試したこと
コマンドプロンプトで
①pip install scikit-learn
⇒
Requirement already satisfied: scikit-learn in c:\users\337800\anaconda3\lib\site-packages (0.23.2)
Requirement already satisfied: threadpoolctl>=2.0.0 in c:\users\337800\anaconda3\lib\site-packages (from scikit-learn) (2.1.0)
Requirement already satisfied: joblib>=0.11 in c:\users\337800\anaconda3\lib\site-packages (from scikit-learn) (0.17.0)
Requirement already satisfied: numpy>=1.13.3 in c:\users\337800\anaconda3\lib\site-packages (from scikit-learn) (1.19.2)
Requirement already satisfied: scipy>=0.19.1 in c:\users\337800\anaconda3\lib\site-packages (from scikit-learn) (1.5.2)
C:\Users\337800>ip install -U scikit-learn scipy matplotlib
'ip' は、内部コマンドまたは外部コマンド、
操作可能なプログラムまたはバッチ ファイルとして認識されていません
②conda install scikit-learn
⇒
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', OSError(0, 'Error'))': /simple/scikit-learn/
Requirement already up-to-date: scikit-learn in c:\users\337800\anaconda3\lib\site-packages (0.23.2)
③pip install -U scikit-learn scipy matplotlib
Collecting package metadata (current_repodata.json): failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.
'https://repo.anaconda.com/pkgs/main/win-64
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。