Skip to main content

Is today's world all about creativity and ideation?

Are they the seeds to be nurtured to bring in automation, innovation and transformation.  There is a saying, necessity is the mother of invention. I would say, innovation is amalgamation of creativity and necessity.  We need to understand the ecosystem, to apply creativity and identify the ideas to bring in change. We need to be competent with changing ecosystem and think beyond the possible. What is the biggest challenge in doing this? "Unlearning and Learning", we think the current ecosystem is the best. Be it health, finserve, agriculture or mechanical domain, we need to emphasize with the stakeholders, to come up with the strategy to drive. The very evident example here is the quality of life is changing every millisecond. Few decades back the phone connection was limited to few, but today all the millennials are having a mobile phone. Now phone is not just a medium to talk, but are so powerful devices that an innovative solution can be developed on it.

How Data Scientist can help organization grow?



Hello Data Inquisitors,

Let me continue from my last blog http://outstandingoutlier.blogspot.in/2017/08/do-we-really-need-data-scientist.html where I wrote about how Data Scientists are different from Database Administrators. To conclude my last blog, I would say they complement and supplement each other in a big way. One will not be able to accomplish objectives without other’s existence, it is same as Hen and an Egg situation.
“Data could be of any form or quality but right inference out of it is the science.   -  AG”

Let us now focus and talk about what Data Scientist can do to make entities grow.  They enable them with the guided and informed decisions by sharing the precise information at much need time. Basic principle how anyone can achieve goal is, by taking THE right decision at THE right time with THE right set of information. This is possible because Data Scientists enable entities with the correct visualization of the data to make accurate decision at appropriate time. Keeping in view the targets/objectives leaders can define strategy and roadmap for the growth trajectory.
How Data Scientists can contribute to the journey of success? Let me help everyone understand this by dividing my response in 2 parts covering E2E journey i.e., ENABLE and EXECUTION.  

Enabling leaders with much needed statistical data by connecting the dots around raw figures. Data viewed as simple numbers are presented as dashboards by applying complex algorithms. It is a unique skill that Data Scientist possess to convert raw numbers to meaningful information. Data Scientists hold the onus of not just output but making sure input data which they consume displays right behavior. They had to labor the data through well-defined statistical route as explained below:

To start with data gets churned using Exploratory Data Analysis, which helps make sure right data is available for ingestion. From the data lake, Data Scientists must pick up the right sized sample making sure it is normalized and fit well in bell curve (preferably). Sample should reflect the right behavior based on Industry Domain, with appropriate Skewness level and defined peak to focus on.

Perform What-If analysis to identify the right parameters to concentrate on for, adopting Simulation Techniques.

Sensitivity analysis helps identify critical paths.

Data and Text mining is carried out to map top 20% of scenarios leading to 80% of scenarios, by forming a Data Word Cloud.Validating the expected outcome during and post Execution holds the ground right that actions identified and executed are appropriate for the results. 

Hypothesis Analysis/testing is carried out to understand the confidence level of meeting the objectives post correction.

Derive the right trends against Mean, Median, Mode and Standard Deviations to capture the normalized behavior of the outcome data.

Control charts are draw to monitor variations against defined limits of success quantitatively.

“Talented data scientists leverage data that everybody sees; visionary data scientists leverage data that nobody sees.―Vincent Granville, Executive Data Scientist & Co-Founder at Data Science Central

Looking at the data differently and make it a valuable statistical figure is the key skill for Data Scientist.  Data Scientists role in E2E journey start from day Zero where it helps define Data and it properties.

In my next blog, I will focus more on how Data Scientist leverage their analytical skills and tools to be more accurate and precise in their outcome. Transforming Data Ocean into a Dashboards using huge data sets defines success. 

Thank you for sparing time going through this article, kindly share your views and what you would like to see and hear from me in my future blogs.   
 
Outstanding Outliers Productivity SolutionsThank you...
Outstanding Outliers "AG".  

Comments

Popular posts from this blog

Z and T distribution values using R

Hello Data Experts, Let me continue from my last blog http://outstandingoutlier.blogspot.in/2017/08/normality-test-for-data-using-r.html “ Normality test using R as part of advanced Exploratory Data Analysis where I had covered four moments of statistics and key concept around probability distribution, normal distribution and Standard normal distribution. Finally, I had also touched upon how to transform data to run normality test. I will help recap all those 4 moments. Those 4 moments of statistics. First step covers Mean, Median and Mode, it is a measure of central tendency. Second step covers Variance Standard Deviation, Range, it is a measure of dispersion. Third step covers Skewness, it is a measure of asymmetry. Fourth step covers Kurtosis, it is a measure of peakness. To get standardized data use “scale” command using R whereas run “pnorm” command to get probability of a value using Z distribution. To understand if data follows normality we can e

Practical usage of RStudio features

Hello Data Experts, Let me continue from my last blog Step by Step guide to install R :: “Step by Step guide to install R” where I had shared steps to install R framework and R Studio on windows platform. Now that we are ready with Installation and R Studio, I will take you through R Studio basics. R Studio has primarily 4 sections with multiple sub tabs in each window: Top Left Window: Script editor: It is for writing, Saving and opening R Scripts. Commands part of Script can also be executed from this window. Data viewer: Data uploaded can be viewed in this window.   Bottom Left Window: Console: R Commands run in this window.   Top Right Window: Workspace: workspace allow one to view objects and values assigned to them in global environment. Historical commands: There is an option to search historical commands from beginning till last session. Beauty of this editor is that historical commands are searchable. Once historical commands are searched they can be

Code Branch and Merge strategies

Learn Git in a Month of Lunches Hello Everyone, IT industry is going through a disruptive evolution where being AGILE and adopting DevOps is the key catalytic agent for accelerating the floor for success. As explained in my earlier blog, they complement each other rather than competing against one another. If Leaders will at the crossroad where in case they need to pick one what should be their pick. There is no right or wrong approaching, it depends on the scenario and dynamics for the program or project. I would personally pick #DevOps over Agile as its supremacy lies in ACCELERATING delivery with RELIABILITY and CONSISTENCY . This path will enable and empower development teams to be more productive and prone to less rework. Does this mean adopting DevOps with any standard will help reap benefits? In this blog, I will focus on importance of one of the standard and best practice around Code branching and merging strategy to get the desired outcome by adopting DevOps. To