Top "Xgboost" questions

XGBoost is a library for constructing boosted tree models in R, Python, Java, Scala, and C++. Use this tag for issues specific to the package (i.e. input/output, installation, functionality).

How to install xgboost in Anaconda Python (Windows platform)?

I am a new Python user. I downloaded the latest Anaconda 3 2.4.1 (Python 3.5) from the below link: https://www.continuum.io/…

python windows anaconda xgboost
How to install xgboost package in python (windows platform)?

http://xgboost.readthedocs.org/en/latest/python/python_intro.html On the homepage of xgboost(above link), it says: To …

python python-2.7 installation machine-learning xgboost
How to get feature importance in xgboost?

I'm using xgboost to build a model, and try to find the importance of each feature using get_fscore(), but …

python xgboost
XGBoost XGBClassifier Defaults in Python

I am attempting to use XGBoosts classifier to classify some binary data. When I do the simplest thing and just …

python scikit-learn classification analytics xgboost
How to save & load xgboost model?

On the link of XGBoost guide: After training, the model can be saved. bst.save_model('0001.model') The model …

python machine-learning save xgboost
Process finished with exit code 137 in PyCharm

When I stop the script manually in PyCharm, process finished with exit code 137. But I didn't stop the script. Still …

python pycharm xgboost
How can I install XGBoost package in python on Windows

I tried to install XGBoost package in python. I am using windows os, 64bits . I have gone through following. The …

python xgboost
XGBoost Categorical Variables: Dummification vs encoding

When using XGBoost we need to convert categorical variables into numeric. Would there be any difference in performance/evaluation metrics …

python categorical-data xgboost
understanding python xgboost cv

I would like to use the xgboost cv function to find the best parameters for my training data set. I …

python cross-validation xgboost
Feature Importance with XGBClassifier

Hopefully I'm reading this wrong but in the XGBoost library documentation, there is note of extracting the feature importance attributes …

python scikit-learn xgboost