Reputation: 111
I've bought a book about Machine Learning, and it needs an environment setup. The code in the book is
$ export ML_PATH="$HOME/ml"
$ mkdir -p $ML_PATH
but as far as I know, this are Linux/UNIX commands, so there are alternatives for Windows?
Upvotes: 9
Views: 27579