is a data visualization technique used to represent underlying data through graphics.
23
New cards
plotting technique is used for continuous data
Line chart and Histograms
24
New cards
The main machine learning library for Python
Scikit-learn
25
New cards
Data Wrangling
Includes data transformation, merging, aggregation, group by operation and reshaping
26
New cards
Median
Measure of central tendency is used to catch outlier in the data
27
New cards
Training dataset
The proposed model is built on the training dataset in hypothesis testing.
28
New cards
Beautiful soup library
Used for Web Scraping, mainly used in the data acquisition
29
New cards
Data Scientist’s roles
* Ask the right questions * Understand data structure * Interpret and wrangle data * Apply statistical and mathematical methods * Visualize data and communicate with stakeholders * Work as a team player
30
New cards
**3 Vs of Big Data**
Volume, Velocity, and Variety
31
New cards
Principles of Computational Thinking
Decomposition, Abstraction, Pattern Recognition, and Algorithm Design
32
New cards
Decomposition
This is the breaking down a complex problem or \n system into smaller, more easily solved parts.
33
New cards
Abstraction
Identifying the general principles that generate these \n patterns. Allows us to create a general idea of what the \n problem is and how to solve it
34
New cards
Pattern Recognition
Observing patterns, trends, and regularities in \n data.
35
New cards
Algorithm Design
Developing the step by step instructions for solving this and similar problems.
36
New cards
Computational Thinking
A problem solving process that includes a number of characteristics and dispositions.
37
New cards
Descriptive
Study a dataset to decipher the details
38
New cards
Predictive
Create a model based on existing information to predict outcome and behavior
39
New cards
Prescriptive
Suggest actions for a given situation using the collected information