Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tutorials on pitchfork data (ULMfit) #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
21 changes: 7 additions & 14 deletions .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Byte compiled
__pycache__/
/__pycache__
*.py[cod]
*$py.class
test.csv
train.csv
val.csv
datasets/text_analytics/financial/**
TextAnalytics/embeddings/.ipynb_checkpoints/
TextAnalytics/embeddings/.vector_cache/
models/

# C extensions
*.so
Expand Down Expand Up @@ -45,12 +47,3 @@ coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# jupyter notebook
.ipynb_checkpoints
*.ipynb_checkpoints

# user specific stuff
.idea/
.idea

49 changes: 49 additions & 0 deletions .gitignore.save
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
datasets/text_analytics/financial/*
TextAnalytics/embeddings/.ipynb_checkpoints/
TextAnalytics/embeddings/.vector_cache/
testcsv
new file: train.csv
new file: val.csv


# C extensions
*.so

# Distributions / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer Logs
pip-log.txt
pip-delete-this-directory.txt

# Unit tests/coverage
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
Empty file.
Empty file modified JupyterNotebook/JupyterNotebookHacks.ipynb
100644 → 100755
Empty file.
Empty file modified JupyterNotebook/__init__.py
100644 → 100755
Empty file.
Empty file modified JupyterNotebook/img/savetheday.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified JupyterNotebook/img/tipcstricks.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified JupyterNotebook/img/tipstricks.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified JupyterNotebook/img/tutorialgif.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified JupyterNotebook/img/word2vec.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified JupyterNotebook/utils.py
100644 → 100755
Empty file.
Empty file modified Pandas/PandasIndexing.ipynb
100644 → 100755
Empty file.
Empty file modified Pandas/SplitApplyCombine.ipynb
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions TextAnalytics/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.pkl
*.pth
Empty file modified TextAnalytics/BibleStudy/LanguageModel.ipynb
100644 → 100755
Empty file.
Empty file modified TextAnalytics/BibleStudy/Sermons/combined_sermons.csv
100644 → 100755
Empty file.
Empty file modified TextAnalytics/BibleStudy/Sermons/sermons.csv
100644 → 100755
Empty file.
Empty file modified TextAnalytics/BibleStudy/getSermons.ipynb
100644 → 100755
Empty file.
Empty file modified TextAnalytics/BibleStudy/getSermons_DesiringGod.ipynb
100644 → 100755
Empty file.
Empty file modified TextAnalytics/BibleStudy/getSermons_SermonIndex.ipynb
100644 → 100755
Empty file.
Loading