Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 . What is EDA? Perform an example of the same using any dataset we practiced / used during the lectures. Explain your EDA in

1. What is EDA? Perform an example of the same using any dataset we practiced/used during the lectures. Explain your EDA in detail. What is Data Profiling?
2. Why is there always a need for data preprocessing? Explain 2 differences between EDA, Data Preprocessing and Mining. What do you mean by data reduction &data discretization, explain in detail?
3. What do you understand by clustering? Perform any 3 methods of clustering techniques using a dataset of your choice (you can use the ones learnt in the class). Explain in detail how can one analyze the clusters in the techniques used by you. Explain why and how you achieved the correct number of clusters.
4. What is Text mining and how NLP helps us? What are the different stages in text mining, explain each with an example? What is Sentimental Analysis and how is NLP used within Sentimental Analysis, explain in a way you can deliver the right information to me.
5. Use REGEX to solve the following questions:
String =[A-zzzzzzz]{1,2}[0-9R]{[0-9A-Z]?[0-9_[Ab_c-H{JABb_cP-AB-Z]{2}
Find the count of all the repeated letters, numbers.
Find and get rid of all lower-case letters.
Remove { brackets.
Find sequences of letters AB or Ab.
Write a Python program to find sequences of lowercase letters joined with a underscore.
Remove all the special characters, brackets, punctuations to get just letters and words.
Remove white spaces.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

12th edition

133544613, 978-0133544619

More Books

Students also viewed these Databases questions

Question

a 1 6 bit latch: a load enable bit, a 1 6 bit input and output

Answered: 1 week ago