Numerical Values:
Numeric values. A Data-Type which can be defined by a range of numeric values. [1,1.04,5,100,…]
Categorical Values:
A Data-Type which consists of a number of finite categories. [fruit, car, house, door, lamp,…]
Supervised Learning:
- Classification
- Regression
- Linear Regression -> Straight line describes the relation between dimensions or Decision Variables
- Polynomial Regression ->
- Logistic Regression -> S-Shaped relation to describe Categorical values.
- Bayesian Linear Regression