[scikit-learn] Can I install Python ML library such as XGBoost without pip?

2021-04-05 Thread C W
Hello all, I can't install pip on this computer. It has conda installed (probably not helpful). Is there a work around to install XGBoost and packages? I remember reading on stackoverflow, there were some simple commands to do it. I actually used it to install packages without pip. I can't find

Re: [scikit-learn] Can I install Python ML library such as XGBoost without pip?

2021-04-05 Thread C W
Hello again, I have 3 follow-up questions. 1) Upon searching, Anaconda website ( https://anaconda.org/anaconda/py-xgboost) says that you can install with, > conda install -c anaconda py-xgboost I have miniconda, not anaconda, I guess I just replace it anaconda with minconda? 2) Using pip3 comman

Re: [scikit-learn] Can I install Python ML library such as XGBoost without pip?

2021-04-05 Thread C W
Update: It seems I've already installed XGBoost before. But, I get the following error: >>> import xgboost Traceback (most recent call last): File "", line 1, in File "/Users/mike/opt/miniconda3/lib/python3.8/site-packages/xgboost/__init__.py", line 9, in from .core import DMatrix, Devi

Re: [scikit-learn] Can I install Python ML library such as XGBoost without pip?

2021-04-05 Thread David Nicholson
You might find more people that can help with other libraries such as XGBoost and conda on stack overflow, a list dedicated to those tools, or their github repositories. https://discuss.xgboost.ai/ https://groups.google.com/a/continuum.io/g/conda David Nicholson, Ph.D. https://nicholdav.info/ http