Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 830 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 830 Bytes

sklearn demo

Jupyter-based demo of sklearn NLP library.

Running the demo

# NOTE: this incantation assumes you're running the command 
# from the project root. Changes to files under notebooks 
# will be written from client to host.

docker run -it \
  -p 7777:9999 \
  -v "${PWD}/notebooks:/app/notebooks" \
  uazhlt/sklearn-demo:latest

Open localhost:7777 and navigate to notebooks to view the notebooks.

Misc

Unfamiliar with git?

You may find these links useful:

Unfamiliar with docker?

You may find these links useful: