K means Learning Algorithms Using R & Python

Blog Share this post: Copy Link We have seen Gradient decent using R & Python before now let us try a clustering algorithm with R & Python. I will briefly introduce the K means and the steps involved in it and implement these steps in both R & Python. K – means algorithm K-means is one of […]
Data Science: All you need to know

Blog Share this post: Copy Link A multidisciplinary fuse of data inference, algorithm development, and technology to solve analytically complex problems is known as Data science.Data science is eventually about using this data in creative ways to generate business value. Data Science is divided into two sub plots.1.Discovery of data insight which helps quantitative data […]
Battle of the Programming Languages: R vs Python

Blog Share this post: Copy Link We are going to compare Functions exist in both R and Python for same operations. And for this we took the Titanic dataset which contains the Passenger details.Importing a CSVReading Data in both the languages is similar, but the only difference is for python we have to import pandas […]
Modern Data Scientist: Technical and Soft Skills You Need to be successful

Blog Share this post: Copy Link What skills are required to be a Data Scientist? OR Is strong mathematics background required to pursue a career as a data scientist? We at Rang Technologies see a lot of questions like this. It’s hard when you’re trying to break into the field to know exactly how much […]
Retail banking classification models

Blog Share this post: Copy Link Now days the retail banking is one of the important business in banking sector, to improve the customer base, retain the existing customer, improve the banking revenue by offering different product to customer. Today’s world is digital, data is raising like population and you have to identify different customer […]
Key of Developing R Code: Batch Forecasting

Blog Share this post: Copy Link Forecasting is a common technique used in several companies to make predictions for the future. There are multiple methods of forecasting such as time series forecasting, multivariate forecasting, etc. In each of these methods there are techniques such as Moving Average (MA), ARIMA, ARMA, ARCH, GARCH, etc. There are […]
R Package dplyr Comparison of functions

Blog Share this post: Copy Link In R, you can accomplish the same task in different ways.This R document explains functions from R package–dplyr and in some places compares those functions with base functions. # import dplyr library# we are going to work with R in built dataset airqualitylibrary(dplyr)head(airquality) ## Ozone Solar.R Wind […]
Analytics Careers with SAS & R – Part 2

Blog Share this post: Copy Link It’s been a month and what a month it has been! The new year is here already! One wonders where all the time has gone! I hope you also wonder on how far you have come in the process of learning and equipping yourself towards a successful career and […]
Analytics careers using SAS and R : Part-1

Blog Share this post: Copy Link Wikipedia describes Analytics as “the discovery and communication of meaningful patterns in data.” This comes in handy especially in areas rich with recorded information. Every day companies all over the world collect data about their customers and industries, simply as a routine activity during business transactions. World-class firms use […]
You are just 3 Steps Away from Becoming a Successful Data Analyst

Blog Share this post: Copy Link What the hottest topic in today’s business world? Data! What does every business need in order to analyze trends and make informed decisions? Data! On what basis are key policies framed that can make or break our modern world? Data again! Sounds interesting?! Imagine being involved in data analysis […]