There is a data science 100 knock (structured data processing). I would like to make a note of the steps leading up to the challenge.
This time, I installed the zip file from "Code" on the screen below. https://github.com/The-Japan-DataScientist-Society/100knocks-preprocess
~~ Click Download from Docker Hub below to execute the exe file. ~~ ← windows Pro is now ok For windows10 Home, you need to install Docker Toolbox. The exe file is installed by default. https://github.com/docker/toolbox/releases
Check if it was installed at the command prompt.
$docker --version
Docker version 19.03.13, build 4484c46d9d
Execute the following command.
natsumin@DESKTOP-7LNP3VI MINGW64 /c/Python/100knocks-preprocess-master/100knocks-preprocess-master (master)
$ docker-compose up -d --build
Access the following when the above command execution is completed
http://localhost:8888/
https://qiita.com/karaage0703/items/1b18b1f4ab65d35afb5f https://qiita.com/syuki-read/items/714fe66bf5c16b8a7407#comment-394d2f7656bd5b977e11 https://qiita.com/zeffy1014/items/dda78f4ab0449989dfe1
Recommended Posts