-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdirectory_structure.txt
344 lines (343 loc) · 18 KB
/
directory_structure.txt
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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
.
├── commentsData
│ ├── 10CommandlineUtilitiesinPostgreSQL.csv
│ ├── 15EasySolutionsToYourDataFrameProblemsInR.csv
│ ├── 15QuestionsAllRUsersHaveAboutPlots.csv
│ ├── 18MostCommonPythonListQuestions.csv
│ ├── 40PythonStatisticsForDataScienceResources.csv
│ ├── 5TipsToWriteIdiomaticPandasCode.csv
│ ├── 8UsefulShellCommandsForDataScience.csv
│ ├── ABeginnersGuidetoObjectDetection.csv
│ ├── AbsoluteandWeightedFrequencyofWordsinText.csv
│ ├── ActiveLearningCuriousAIAlgorithms.csv
│ ├── AdaBoostClassifierinPython.csv
│ ├── AdatatableRTutorialIntrotoDTijby.csv
│ ├── AggregateFunctionsinSQL.csv
│ ├── AlgorithmicTradinginRTutorial.csv
│ ├── AnalyzingComplexityofCodethroughPython.csv
│ ├── AnalyzingPokerHandswithPython.csv
│ ├── ApacheSparkinPythonBeginnersGuide.csv
│ ├── ApacheSparkTutorialMLwithPySpark.csv
│ ├── ArgumentParsinginPython.csv
│ ├── AsyncioAnIntroduction.csv
│ ├── ATutorialonLoopsinRUsageandAlternatives.csv
│ ├── ATutorialonUsingFunctionsinR.csv
│ ├── AutocorrelationinR.csv
│ ├── AutoencoderasaClassifierusingFashionMNISTDataset.csv
│ ├── AutomatedMachineLearningwithAutoKeras.csv
│ ├── AWSEC2TutorialForBeginners.csv
│ ├── BasicProgrammingSkillsinR.csv
│ ├── BecomeADataScientistin8StepsInfographic.csv
│ ├── BeginnersGuidetoFeatureSelectioninPython.csv
│ ├── BeginnersGuidetoGooglesVisionAPIinPython.csv
│ ├── BeginnersGuidetoPostgreSQL.csv
│ ├── BeginnersGuidetoSQLite.csv
│ ├── BivariateDistributionHeatmapsinR.csv
│ ├── BootstrapinR.csv
│ ├── CASEStatementsinPostgreSQL.csv
│ ├── ChoosingRorPythonforDataAnalysisAnInfographic.csv
│ ├── CleaningDatainSQL.csv
│ ├── Commondatasciencepitfallshowtoavoidthem.csv
│ ├── ComparisonofBIandAnalyticsPlatforms.csv
│ ├── ConditionalFormattinginSpreadsheets.csv
│ ├── ContingencyAnalysisusingR.csv
│ ├── ContingencyTablesinR.csv
│ ├── ContinuousdeploymentofpackagedocumentationwithpkgdownandTravisCI.csv
│ ├── ConvertingStringstoDatesasdatetimeObjects.csv
│ ├── ConvolutionalNeuralNetworksinPythonwithKeras.csv
│ ├── ConvolutionalNeuralNetworkswithTensorFlow.csv
│ ├── CourseraCoursesonRCompleteListRankedbyPopularity.csv
│ ├── CreatingaListinR.csv
│ ├── CustomerLifetimeValue.csv
│ ├── CustomTemplatesforJupyterNotebookswithJinja2.csv
│ ├── DashforBeginners.csv
│ ├── DataFramesinR.csv
│ ├── DataPreparationwithpandas.csv
│ ├── DataScienceCartoonsaTopSevenListbyDataCamp.csv
│ ├── DataScienceforSearchEngineMarketingSEM.csv
│ ├── DatasetsfromImages.csv
│ ├── DataVisualisationwithTableau.csv
│ ├── DataVisualizationwithHighcharterinR.csv
│ ├── DataVisualizationwithPowerBI.csv
│ ├── DataWranglingwithINDEXMATCHinSpreadsheets.csv
│ ├── DataWranglingwithVLOOKUPinSpreadsheets.csv
│ ├── DBSCANAMacroscopicInvestigationinPython.csv
│ ├── DebugWithdebugr.csv
│ ├── DecimalCommaorPointAgoogleVisvisualization.csv
│ ├── DecisionTreeClassificationinPython.csv
│ ├── DecisionTreesinR.csv
│ ├── DecoratorsinPython.csv
│ ├── DeducetheNumberofLayersandNeuronsforANN.csv
│ ├── DeepLearningWithJupyterNotebooksInTheCloud.csv
│ ├── DemystifyingCrucialStatisticsinPython.csv
│ ├── DemystifyingGenerativeAdversarialNetsGANs.csv
│ ├── DemystifyingMathematicalConceptsforDeepLearning.csv
│ ├── DeployYourFacebookMessengerBotwithPython.csv
│ ├── DetectAnomalieswithAnomalizeinR.csv
│ ├── DetectingFakeNewswithScikitLearn.csv
│ ├── DetectingTrueandDeceptiveHotelReviewsusingMachineLearning.csv
│ ├── DifferencesBetweenMachineLearningDeepLearning.csv
│ ├── DivingDeepwithImbalancedData.csv
│ ├── DocstringsinPython.csv
│ ├── DrivingRAdoptioninYourCompany.csv
│ ├── EnsembleLearninginPython.csv
│ ├── EnsembleLearninginRwithSuperLearner.csv
│ ├── EssentialsofLinearRegressioninPython.csv
│ ├── ExceptionandErrorHandlinginPython.csv
│ ├── ExpertsFavoriteDataScienceTechniques.csv
│ ├── ExploratoryDataAnalysisofCraftBeersDataProfiling.csv
│ ├── ExploringH1BDatawithRPart2.csv
│ ├── ExploringH1BDatawithRPart3.csv
│ ├── FaceDetectionwithPythonusingOpenCV.csv
│ ├── FacetsforggplotinR.csv
│ ├── FactorLevelsinR.csv
│ ├── FastandFrugalDecisionTreesinRwithFFTrees.csv
│ ├── FeatureSelectioninRwiththeBorutaRPackage.csv
│ ├── FindingSimilarNameswithMatrixFactorization.csv
│ ├── FiveTipstoImproveYourRCode.csv
│ ├── ForLoopsinR.csv
│ ├── FormulasinRTutorial.csv
│ ├── FromLocalMachinetoDaskClusterwithTerraform.csv
│ ├── FuzzyStringMatchinginPython.csv
│ ├── GeneratingRealisticRandomDatasetswithTrumania.csv
│ ├── GeneratingWordCloudsinPython.csv
│ ├── GettingStartedwithMySQLinPython.csv
│ ├── GettingStartedwithSpreadsheets.csv
│ ├── GettingStartedwiththeTidyverseTutorial.csv
│ ├── GFLASSOGraphGuidedFusedLASSOinR.csv
│ ├── GITSETUPTheDefinitiveGuide.csv
│ ├── GoogleCloudforDataScienceBeginnersGuide.csv
│ ├── GraphOptimizationwithNetworkXinPython.csv
│ ├── GraphsinSpreadsheets.csv
│ ├── GROUPBYandHAVINGClauseinSQL.csv
│ ├── Groupbysplitapplycombineandpandas.csv
│ ├── HackingDateFunctionsinSQLite.csv
│ ├── HandlingCategoricalDatainPython.csv
│ ├── HierarchicalClusteringinR.csv
│ ├── Hierarchicalindicesgroupbyandpandas.csv
│ ├── HistogramsinMatplotlib.csv
│ ├── HowtoAddSubtractDivideandMultiplyinSpreadsheets.csv
│ ├── HowtoExecutePythonRinSQL.csv
│ ├── HowtoInstallandUseHomebrew.csv
│ ├── HowtoinstallRonWindowsMacOSXandUbuntu.csv
│ ├── HowtoMakeaHistogramwithBasicR.csv
│ ├── HowtoMakeaHistogramwithggplot2.csv
│ ├── HowtoMakeaHistogramwithggvisinR.csv
│ ├── HowtoSpeakDataScience.csv
│ ├── HyperparameterOptimizationinMachineLearningModels.csv
│ ├── HypothesisTestinginMachineLearning.csv
│ ├── ImageSuperResolutionusingMultiDecoderFramework.csv
│ ├── ImplementingAutoencodersinKerasTutorial.csv
│ ├── ImportingDataintoPandas.csv
│ ├── ImportingDataIntoRPartTwo.csv
│ ├── InnerClassesinPython.csv
│ ├── InstallingAnacondaonMacOSX.csv
│ ├── InstallingAnacondaonWindows.csv
│ ├── InstallingPostgreSQLonWindowsandMacOSX.csv
│ ├── IntroductiontoBioconductor.csv
│ ├── IntroductiontoCustomerSegmentationinPython.csv
│ ├── IntroductiontoCyclicalLearningRates.csv
│ ├── IntroductiontoDataframesinR.csv
│ ├── IntroductiontoDeepLearninginPython.csv
│ ├── IntroductiontoFactorAnalysisinPython.csv
│ ├── IntroductiontoGeospatialDatainPython.csv
│ ├── IntroductionToGUIWithTkinterInPython.csv
│ ├── IntroductiontoH2OAutoML.csv
│ ├── IntroductiontoIndexinginSQL.csv
│ ├── IntroductiontoMachineLearninginPython.csv
│ ├── IntroductiontoMongoDBandPython.csv
│ ├── IntroductiontoMonteCarloMethods.csv
│ ├── IntroductiontoPythonMetaclasses.csv
│ ├── IntroductiontoReinforcementLearning.csv
│ ├── IntroductiontoSQLJoins.csv
│ ├── IntroductiontotheALTERTABLEStatementinSQL.csv
│ ├── IntroductiontotheWhereClauseinSQL.csv
│ ├── IntroductiontotSNE.csv
│ ├── IntrotoMultipleInheritancesuper.csv
│ ├── InventoryModelSimulationwithSpreadsheets.csv
│ ├── InvestigatingTensorswithPyTorch.csv
│ ├── JoiningDataFramesinPandas.csv
│ ├── JSONDatainPython.csv
│ ├── JupyterNotebookTutorialTheDefinitiveGuide.csv
│ ├── KaggleTutorialEDAMachineLearning.csv
│ ├── KaggleTutorialYourFirstMachineLearningModel.csv
│ ├── kerasDeepLearninginR.csv
│ ├── KerasTutorialDeepLearninginPython.csv
│ ├── KMeansClusteringinPythonwithscikitlearn.csv
│ ├── KMeansClusteringinRTutorial.csv
│ ├── KNNClassificationusingScikitlearn.csv
│ ├── LatentSemanticAnalysisusingPython.csv
│ ├── LDA2vecWordEmbeddingsinTopicModels.csv
│ ├── LearnDataScienceInfographic.csv
│ ├── LearnDataScienceResourcesforPythonR.csv
│ ├── LeveragingthebestofbothPythonandR.csv
│ ├── LinearRegressioninR.csv
│ ├── ListsNSizedChunks.csv
│ ├── LogisticRegressioninRTutorial.csv
│ ├── LongtoWideDatainR.csv
│ ├── LyricAnalysisPredictiveAnalyticsusingMachineLearningwithR.csv
│ ├── LyricAnalysiswithNLPMachineLearningwithR.csv
│ ├── MachineLearningandNLPusingRTopicModelingandMusicClassification.csv
│ ├── MachineLearningBasicsTheNorms.csv
│ ├── MachineLearningBlackFridayDataset.csv
│ ├── MachineLearninginRforbeginners.csv
│ ├── MachineLearningwithKaggleFeatureEngineering.csv
│ ├── MakingWebCrawlersUsingScrapyforPython.csv
│ ├── ManagingDatabasesinPostgreSQL.csv
│ ├── MarketBasketAnalysisusingR.csv
│ ├── MarkovChainAnalysisinR.csv
│ ├── MarkovChainsinPythonBeginnerTutorial.csv
│ ├── MaterializedViewsinPostgreSQL.csv
│ ├── MatplotlibTutorialPythonPlotting.csv
│ ├── MeetUpAPI.csv
│ ├── MergingDatasetsinR.csv
│ ├── NaiveBayesClassificationusingScikitlearn.csv
│ ├── NetworkAnalysisinRCentralityMeasures.csv
│ ├── NeuralNetworkModelsinR.csv
│ ├── OperatorsinPython.csv
│ ├── OrderingandSubsettingFactors.csv
│ ├── OverviewofAtomIDE.csv
│ ├── OverviewofEncodingMethodologies.csv
│ ├── PandasTutorialDataFramesinPython.csv
│ ├── PandasTutorialImportingDatawithread_csv.csv
│ ├── PEP8TutorialCodeStandardsinPython.csv
│ ├── PickleinPythonObjectSerialization.csv
│ ├── PipesinRTutorialForBeginners.csv
│ ├── PivotTablesinSpreadsheets.csv
│ ├── PokerProbabilityandStatisticswithPython.csv
│ ├── PredictingEmployeeChurninPython.csv
│ ├── PredictingtheStatusofH1BVisaApplications.csv
│ ├── PreprocessinginDataSciencePart1CenteringScalingandKNN.csv
│ ├── PreprocessinginDataSciencePart2CenteringScalingandLogisticRegression.csv
│ ├── PreprocessinginDataSciencePart3ScalingSynthesizedData.csv
│ ├── PrincipalComponentAnalysisinR.csv
│ ├── PrincipalComponentAnalysisPCAinPython.csv
│ ├── ProbabilityDistributionsinPython.csv
│ ├── PropertyvsGettersandSettersinPython.csv
│ ├── PythonDataStructuresTutorial.csv
│ ├── PythonDataTypeConversionTutorial.csv
│ ├── PythonDictionaryComprehensionTutorial.csv
│ ├── PythonDictionaryTutorial.csv
│ ├── PythonExcelTutorialTheDefinitiveGuide.csv
│ ├── PythonExploratoryDataAnalysisTutorial.csv
│ ├── PythonForDataScienceACheatSheetForBeginners.csv
│ ├── PythonForFinanceAlgorithmicTrading.csv
│ ├── PythonFunctionsTutorial.csv
│ ├── PythonIFELIFandELSEStatements.csv
│ ├── PythonIteratorTutorial.csv
│ ├── PythonListComprehensionTutorial.csv
│ ├── PythonListIndex.csv
│ ├── PythonLoopsTutorial.csv
│ ├── PythonMachineLearningScikitLearnTutorial.csv
│ ├── PythonNumpyArrayTutorial.csv
│ ├── PythonObjectOrientedProgrammingOOPTutorial.csv
│ ├── PythonRegularExpressionTutorial.csv
│ ├── PythonSeabornTutorialForBeginners.csv
│ ├── PythonSetsandSetTheory.csv
│ ├── PythonSetupTheDefinitiveGuide.csv
│ ├── PythonStringTutorial.csv
│ ├── PythontimesleepFunction.csv
│ ├── PythonTuplesTutorial.csv
│ ├── PythonXMLwithElementTreeBeginnersGuide.csv
│ ├── ReadingandWritingFilesinPythonTutorial.csv
│ ├── RecommenderSystemsinPythonBeginnerTutorial.csv
│ ├── ReconstructingBrainMRIImagesUsingDeepLearningConvolutionalAutoencoder.csv
│ ├── ReconstructingFingerprintImagesUsingDeepLearningConvolutionalAutoencoder.csv
│ ├── ReducingReworkasaSQLDataAnalyst.csv
│ ├── RegularizationRidgeLassoandElasticNet.csv
│ ├── RemotePythonandRinSQL.csv
│ ├── RoleofUnderscore_inPython.csv
│ ├── RPackagesABeginnersGuide.csv
│ ├── RpostsonStackOverflowATop5selectionbyDataCamp.csv
│ ├── ScikitLearnTutorialBaseballAnalyticsPt1.csv
│ ├── ScikitLearnTutorialBaseballAnalyticsPt2.csv
│ ├── ScikitLearn教學Python與機器學習.csv
│ ├── ScipyTutorialVectorsandArraysLinearAlgebra.csv
│ ├── ScopeofVariablesinPythonTutorial.csv
│ ├── ScrapingRedditwithPythonandBeautifulSoup4.csv
│ ├── SetupaDataScienceEnvironmentonyourComputer.csv
│ ├── ShareableDataSciencewithKyso.csv
│ ├── SimplifyingSentimentAnalysisinPython.csv
│ ├── SocialNetworkAnalysisinPython.csv
│ ├── SpreadsheetswithTableau.csv
│ ├── SQLiteinPython.csv
│ ├── SQLiteinR.csv
│ ├── SQLReportingandAnalysis.csv
│ ├── SQLTutorialHowToWriteBetterQueries.csv
│ ├── SQLwithPowerBI.csv
│ ├── SQLwithTableau.csv
│ ├── StemmingandLemmatizationinPython.csv
│ ├── StockMarketPredictionswithLSTMinPython.csv
│ ├── StocksSignificanceTestingpHacking.csv
│ ├── SubsettingDatasetsinR.csv
│ ├── SuperchargeYourSubqueries.csv
│ ├── SupportVectorMachinesinR.csv
│ ├── SupportVectorMachineswithScikitlearn.csv
│ ├── SurvivalAnalysisinRForBeginners.csv
│ ├── TenImportantUpdatesfromTensorFlow20.csv
│ ├── TensorBoardTutorial.csv
│ ├── TensorFlowTutorialForBeginners.csv
│ ├── TextAnalyticsforBeginnersusingNLTK.csv
│ ├── TextMininginRArePokémonGOMentionsReallyDrivingUpStockPrices.csv
│ ├── TheDataScienceIndustryWhoDoesWhatInfographic.csv
│ ├── ThedatatableRPackageCheatSheet.csv
│ ├── ThePipPythonPackageManager.csv
│ ├── TheRDocumentationPoster.csv
│ ├── TheRGraphGallerysTop5MostVisitedGraphThemes.csv
│ ├── ThisRDataImportTutorialIsEverythingYouNeed.csv
│ ├── TidyAnalysisofPewResearchDataUsingR.csv
│ ├── TidySentimentAnalysisinR.csv
│ ├── TidyverseSoccerScoreAnalysis.csv
│ ├── TimeSeriesAnalysisTutorialwithPython.csv
│ ├── TimeSeriesAnalysisusingR.csv
│ ├── Top5PythonIDEsForDataScience.csv
│ ├── TowardsPreventingOverfittingRegularization.csv
│ ├── TPOTinPython.csv
│ ├── TransferLearningLeverageInsightsfromBigData.csv
│ ├── TurningMachineLearningModelsintoAPIsinPython.csv
│ ├── TutorialontheRApplyFamily.csv
│ ├── UnderstandingBlockchainsbyCodingOneinR.csv
│ ├── UnderstandingConfusionMatrixinR.csv
│ ├── UnderstandingLogisticRegressioninPython.csv
│ ├── UnderstandingModelPredictionswithLIME.csv
│ ├── UnderstandingRandomForestsClassifiersinPython.csv
│ ├── UnderstandingRecursiveFunctionsinPython.csv
│ ├── UsageofAsterisksinPython.csv
│ ├── UsingORDERBYKeywordinSQL.csv
│ ├── UsingPostgreSQLinPython.csv
│ ├── UsingPythonBeautifulSouptoscrapeDataCampTutorialsAnalyze.csv
│ ├── UsingPythontoPowerSpreadsheetsinDataScience.csv
│ ├── UsingRegularExpressionstoCleanStrings.csv
│ ├── UsingXGBoostinPython.csv
│ ├── VideoAnsweringRealWorldQuestionswithSQLQueries.csv
│ ├── VideoIntrotoPythonforSpreadsheetUsers.csv
│ ├── VideoTidyverseExploratoryAnalysis.csv
│ ├── Viewing3DVolumetricDataWithMatplotlib.csv
│ ├── ViewsVirtualTablesinSQL.csv
│ ├── VisualizeMissingDatawithVIMPackage.csv
│ ├── WebDevelopmentwithDjango.csv
│ ├── WebScrapingandParsingDatainRExploringH1bDataPt1.csv
│ ├── WebScrapinginRrvestTutorial.csv
│ ├── WebScrapingNLPinPython.csv
│ ├── WebScrapingusingPython.csv
│ ├── WebScrapingwithRandPhantomJS.csv
│ ├── WhatIstheBestStatisticalProgrammingLanguageInfograph.csv
│ ├── WorkingwithModulesinPython.csv
│ ├── WorkingwithSpreadsheetsinSQL.csv
│ └── WorkingWithZipFilesInPython.csv
├── DatacampArticleScraping
│ ├── comments.csv
│ ├── Main.xaml
│ ├── project.json
│ └── topicData.csv
├── directory_structure.txt
├── GoodData
│ ├── articleData.csv
│ ├── final_data.csv
│ └── README.md
├── images
│ └── Image1.png
├── notebooks
│ └── Data_prep.ipynb
└── README.md
5 directories, 336 files