Basics Flashcards

1
Q

parameter

A

a variable listed inside the parenthesis of a function or a method.

to meet the specific requirements

so the function/method could be adjusted based on different situations

give the function flexibility.

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

target variable

A
  • y
  • outcome variable
  • dependent variable
  • the “unknown”
  • response variable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

feature

A
  • attributes
  • x
  • predictor
  • independent variables
  • the “known”
  • explanatory variable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

supervised machine learning (algorithms)

A
  • trained on/use labeled data to find the patterns that lead to each outcome. (observations with a known outcome or human input)
  • to develop a model that will then be used to predict or estimate the outcome of new observations which are not known or labeled.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

recursive

A

relating to or involving the repeated application of a rule, definition, or procedure to successive results.

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

machine learning

A

A computer program can learn and adapt to new data without human intervention.

The computer algorithms that allow computer programs to automatically improve through experience.

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

data modeling

A
  • Build mathematical or statistical models, that turn data into predictive and actionable information, that can predict and explain outcomes.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

IDE

A
  • Integrated Development environment
  • GUI where programmers write their code and produce the final product
  • Unify all essential tools required for software development and testing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly