-
Notifications
You must be signed in to change notification settings - Fork 72
/
.gitignore
224 lines (207 loc) · 5.66 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
# Lab data files --------------------------------------------------------------
PythonEssentials/NumpyIntro/grid.npy
PythonEssentials/MatplotlibIntro/FARS.npy
PythonEssentials/Exceptions_FileIO/hello_world.txt
PythonEssentials/Exceptions_FileIO/cf_example1.txt
PythonEssentials/Exceptions_FileIO/cf_example2.txt
PythonEssentials/Profiling/names.txt
PythonEssentials/Profiling/triangle.txt
PythonEssentials/Profiling/triangle_large.txt
PythonEssentials/DataVisualization/anscombe.npy
PythonEssentials/DataVisualization/MLB.npy
PythonEssentials/DataVisualization/earthquakes.npy
PythonEssentials/DataVisualization/countries.npy
Volume1/LinearTransformations/horse.npy
Volume1/LeastSquares_Eigenvalues/circle.npy
Volume1/LeastSquares_Eigenvalues/ellipse.npy
Volume1/LeastSquares_Eigenvalues/housing.npy
Volume1/ImageSegmentation/dream.png
Volume1/ImageSegmentation/dream_gray.png
Volume1/ImageSegmentation/blue_heart.png
Volume1/SVD_ImageCompression/hubble.jpg
Volume1/SVD_ImageCompression/hubble_gray.jpg
Volume1/FacialRecognition/faces94.zip
Volume1/Differentiation/plane.npy
Volume1/Conditioning_Stability/stability_data.npy
Volume1/PageRank/web_stanford.txt
Volume1/PageRank/ncaa2010.csv
Volume1/PageRank/ncaa2011.csv
Volume1/PageRank/ncaa2012.csv
Volume1/PageRank/ncaa2013.csv
Volume1/PageRank/ncaa2014.csv
Volume1/PageRank/ncaa2015.csv
Volume1/PageRank/ncaa2016.csv
Volume1/PageRank/ncaa2017.csv
Volume1/PageRank/top250movies.txt
Volume1/DrazinInverse/social_network.csv
Volume2/LinkedLists/english.txt
Volume2/BinaryTrees/english.txt
Volume2/NearestNeighbor/mnist_subset.npz
Volume2/BreadthFirstSearch/movie_data.txt
Volume2/BreadthFirstSearch/movie_data_small.txt
Volume2/MarkovChains/yoda.txt
Volume2/MarkovChains/tswift1989.txt
Volume2/MarkovChains/trump.txt
Volume2/FourierTransform/tada.wav
Volume2/FourierTransform/mystery_chord.wav
Volume2/ConvolutionFiltering/tada.wav
Volume2/ConvolutionFiltering/CGC.wav
Volume2/ConvolutionFiltering/GCG.wav
Volume2/ConvolutionFiltering/balloon.wav
Volume2/ConvolutionFiltering/chopin.wav
Volume2/ConvolutionFiltering/noisy1.wav
Volume2/ConvolutionFiltering/noisy2.wav
Volume2/ConvolutionFiltering/vuvuzela.wav
Volume2/ConvolutionFiltering/noisy_face.png
Volume2/ConvolutionFiltering/license_plate.png
Volume2/Dijkstra/bathymetry.tt3
Volume2/Wavelets/mandrill.png
Volume2/Wavelets/woman_darkhair.png
Volume2/Wavelets/noisy_darkhair.png
Volume2/Wavelets/uncompressed_finger.png
Volume2/PolynomialInterpolation/airdata.npy
Volume2/QuasiNewtonMethods/population.npy
Volume2/GradientMethods/linregression.txt
Volume2/GradientMethods/challenger.npy
Volume2/CVXOPT_Intro/ForestData.npy
Volume2/Simplex/productMix.npz
Volume2/InteriorPoint_Linear/simdata.txt
Volume2/InteriorPoint_Quadratic/portfolio.txt
DataScienceEssentials/UnixShell?/*.zip
DataScienceEssentials/UnixShell?/*.tar.gz
DataScienceEssentials/UnixShell1/Shell1/
DataScienceEssentials/UnixShell1/img_649.jpg
DataScienceEssentials/SQL1/student_info.csv
DataScienceEssentials/SQL1/student_grades.csv
DataScienceEssentials/SQL1/us_earthquakes.csv
DataScienceEssentials/SQL2/students.db
DataScienceEssentials/RegularExpressions/fake_contacts.txt
DataScienceEssentials/WebScraping1/example.html
DataScienceEssentials/WebScraping1/san_diego_weather.html
DataScienceEssentials/WebScraping1/large_banks_index.html
DataScienceEssentials/WebScraping1/large_banks_data.html
DataScienceEssentials/WebTechnologies/nyc_traffic.json
DataScienceEssentials/Pandas1/crime_data.csv
DataScienceEssentials/Pandas1/final_accidents2.pickle
DataScienceEssentials/Pandas1/final_drivers.pickle
DataScienceEssentials/Pandas2/final_accidents2.pickle
DataScienceEssentials/Pandas2/final_drivers.pickle
DataScienceEssentials/Pandas2/new_york_crime_clean.csv
DataScienceEssentials/Pandas3/time_usage.txt
DataScienceEssentials/Pandas3/Ohio_1999.csv
DataScienceEssentials/Pandas4/DJIA.csv
DataScienceEssentials/Pandas4/finances.csv
DataScienceEssentials/Pandas4/paychecks.csv
DataScienceEssentials/Pandas4/website_traffic.csv
DataScienceEssentials/Pandas5/airports.csv
DataScienceEssentials/MongoDB/trump.json
DataScienceEssentials/Spark/huck_finn.txt
Volume3/Metropolis/examscores.npy
Volume3/LDA/reagan.txt
Volume3/LDA/stopwords.txt
Volume3/LDA/examscores.npy
Volume3/Gibbs_LDA/reagan.txt
Volume3/Gibbs_LDA/stopwords.txt
Volume3/PCA_LSI/stopwords.txt
Volume3/PCA_LSI/Addresses.zip
Volume3/PCA_LSI/Addresses/*.txt
Volume3/LSI_SkLearn/stopwords.txt
Volume3/LSI_SkLearn/Addresses.zip
Volume3/LSI_SkLearn/Addresses/*.txt
Volume3/KMeans/earthquake_coordinates.npy
Volume3/KMeans/nasa/
Volume3/ARMA/time_series_?.txt
Volume3/Spark/metastore_db
Volume3/Spark/spark-warehouse
Volume3/Spark/data-files
Volume3/NaiveBayes/enron_mail_20150507
Volume3/NaiveBayes/smsspamcollection
Volume3/InformationTheory/allowed_words.txt
Volume3/InformationTheory/possible_words.txt
Volume3/GMM/classification.npz
Volume3/GMM/problem7.npy
# General Files ---------------------------------------------------------------
*.csv
*.npy
*.html*
*.zip
*.gpkg
# Extra Python files.
__init__.py
__main__.py
*.py[cdfo]
__pycache__/
.ipynb_checkpoints/
# Latex temporary files
*.aux
*.bbl
*.blg
*.dvi
*.glg
*.glo
*.gls
*.idx
*.ilg
*.ind
*.ist
*.lof
*.log
*.lot
*.nlo
*.out
*.toc
*.fdb_latexmk
*.pdfsync
*.synctex.gz
*.nav
*.snm
*.vrb
*.bcf
*.fls
*.run.xml
*.pdf
# OS generated files
.DS_Store
.vscode
# Backup files
*~
*.backup
*.bak
*.tmp
*.temp
*.sav
# C compiled files, extensions
*.dll
*.o
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Unit test / coverage reports
.coverage
.tox
.cache/
.pytest_cache/
htmlcov/
# Lab PDFS
PythonEssentials.pdf
DataScienceEssentials.pdf
Volume[1234].pdf
ExtraLabs.pdf
onelab.pdf
# Miscellaneous
!docs/*.pdf
build/
faces94/
*.mod
nyc_*.json
onelab.tex