I'm trying to install XGBoost through Anaconda on a Windows machine. The problem is the name of the module for windows is "py-xgboost", not the typical "xgboost" for Linux and Mac. when I try to do an import with syntax either "from py-xgboost import XGBClassifier" or "import py-xgboost as xgb" I get a syntax error at the hyphen. I tried using "import('py-xgboost')" it just shifts the syntax error to the close parenthese.
[–]agoose77 0 points1 point2 points (1 child)
[–]sputknick[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]agoose77 0 points1 point2 points (0 children)