I am following the instructions given here and here to get XGBoost for Python running on my Windows 10. I have installed Git for Windows, but I get the error below when I try the next steps:
$ cp make/mingw64.mk config.mk; make -j4
cp: cannot stat 'make/mingw64.mk': No such file or directory
make: *** No targets specified and no makefile found. Stop.
Is there any simpler approach to get XGBoost for Python running on Windows?
Any help would be much appreciated.