I'm a Windows user and would like to use those mentioned algorithms in the title with my Jupyter notebook which is a part of Anaconda installation.
I've tried in anaconda promt window:
pip install xgboost
which retuned:
Could not find a version that satisfies the requirement xgboost (from versions: ) No matching distribution found for xgboost
Likewise, I've tried:
conda install lightgbm
which returned:
Solving environment: failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.anaconda.com/pkgs/r/noarch/repodata.json.bz2 Elapsed: -
Help would be appreciated.