Install Xgboost Anaconda
I had the opportunity to start using xgboost machine learning algorithm, it is fast and shows good results. Here I will be using multiclass prediction with the iris dataset from scikit-learn. The XGBoost algorithm. Installing Anaconda and xgboost In order to work with the data, I need to install various scientific libraries for python. 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.
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHave a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
commented Nov 6, 2017
In anaconda prompt, I activated tensorflow using : activate tensorflow I want to install xgboost in this tensorflow environment. I tried using this command : FR-TUTO Installer Review “iSerial Reader” (Serial Box 01.2013) sur Mac. Play next; Play now. Universal keygen generator how to use; universal keygen generator mac; universal. 16 Sep 2014 Serial Key Generator is application specially designed for software Suggested Searches. 4 Nov 2014 Download Universal Keygen Generator free from our site. Cricket coach 2014 forum. conda install -c conda-forge xgboost Saint seiya tenkai hen sub indo. PackageNotFoundError: Packages missing in the current channels |
commented Nov 6, 2017 •
What platform are you on? It looks like the conda-forge xgboost is only available for 64-bit Linux and Mac. The default conda channels have py-xgboost, r-xgboost, and libxgboost for linux 32+64, Mac 64, Win 32+64. ( i.e. conda install py-xgboost ) You can see the full list of what 'xgboost' conda packages are available on Anaconda Cloud here: https://anaconda.org/search?q=xgboost |
commented Nov 7, 2017
I am working on windows 64-bit platform. From the above link provided by you, I tried the following command : conda install -c anaconda py-xgboost And this solved my issue. |
commented Nov 7, 2017
Great! |