Describing Data Flashcards

1
Q

What is the difference between scripting and programming language used in data analytics?

A

Scripting languages are interpreted, programming languages are compiled. So programming languages use a compiler to convert the language to machine language while scripting used an interpreter like powershell to convert into machine language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define/Describe methods used to validate models

A

Cross validation and testing of new data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Regression

A

Providing output given a set of inputs. To present an outcome based on a set of predictor variables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Trend Analysis

A

Understanding how and why things have changed over time. Regression analysis with a function of time in a value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Time series

A

Statistical tool that deals with a sequence of data in chronological order. Looks for trends over time. Also separates data into an overall trend. Also known as supervised learning. This is done by using a previous time step as an input variable and using the next time step as an output variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Decomposition

A

Breaking time series data into components. This is used in time series to describe why there are variations in trends

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Spectral Density

A

Graph showing frequencies related to autocovariance time domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define/describe machine learning and artificial intelligence.

A

ML- using algorithms and statistical models to analyze and draw inferences from patterns in data. MO focuses on development of computer programs that can access data and use it to learn for themselves. AI is the development of smart machines capable of tasks a human can do. Such as visual perception and speech recognition, decision making.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly