Ever wondered what are the most useful R packages for doing Data Science? Don’t have to wonder anymore, RStudio has collated a list of most useful R packages in its github repository titled “RStartHere“. How did R Studio come up with the list for doing Data Science? RStudio used the iconic Data Science work flow […]
Data Science
Coursera to offer Masters Degree in Data Science
Coursera announced that it is teaming up with multiple universities, including Imperial College London, University of Illinois at Urbana-Champaign, University of Michigan and University of London, to launch online Master’s and Bachelor’s Degree programs. Two Master’s Degree in Data Science from Coursera Two of the degrees offered by Coursera are on Data Science. One is […]
Crash Course on Machine Learning from Google for Free
Want to learn Machine Learning? Who else is better than Google. Google is offering a free online crash course on Machine Learning with the focus on using TensorFlow APIs. Is that Google Machine Learning Course For You? Google’s Machine Learning Crash Course is for the beginners and it is self contained. The course does not […]
Data Science Professional Certificate Program from Harvard/edX
There are a number of really good ways get started learning Data Science. I just came across this really nice Data Science certificate course from Harvard/edX. The Data Science certificate program offers a series of courses that covers the basics of Data Science; probability, statistical inference, regression, and machine learning. It uses R programming and […]
6 ways to Sort Pandas Dataframe: Pandas Tutorial
Often you want to sort Pandas data frame in a specific way. Typically, one may want to sort pandas data frame based on the values of one or more columns or sort based on the values of row index or row names of pandas dataframe. Pandas data frame has two useful functions sort_values(): to sort […]