Data Digest - June 2022 Edition
Data Digest - June 2022 Edition
[email protected]
18XHT46RCY
JUNE
2022 EDITION
This file is meant for personal use by [email protected] only.
Sharing or publishing the contents in part or full is liable for legal action.
June 2022 Edition
WHAT’S INSIDE?
Spotlight 03
MU SIGMA Hackathon 05
[email protected]
18XHT46RCY Discover 11
What’s New? 12
SPOTLIGHT
enhance customer engagement. Using Recency
Frequency Monetary (RFM) analysis technique,
Devising Schemes based on Customer three customer segments were identified as Gold,
Segmentation for Gaming Industry Silver and Bronze.
becoming one of the fastest-growing industries in customer engagement strategies for the future.
MU SIGMA HACKATHON
The May month was marked by a Mega Hackathon features and reducing sub-levels in categorical
event - Great Learning MU Sigma Hackathon. It variables. The real-time leaderboard in the
went on for 4 days from 19th May until 22nd May. hackathon raised spirits. It was a big challenge to
The competition was intense and there was a enter into the top 5.”
great deal of enthusiasm amongst the learners.
More than 1400+ learners registered for the Paushali Dutta says “The MuSigma hackathon
event and altogether 10800+ submissions were was a great experience which challenged my
made after multiple rounds of iterations during skills as a data science student. I enjoyed solving
the event. The participants were always on the case study because it enabled me to put my
their toes as the leaderboard kept on changing knowledge to practice. Hackathons like these
dynamically. While the event had rewards for promote healthy competition between like-
the taking that was worth INR 25k for the Top minded individuals to build a model with the best
3 performers (15k, 7.5k and 2.5k respectively) optimal solution. Eagerly looking forward to more
and interview opportunities for the Top 10 interesting opportunities like this in the future. It
Great Learners on the leaderboard. It must be was indeed a great learning experience.”
understood that such events are not to be missed
at any cost as there is something for everyone Shrikanth Madan says “I participated in a
who had participated. Participation in itself hackathon conducted by Mu-Sigma between 19th
is highly useful as it immensely improves the and 22nd of May. It was very competitive and I
[email protected]
18XHT46RCY level of students in their abilities and
confidence had to be constantly on my toes to secure a good
accelerates their learning. We have also captured place. The competitive nature of the hackathon
some heartwarming experiences from the top gave me a lot of learning both technically and
performers. psychologically. In the end, I was only able to
secure the 6th position, but in my mind I knew
Rakesh Patnala says “The Mega Hackathon was that I had come a long way, getting into the
very challenging as well as fun to participate in. course without an ounce of coding knowledge to
Checking the leaderboard to get to the top made make it to the top 10. It was truly a phenomenal
it more exciting. It was my first Hackathon and event which made me push beyond my limit.”
would always be a very memorable experience.
Thank you Musigma and Great Learning for the
wonderful opportunity and hope we will get to
witness more such events in the future.”
Internally, it behaves as a binary classifier. To as a dependent variable. This is how the logistic
understand the logistic regression, let’s take up an regression responds.
example. Say, one of the leading banks has hired a
data scientist and the management expects you to The value of p = 1 / 1+e-(mx+c) is called Logistic
develop a model to predict if the loan applicant is function. This logistic function transforms the
a defaulter or non-defaulter with the information. linear model into a probability model. Hence, it
The assumption is that we have the past data of
gets the name regression because it actually does
people who were defaulters or not.
regression and then transforms the regression into
Say, one of the independent variables is
probability.
expenditure. Higher the expenditure, the more
chance of the loan applicant defaulting the
process. There exists a positive correlation between
the expenditure and the default which is measured
in terms of probability (Probability of default and
probability of non-defaults.). Let’s represent the
expenditure on the x-axis and the probability of
default is on the y-axis. A linear relationship can be
established between them by building a model like
Y = mx +c. However, the values of Y tend to move
beyond 1 towards +infinity and less than 0 towards
-infinity. However, the probability values have to
be in the range of 0 to 1 and cannot be negative or
[email protected]
beyond 1.
18XHT46RCY
p = 1 / 1+ e-(mx+c)
DISCOVER
Python Main Function and denotes the total number of items or the size of
Examples with Code the list.
To know more in detail, check out the link below:
With its performance, Python has earned a
reputation as the most popular and demanding https://www.mygreatlearning.com/blog/python-
[email protected]
programming language to learn in the world of
18XHT46RCY length-of-list/
software technology. To excel in Python, it is
essential to understand and learn each aspect of
How to Remove an Item From
the Python language. The Python main function is
List Python
a very important aspect of Python.
This article will provide you with deep insights into Python is one of the most popular programming
the main function of Python programming. Let’s languages in today’s market. We can use Python
start by understanding more about the terms from for Machine Learning, Artificial Intelligence, Data
the following link: Mining, Data Analysis, Software Development, Web
Development, etc. The reason behind that is the
https://www.mygreatlearning.com/blog/python-
main/
functionalities is a List that helps programmers to a
great extent. Today we will learn about how we can
remove items from List Python.
Python But before moving on, let’s learn about what lists
are and why we use them from the link:
The Python Length of List is a collection data
type in Python in which we can store our entries. https://www.mygreatlearning.com/blog/remove-
These entries are ordered and can be changed. item-from-list-python/
Python’s len() method helps find the length of an
array, object, list, etc. To implement the list, you
must store a sequence of various types of data in
it. There are alternatives to the list, but the most
reliable option is a list. Python list has a length that
WHAT’S NEW
Anaconda acquires PythonAnywhere for
cloud expansion
robots’ assistance with guidance. The AI-powered To recommend additional lines of code and
robots can be used by travellers to communicate functions given the context of current code,
with airport workers if they so choose. Through Copilot is driven by an AI model called Codex
video conversations, the robots will connect them that has been trained on billions of lines of public
to airport workers. The AI-powered robots can also code. In response to a developer’s description of
set up video chats between travellers and airport what they wish to do (such as “Say hello world”),
workers. Copilot can surface a method or solution based
on its knowledge base and the situation at hand.
Developer’s job could be made easier by Developers can cycle through suggestions for
GITHUB’S AI-powered COPILOT Python, JavaScript, TypeScript, Ruby, Go, and
many other programming languages using Copilot,
Over the previous 12 months, more than 1.2 million and then accept, reject, or manually amend
developers registered to utilise the GitHub Copilot them. Copilot responds to changes made by
preview. This tool will continue to be free for developers by suggesting unit tests that match
verified students and maintainers of well-known implementation code and matching specific coding
open-source projects. According to GitHub, Copilot styles to auto-fill boilerplate or repetitive code
is now writing over 40% of the code in files where patterns.
it is enabled.
[email protected]
18XHT46RCY
[email protected]
18XHT46RCY
ACROSS DOWN
4. Identify the data type from the code- 1. Module in the python standard library parses
L = [2, 54, 'javatpoint', 5] options received from the command line.
5. Python supports the creation of anonymous 2. Used to define a block of code in Python
functions at runtime, using a construct language.
called? 3. Example of user-defined data type.
6. Who developed Python Programming 7. Keyword used for function in Python
Language? language.
9. In which language is Python written? 8. Output of the code -
10. Method used inside the class in python >>>'javatpoint'[5:]
language.
- Josh Waitzkin
[email protected]
18XHT46RCY