In the terminal I issue the following command:
conda install -c conda-forge xgboost
The installation is successfully
Within anaconda I write:
import xgboost
I get the following error:
ModuleNotFoundError: No module named ‘xgboost’
In the terminal I issue the following command:
conda install -c conda-forge xgboost
The installation is successfully
Within anaconda I write:
import xgboost
I get the following error:
ModuleNotFoundError: No module named ‘xgboost’