Skip to content

davidmeza1/data-science-your-way

 
 

Repository files navigation

Data Science Engineering, your way

An introduction to different Data Science engineering concepts and Applications using Python and R

These series of tutorials on Data Science engineering will try to compare how different concepts in the discipline can be implemented in the two dominant ecosystems nowadays: R and Python.

We will do this from a neutral point of view. Our opinion is that each environment has good and bad things, and any data scientist should know how to use both in order to be as prepared as posible for job market or to start personal project.

To get a feeling of what is going on regarding this hot topic, we refer the reader to DataCamp's Data Science War infographic. Their infographic explores what the strengths of R are over Python and vice versa, and aims to provide a basic comparison between these two programming languages from a data science and statistics perspective.

Far from being a repetition from the previous, our series of tutorials will go hands-on into how to actually perform different data science taks such as working with data frames, doing aggregations, or creating different statistical models such in the areas of supervised and unsupervised learning.

We will use real-world datasets, and we will build some real data products. This will help us to quickly transfer what we learn here to actual data analysis situations.

If your are interested in Big Data products, then you might find interesting our series of tutorials on using Apache Spark and Python.

Tutorials

This is a growing list of tutorials explaining concepts and applications in Python and R.

An introduction to the basic data structure and how to use it in Python/Pandas and R.

About this important task in any data science engineering project.

About using Principal Component Analysis and k-means Clustering to better represent and understand our data.

How to use text mining techniques to analyse the positive or non-positive sentiment of text documents using just linear methods.

Applications

These are some of the applications we have built using the concepts explained in the tutorials.

How to build a web applications where we can upload text documents to be sentiment-analysed using the R-based framework Shiny.

About

Ways of doing Data Science Engineering in R and Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%