Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
wshuyi committed May 12, 2018
1 parent 8cc93f3 commit 36fc481
Show file tree
Hide file tree
Showing 6 changed files with 1,070 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .ipynb_checkpoints/Pipfile-checkpoint
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
spacy = "*"
ipykernel = "*"
scipy = "*"
numpy = "*"
scikit-learn = "*"
matplotlib = "*"
pandas = "*"
thinc = "*"

[dev-packages]

[requires]
python_version = "3.6"
Loading

0 comments on commit 36fc481

Please sign in to comment.