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.
2
Q
target variable
A
- y
- outcome variable
- dependent variable
- the “unknown”
- response variable
3
Q
feature
A
- attributes
- x
- predictor
- independent variables
- the “known”
- explanatory variable
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.
5
Q
recursive
A
relating to or involving the repeated application of a rule, definition, or procedure to successive results.
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.
7
Q
data modeling
A
- Build mathematical or statistical models, that turn data into predictive and actionable information, that can predict and explain outcomes.
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